Searched refs:SHF_INFO_LINK (Results 1 – 14 of 14) sorted by relevance
/external/elfutils/libelf/ |
D | elf-knowledge.h | 62 || ((Shdr)->sh_flags & SHF_INFO_LINK) != 0) 79 | (Flags1 & Flags2 & (SHF_MERGE | SHF_STRINGS | SHF_INFO_LINK)))
|
D | elf.h | 364 #define SHF_INFO_LINK (1 << 6) /* `sh_info' contains SHT index */ macro
|
/external/elfutils/src/ |
D | unstrip.c | 913 sh_flags1 &= ~SHF_INFO_LINK; in sections_flags_match() 914 sh_flags2 &= ~SHF_INFO_LINK; in sections_flags_match() 1564 && (sec->shdr.sh_flags & SHF_INFO_LINK) != 0) in copy_elided_sections() 1565 shdr_mem.sh_flags |= SHF_INFO_LINK; in copy_elided_sections()
|
D | elflint.c | 3613 { ".rela", 5, SHT_RELA, atleast, 0, SHF_ALLOC | SHF_INFO_LINK }, // XXX more tests 3614 { ".rel", 4, SHT_REL, atleast, 0, SHF_ALLOC | SHF_INFO_LINK }, // XXX more tests 3880 | SHF_STRINGS | SHF_INFO_LINK | SHF_LINK_ORDER \ in check_sections()
|
D | ChangeLog | 161 SHF_INFO_LINK. 220 (copy_elided_sections): Add SHF_INFO_LINK to shdr_mem.sh_flags if 1355 * elflint.c (special_sections): Accept SHF_INFO_LINK for reloc sections.
|
D | ldgeneric.c | 939 if (unlikely (shdr->sh_info != 0) && (shdr->sh_flags & SHF_INFO_LINK)) in mark_section_used()
|
D | readelf.c | 1167 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/llvm/include/llvm/Support/ |
D | ELF.h | 730 SHF_INFO_LINK = 0x40U, enumerator
|
/external/llvm/lib/ObjectYAML/ |
D | ELFYAML.cpp | 418 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/elfutils/config/ |
D | elfutils.spec.in | 243 tables. Handle missing SHF_INFO_LINK section flags.
|
/external/elfutils/ |
D | NEWS | 21 Handle missing SHF_INFO_LINK section flags.
|