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

  /external/elfutils/libebl/
eblsectionname.c 48 else if ((section < SHN_LORESERVE || section == SHN_XINDEX)
51 int idx = section != SHN_XINDEX ? section : xsection;
64 if (section == SHN_XINDEX)
  /frameworks/compile/linkloader/include/impl/
ELFSymbol.hxx 222 case SHN_XINDEX:
251 case SHN_XINDEX:
281 case SHN_XINDEX:
309 case SHN_XINDEX:
ELFObject.hxx 447 case SHN_XINDEX:
  /external/qemu/elff/
elff_elf.h 256 #define SHN_XINDEX 0xffff
  /ndk/sources/host-tools/ndk-stack/elff/
elff_elf.h 256 #define SHN_XINDEX 0xffff
  /external/elfutils/libelf/
elf_getshstrndx.c 75 if (unlikely (num == SHN_XINDEX))
elf.h 307 #define SHN_XINDEX 0xffff /* Index is in extra table. */
    [all...]
  /external/elfutils/libasm/
asm_end.c 250 ndx = SHN_XINDEX;
425 || unlikely (shstrscnndx == SHN_XINDEX))
441 ehdr->e_shstrndx = SHN_XINDEX;
  /external/elfutils/src/
strip.c 769 && scnidx != SHN_XINDEX)
774 else if (scnidx == SHN_XINDEX)
    [all...]
ldgeneric.c 625 if (unlikely (oldsym->st_shndx == SHN_XINDEX))
    [all...]
readelf.c 631 if (ehdr->e_shstrndx == SHN_XINDEX)
    [all...]
elflint.c 458 if (ehdr->e_shstrndx == SHN_XINDEX)
691 if (sym->st_shndx == SHN_XINDEX)
    [all...]
i386_ld.c 133 if (sym->st_shndx != SHN_XINDEX)
  /external/llvm/include/llvm/Support/
ELF.h 696 SHN_XINDEX = 0xffff, // Mark that the index is >= SHN_LORESERVE
718 SHT_SYMTAB_SHNDX = 18, // Indices for SHN_XINDEX entries.
    [all...]
  /external/llvm/lib/MC/
ELFObjectWriter.cpp 134 Write16(ELF::SHN_XINDEX);
154 uint16_t(ELF::SHN_XINDEX) : shndx;
    [all...]
  /external/llvm/lib/Object/
ELFObjectFile.cpp 447 if (symb->st_shndx == ELF::SHN_XINDEX)
456 if (symb->st_shndx == ELF::SHN_XINDEX)
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
elf.h 309 #define SHN_XINDEX 0xffff /* Index is in extra table. */
    [all...]

Completed in 169 milliseconds