Searched refs:SHF_INFO_LINK (Results 1 – 18 of 18) sorted by relevance
/external/elfutils/libelf/ |
D | elf-knowledge.h | 62 || ((Shdr)->sh_flags & SHF_INFO_LINK) != 0)
|
D | elf.h | 475 #define SHF_INFO_LINK (1 << 6) /* `sh_info' contains SHT index */ macro
|
/external/u-boot/include/ |
D | elf.h | 339 #define SHF_INFO_LINK 0x40 /* sh_info contains SHT index */ macro
|
/external/elfutils/src/ |
D | unstrip.c | 955 sh_flags1 &= ~SHF_INFO_LINK; in sections_flags_match() 956 sh_flags2 &= ~SHF_INFO_LINK; in sections_flags_match() 1653 && (sec->shdr.sh_flags & SHF_INFO_LINK) != 0) in copy_elided_sections() 1654 shdr_mem.sh_flags |= SHF_INFO_LINK; in copy_elided_sections()
|
D | elflint.c | 3645 { ".rela", 5, SHT_RELA, atleast, 0, SHF_ALLOC | SHF_INFO_LINK }, // XXX more tests 3646 { ".rel", 4, SHT_REL, atleast, 0, SHF_ALLOC | SHF_INFO_LINK }, // XXX more tests 3912 | SHF_STRINGS | SHF_INFO_LINK | SHF_LINK_ORDER \ in check_sections()
|
D | ChangeLog | 1224 SHF_INFO_LINK. 1283 (copy_elided_sections): Add SHF_INFO_LINK to shdr_mem.sh_flags if 2418 * elflint.c (special_sections): Accept SHF_INFO_LINK for reloc sections.
|
D | readelf.c | 1250 if (shdr->sh_flags & SHF_INFO_LINK) in print_shdr()
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | ELF.h | 757 SHF_INFO_LINK = 0x40U, enumerator
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | ELF.h | 731 SHF_INFO_LINK = 0x40U, enumerator
|
/external/llvm/include/llvm/Support/ |
D | ELF.h | 730 SHF_INFO_LINK = 0x40U, enumerator
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/BinaryFormat/ |
D | ELF.h | 855 SHF_INFO_LINK = 0x40U, enumerator
|
/external/llvm/lib/ObjectYAML/ |
D | ELFYAML.cpp | 418 BCase(SHF_INFO_LINK) in bitset()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/ |
D | ELFYAML.cpp | 499 BCase(SHF_INFO_LINK); in bitset()
|
/external/kmod/port-gnu/ |
D | elf.h | 363 #define SHF_INFO_LINK (1 << 6) /* `sh_info' contains SHT index */ macro
|
/external/llvm/tools/llvm-readobj/ |
D | ELFDumper.cpp | 1053 ENUM_ENT(SHF_INFO_LINK, "I"), 1105 case ELF::SHF_INFO_LINK: in getGNUFlags()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/ |
D | ELFDumper.cpp | 1093 ENUM_ENT(SHF_INFO_LINK, "I"), 1142 case ELF::SHF_INFO_LINK: in getGNUFlags()
|
/external/elfutils/config/ |
D | elfutils.spec.in | 344 tables. Handle missing SHF_INFO_LINK section flags.
|
/external/elfutils/ |
D | NEWS | 177 Handle missing SHF_INFO_LINK section flags.
|