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

  /external/elfutils/0.153/libebl/
eblsectionname.c 84 else if ((section < SHN_LORESERVE || section == SHN_XINDEX)
87 int idx = section != SHN_XINDEX ? section : xsection;
100 if (section == SHN_XINDEX)
  /external/elfutils/0.153/libdwfl/
dwfl_module_getsym.c 74 if (sym->st_shndx != SHN_XINDEX)
80 && (sym->st_shndx == SHN_XINDEX
relocate.c 187 if (sym->st_shndx != SHN_XINDEX)
253 if (sym->st_shndx != SHN_XINDEX)
  /frameworks/rs/cpu_ref/linkloader/include/impl/
ELFSymbol.hxx 207 case SHN_XINDEX:
236 case SHN_XINDEX:
266 case SHN_XINDEX:
294 case SHN_XINDEX:
ELFObject.hxx     [all...]
  /ndk/sources/host-tools/ndk-stack/elff/
elff_elf.h 256 #define SHN_XINDEX 0xffff
  /external/elfutils/0.153/libelf/
elf_getshdrstrndx.c 110 if (unlikely (num == SHN_XINDEX))
elf.h 315 #define SHN_XINDEX 0xffff /* Index is in extra table. */
    [all...]
  /external/elfutils/0.153/src/
strip.c 821 && scnidx != SHN_XINDEX)
826 else if (scnidx == SHN_XINDEX)
    [all...]
objdump.c 396 sym->st_shndx == SHN_XINDEX
403 (long int) (sym->st_shndx == SHN_XINDEX
unstrip.c 356 if (sym->st_shndx != SHN_XINDEX)
363 if (sym->st_shndx != SHN_XINDEX)
600 .st_shndx = i < SHN_LORESERVE ? i : SHN_XINDEX
769 if (sym->st_shndx != SHN_XINDEX)
    [all...]
ldgeneric.c     [all...]
elflint.c 456 if (ehdr->e_shstrndx == SHN_XINDEX)
696 if (sym->st_shndx == SHN_XINDEX)
    [all...]
i386_ld.c 147 if (sym->st_shndx != SHN_XINDEX)
    [all...]
readelf.c 840 if (unlikely (ehdr->e_shstrndx == SHN_XINDEX))
    [all...]
  /external/elfutils/0.153/libasm/
asm_end.c 263 ndx = SHN_XINDEX;
438 || unlikely (shstrscnndx == SHN_XINDEX))
454 ehdr->e_shstrndx = SHN_XINDEX;
  /external/lldb/source/Plugins/ObjectFile/ELF/
ELFHeader.cpp 288 ENUM_TO_CSTR(SHN_XINDEX);
  /frameworks/compile/mclinker/lib/LD/
ELFReader.cpp 355 if (shnum == llvm::ELF::SHN_UNDEF || shstrtab == llvm::ELF::SHN_XINDEX) {
371 if (shstrtab == llvm::ELF::SHN_XINDEX)
876 if (shnum == llvm::ELF::SHN_UNDEF || shstrtab == llvm::ELF::SHN_XINDEX) {
892 if (shstrtab == llvm::ELF::SHN_XINDEX)
    [all...]
  /external/llvm/include/llvm/Object/
ELF.h 516 if (symb->st_shndx == ELF::SHN_XINDEX)
524 if (symb->st_shndx == ELF::SHN_XINDEX)
    [all...]
  /external/llvm/tools/llvm-readobj/
ELFDumper.cpp 155 if (SectionIndex == SHN_XINDEX)
157 assert(SectionIndex != SHN_XINDEX &&
    [all...]
  /external/llvm/lib/MC/
ELFObjectWriter.cpp 371 uint16_t Index = LargeIndex ? uint16_t(ELF::SHN_XINDEX) : shndx;
484 Write16(ELF::SHN_XINDEX);
    [all...]
  /art/runtime/
elf.h     [all...]
  /external/llvm/include/llvm/Support/
ELF.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
elf.h 310 #define SHN_XINDEX 0xffff /* Index is in extra table. */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
elf.h 310 #define SHN_XINDEX 0xffff /* Index is in extra table. */
    [all...]

Completed in 6947 milliseconds