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

  /external/elfutils/libelf/
elf-knowledge.h 80 - 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)))
elf.h 367 #define SHF_INFO_LINK (1 << 6) /* `sh_info' contains SHT index */
    [all...]
  /bionic/libc/include/sys/
exec_elf.h 442 #define SHF_INFO_LINK 0x00000040 /* "sh_info" contains SHT index */
    [all...]
  /external/llvm/include/llvm/Support/
ELF.h     [all...]
  /prebuilts/gcc/linux-x86/host/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...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
elf.h 357 #define SHF_INFO_LINK (1 << 6) /* `sh_info' contains SHT index */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
elf.h 357 #define SHF_INFO_LINK (1 << 6) /* `sh_info' contains SHT index */
    [all...]
  /external/elfutils/src/
unstrip.c     [all...]
elflint.c     [all...]
readelf.c 870 if (shdr->sh_flags & SHF_INFO_LINK)
    [all...]
ldgeneric.c 949 if (unlikely (shdr->sh_info != 0) && (shdr->sh_flags & SHF_INFO_LINK))
    [all...]

Completed in 87 milliseconds