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

/external/elfutils/0.153/libelf/
H A Delf-knowledge.h80 - section with the SHF_INFO_LINK flag set to signal that `sh_info'
85 || ((Shdr)->sh_flags & SHF_INFO_LINK) != 0)
102 | (Flags1 & Flags2 & (SHF_MERGE | SHF_STRINGS | SHF_INFO_LINK)))
H A Delf.h364 #define SHF_INFO_LINK (1 << 6) /* `sh_info' contains SHT index */ macro
/external/llvm/lib/Object/
H A DELFYAML.cpp349 BCase(SHF_INFO_LINK)
/external/llvm/include/llvm/Support/
H A DELF.h1327 SHF_INFO_LINK = 0x40U,
/external/llvm/tools/llvm-readobj/
H A DELFDumper.cpp447 LLVM_READOBJ_ENUM_ENT(ELF, SHF_INFO_LINK ),
/external/elfutils/0.153/src/
H A Dunstrip.c1504 if (shdr_mem.sh_flags & SHF_INFO_LINK)
H A Delflint.c3623 | SHF_STRINGS | SHF_INFO_LINK | SHF_LINK_ORDER \
H A Dldgeneric.c947 if (unlikely (shdr->sh_info != 0) && (shdr->sh_flags & SHF_INFO_LINK))
H A Dreadelf.c934 if (shdr->sh_flags & SHF_INFO_LINK)

Completed in 1703 milliseconds