Home
last modified time | relevance | path

Searched refs:SHF_INFO_LINK (Results 1 – 14 of 14) sorted by relevance

/external/elfutils/libelf/
Delf-knowledge.h62 || ((Shdr)->sh_flags & SHF_INFO_LINK) != 0)
79 | (Flags1 & Flags2 & (SHF_MERGE | SHF_STRINGS | SHF_INFO_LINK)))
Delf.h364 #define SHF_INFO_LINK (1 << 6) /* `sh_info' contains SHT index */ macro
/external/elfutils/src/
Dunstrip.c913 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()
Delflint.c3613 { ".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()
DChangeLog161 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.
Dldgeneric.c939 if (unlikely (shdr->sh_info != 0) && (shdr->sh_flags & SHF_INFO_LINK)) in mark_section_used()
Dreadelf.c1167 if (shdr->sh_flags & SHF_INFO_LINK) in print_shdr()
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DELF.h757 SHF_INFO_LINK = 0x40U, enumerator
/external/llvm/include/llvm/Support/
DELF.h730 SHF_INFO_LINK = 0x40U, enumerator
/external/llvm/lib/ObjectYAML/
DELFYAML.cpp418 BCase(SHF_INFO_LINK) in bitset()
/external/kmod/port-gnu/
Delf.h363 #define SHF_INFO_LINK (1 << 6) /* `sh_info' contains SHT index */ macro
/external/llvm/tools/llvm-readobj/
DELFDumper.cpp1053 ENUM_ENT(SHF_INFO_LINK, "I"),
1105 case ELF::SHF_INFO_LINK: in getGNUFlags()
/external/elfutils/config/
Delfutils.spec.in243 tables. Handle missing SHF_INFO_LINK section flags.
/external/elfutils/
DNEWS21 Handle missing SHF_INFO_LINK section flags.