HomeSort by relevance Sort by last modified time
    Searched refs:SHF_INFO_LINK (Results 1 - 7 of 7) sorted by null

  /external/elfutils/libelf/
elf-knowledge.h 58 - section with the SHF_INFO_LINK flag set to signal that `sh_info'
63 || ((Shdr)->sh_flags & SHF_INFO_LINK) != 0)
80 | (Flags1 & Flags2 & (SHF_MERGE | SHF_STRINGS | SHF_INFO_LINK)))
elf.h 354 #define SHF_INFO_LINK (1 << 6) /* `sh_info' contains SHT index */
    [all...]
  /external/llvm/include/llvm/Support/
ELF.h 757 SHF_INFO_LINK = 0x40U,
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
elf.h 357 #define SHF_INFO_LINK (1 << 6) /* `sh_info' contains SHT index */
    [all...]
  /external/elfutils/src/
elflint.c     [all...]
readelf.c 730 if (shdr->sh_flags & SHF_INFO_LINK)
    [all...]
ldgeneric.c 890 if (unlikely (shdr->sh_info != 0) && (shdr->sh_flags & SHF_INFO_LINK))
    [all...]

Completed in 35 milliseconds