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

  /external/elfutils/libelf/
elf-knowledge.h 57 - 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)))
elf.h 364 #define SHF_INFO_LINK (1 << 6) /* `sh_info' contains SHT index */
    [all...]
  /toolchain/binutils/binutils-2.25/include/elf/
common.h 500 #define SHF_INFO_LINK (1 << 6) /* sh_info holds section header table index */
    [all...]
  /external/elfutils/src/
unstrip.c 907 /* Return true if the flags of the sections match, ignoring the SHF_INFO_LINK
915 sh_flags1 &= ~SHF_INFO_LINK;
916 sh_flags2 &= ~SHF_INFO_LINK;
    [all...]
elflint.c     [all...]
ldgeneric.c 939 if (unlikely (shdr->sh_info != 0) && (shdr->sh_flags & SHF_INFO_LINK))
    [all...]
readelf.c     [all...]
  /external/llvm/include/llvm/Support/
ELF.h 708 SHF_INFO_LINK = 0x40U,
    [all...]
  /external/llvm/lib/Object/
ELFYAML.cpp 413 BCase(SHF_INFO_LINK)
  /prebuilts/go/darwin-x86/src/debug/elf/
elf.go 409 SHF_INFO_LINK SectionFlag = 0x40 /* sh_info holds section index. */
424 {0x40, "SHF_INFO_LINK"},
    [all...]
  /prebuilts/go/linux-x86/src/debug/elf/
elf.go 409 SHF_INFO_LINK SectionFlag = 0x40 /* sh_info holds section index. */
424 {0x40, "SHF_INFO_LINK"},
    [all...]
  /art/runtime/
elf.h     [all...]
  /toolchain/binutils/binutils-2.25/elfcpp/
elfcpp.h 427 SHF_INFO_LINK = 0x40,
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
elf.h 359 #define SHF_INFO_LINK (1 << 6) /* `sh_info' contains SHT index */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
elf.h 361 #define SHF_INFO_LINK (1 << 6) /* `sh_info' contains SHT index */
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
elfcode.h 732 if (((i_shdrp[shindex].sh_flags & SHF_INFO_LINK)
    [all...]
elf.c     [all...]
elflink.c     [all...]
  /external/llvm/tools/llvm-readobj/
ELFDumper.cpp 795 LLVM_READOBJ_ENUM_ENT(ELF, SHF_INFO_LINK ),
    [all...]
  /toolchain/binutils/binutils-2.25/gold/
output.cc     [all...]
layout.cc 915 input_section_flags &= ~ (elfcpp::SHF_INFO_LINK
    [all...]
  /toolchain/binutils/binutils-2.25/binutils/
readelf.c     [all...]

Completed in 768 milliseconds