Home
last modified time | relevance | path

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

/external/elfutils/libelf/
Delf-knowledge.h62 || ((Shdr)->sh_flags & SHF_INFO_LINK) != 0)
Delf.h475 #define SHF_INFO_LINK (1 << 6) /* `sh_info' contains SHT index */ macro
/external/u-boot/include/
Delf.h339 #define SHF_INFO_LINK 0x40 /* sh_info contains SHT index */ macro
/external/elfutils/src/
Dunstrip.c955 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()
Delflint.c3645 { ".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()
DChangeLog1224 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.
Dreadelf.c1250 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/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DELF.h731 SHF_INFO_LINK = 0x40U, enumerator
/external/llvm/include/llvm/Support/
DELF.h730 SHF_INFO_LINK = 0x40U, enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/BinaryFormat/
DELF.h855 SHF_INFO_LINK = 0x40U, enumerator
/external/llvm/lib/ObjectYAML/
DELFYAML.cpp418 BCase(SHF_INFO_LINK) in bitset()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
DELFYAML.cpp499 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/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/
DELFDumper.cpp1093 ENUM_ENT(SHF_INFO_LINK, "I"),
1142 case ELF::SHF_INFO_LINK: in getGNUFlags()
/external/elfutils/config/
Delfutils.spec.in344 tables. Handle missing SHF_INFO_LINK section flags.
/external/elfutils/
DNEWS177 Handle missing SHF_INFO_LINK section flags.