Searched refs:SHF_INFO_LINK (Results 1 - 9 of 9) sorted by relevance

/external/elfutils/src/libelf/
H A Delf-knowledge.h57 - section with the SHF_INFO_LINK flag set to signal that `sh_info'
62 || ((Shdr)->sh_flags & SHF_INFO_LINK) != 0)
79 | (Flags1 & Flags2 & (SHF_MERGE | SHF_STRINGS | SHF_INFO_LINK)))
H A Delf.h363 #define SHF_INFO_LINK (1 << 6) /* `sh_info' contains SHT index */ macro
/external/llvm/include/llvm/Support/
H A DELF.h649 SHF_INFO_LINK = 0x40U,
/external/llvm/lib/Object/
H A DELFYAML.cpp368 BCase(SHF_INFO_LINK)
/external/llvm/tools/llvm-readobj/
H A DELFDumper.cpp450 LLVM_READOBJ_ENUM_ENT(ELF, SHF_INFO_LINK ),
/external/elfutils/src/src/
H A Delflint.c3416 { ".rela", 5, SHT_RELA, atleast, 0, SHF_ALLOC | SHF_INFO_LINK }, // XXX more tests
3417 { ".rel", 4, SHT_REL, atleast, 0, SHF_ALLOC | SHF_INFO_LINK }, // XXX more tests
3679 | SHF_STRINGS | SHF_INFO_LINK | SHF_LINK_ORDER \
H A Dunstrip.c1508 if (shdr_mem.sh_flags & SHF_INFO_LINK)
H A Dldgeneric.c939 if (unlikely (shdr->sh_info != 0) && (shdr->sh_flags & SHF_INFO_LINK))
H A Dreadelf.c1121 if (shdr->sh_flags & SHF_INFO_LINK)

Completed in 172 milliseconds