OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SHF_X86_64_LARGE
(Results
1 - 18
of
18
) sorted by relevancy
/src/external/gpl3/binutils/dist/include/elf/
x86-64.h
127
#define
SHF_X86_64_LARGE
0x10000000
/src/external/gpl3/binutils.old/dist/include/elf/
x86-64.h
127
#define
SHF_X86_64_LARGE
0x10000000
/src/external/gpl3/gdb/dist/include/elf/
x86-64.h
127
#define
SHF_X86_64_LARGE
0x10000000
/src/external/gpl3/gdb.old/dist/include/elf/
x86-64.h
127
#define
SHF_X86_64_LARGE
0x10000000
/src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/solaris/sys/
elf_amd64.d
93
enum
SHF_X86_64_LARGE
= SHF_AMD64_LARGE;
/src/external/gpl3/gdb/dist/bfd/
elf64-x86-64.c
1917
&& (elf_section_flags (tsec) &
SHF_X86_64_LARGE
) != 0)
5535
elf_section_flags (lcomm) |=
SHF_X86_64_LARGE
;
5590
if ((elf_section_flags (sec) &
SHF_X86_64_LARGE
) == 0)
5599
if ((elf_section_flags (sec) &
SHF_X86_64_LARGE
) == 0)
5624
&& (elf_section_flags (oldsec) &
SHF_X86_64_LARGE
) != 0)
5631
&& (elf_section_flags (oldsec) &
SHF_X86_64_LARGE
) == 0)
5641
if ((hdr->sh_flags &
SHF_X86_64_LARGE
) != 0)
5652
hdr->sh_flags |=
SHF_X86_64_LARGE
;
5664
/* objcopy --set-section-flags without "large" drops
SHF_X86_64_LARGE
. */
5666
elf_section_flags (osec) &= ~
SHF_X86_64_LARGE
;
[
all
...]
/src/external/gpl3/gdb.old/dist/bfd/
elf64-x86-64.c
1838
&& (elf_section_flags (tsec) &
SHF_X86_64_LARGE
) != 0)
5456
elf_section_flags (lcomm) |=
SHF_X86_64_LARGE
;
5511
if ((elf_section_flags (sec) &
SHF_X86_64_LARGE
) == 0)
5520
if ((elf_section_flags (sec) &
SHF_X86_64_LARGE
) == 0)
5545
&& (elf_section_flags (oldsec) &
SHF_X86_64_LARGE
) != 0)
5552
&& (elf_section_flags (oldsec) &
SHF_X86_64_LARGE
) == 0)
5562
if ((hdr->sh_flags &
SHF_X86_64_LARGE
) != 0)
5573
hdr->sh_flags |=
SHF_X86_64_LARGE
;
5585
/* objcopy --set-section-flags without "large" drops
SHF_X86_64_LARGE
. */
5587
elf_section_flags (osec) &= ~
SHF_X86_64_LARGE
;
[
all
...]
/src/external/gpl3/binutils/dist/bfd/
elf64-x86-64.c
2071
&& (elf_section_flags (tsec) &
SHF_X86_64_LARGE
) != 0)
6044
elf_section_flags (lcomm) |=
SHF_X86_64_LARGE
;
6099
if ((elf_section_flags (sec) &
SHF_X86_64_LARGE
) == 0)
6108
if ((elf_section_flags (sec) &
SHF_X86_64_LARGE
) == 0)
6133
&& (elf_section_flags (oldsec) &
SHF_X86_64_LARGE
) != 0)
6140
&& (elf_section_flags (oldsec) &
SHF_X86_64_LARGE
) == 0)
6150
if ((hdr->sh_flags &
SHF_X86_64_LARGE
) != 0)
6161
hdr->sh_flags |=
SHF_X86_64_LARGE
;
6174
/* objcopy --set-section-flags without "large" drops
SHF_X86_64_LARGE
. */
6176
elf_section_flags (osec) &= ~
SHF_X86_64_LARGE
;
[
all
...]
/src/external/gpl3/binutils.old/dist/bfd/
elf64-x86-64.c
2059
&& (elf_section_flags (tsec) &
SHF_X86_64_LARGE
) != 0)
6021
elf_section_flags (lcomm) |=
SHF_X86_64_LARGE
;
6076
if ((elf_section_flags (sec) &
SHF_X86_64_LARGE
) == 0)
6085
if ((elf_section_flags (sec) &
SHF_X86_64_LARGE
) == 0)
6110
&& (elf_section_flags (oldsec) &
SHF_X86_64_LARGE
) != 0)
6117
&& (elf_section_flags (oldsec) &
SHF_X86_64_LARGE
) == 0)
6127
if ((hdr->sh_flags &
SHF_X86_64_LARGE
) != 0)
6138
hdr->sh_flags |=
SHF_X86_64_LARGE
;
6151
/* objcopy --set-section-flags without "large" drops
SHF_X86_64_LARGE
. */
6153
elf_section_flags (osec) &= ~
SHF_X86_64_LARGE
;
[
all
...]
/src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
ELF.h
1042
SHF_X86_64_LARGE
= 0x10000000,
/src/external/gpl3/binutils/dist/gas/config/
obj-elf.c
658
|| !(ssect->attr &
SHF_X86_64_LARGE
))
tc-i386.c
18853
/* For ELF on x86-64, add support for
SHF_X86_64_LARGE
. */
18861
return
SHF_X86_64_LARGE
;
/src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
ELFYAML.cpp
706
BCase(
SHF_X86_64_LARGE
);
/src/external/gpl3/binutils.old/dist/gas/config/
obj-elf.c
655
|| !(ssect->attr &
SHF_X86_64_LARGE
))
tc-i386.c
18680
/* For ELF on x86-64, add support for
SHF_X86_64_LARGE
. */
18688
return
SHF_X86_64_LARGE
;
/src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
ELFDumper.cpp
1236
ENUM_ENT(
SHF_X86_64_LARGE
, "l")
/src/external/gpl3/binutils/dist/binutils/
readelf.c
8438
&& flag ==
SHF_X86_64_LARGE
)
/src/external/gpl3/binutils.old/dist/binutils/
readelf.c
8038
&& flag ==
SHF_X86_64_LARGE
)
Completed in 127 milliseconds
Indexes created Wed Mar 04 15:26:31 UTC 2026