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

  /external/elfutils/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/libdwfl/
dwfl_module_getsym.c 74 if (sym->st_shndx != SHN_XINDEX)
relocate.c 183 if (sym->st_shndx != SHN_XINDEX)
246 if (sym->st_shndx != SHN_XINDEX)
  /frameworks/rs/driver/linkloader/include/impl/
ELFSymbol.hxx 207 case SHN_XINDEX:
236 case SHN_XINDEX:
266 case SHN_XINDEX:
294 case SHN_XINDEX:
ELFObject.hxx 660 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 110 if (unlikely (num == SHN_XINDEX))
elf.h 318 #define SHN_XINDEX 0xffff /* Index is in extra table. */
    [all...]
  /external/elfutils/libasm/
asm_end.c 263 ndx = SHN_XINDEX;
438 || unlikely (shstrscnndx == SHN_XINDEX))
454 ehdr->e_shstrndx = SHN_XINDEX;
  /external/elfutils/src/
objdump.c 405 sym->st_shndx == SHN_XINDEX
417 (long int) (sym->st_shndx == SHN_XINDEX
478 sym->st_shndx == SHN_XINDEX
490 (long int) (sym->st_shndx == SHN_XINDEX
strip.c 776 && scnidx != SHN_XINDEX)
781 else if (scnidx == SHN_XINDEX)
    [all...]
unstrip.c 356 if (sym->st_shndx != SHN_XINDEX)
363 if (sym->st_shndx != SHN_XINDEX)
597 .st_shndx = i < SHN_LORESERVE ? i : SHN_XINDEX
766 if (sym->st_shndx != SHN_XINDEX)
    [all...]
ldgeneric.c     [all...]
readelf.c 776 if (unlikely (ehdr->e_shstrndx == SHN_XINDEX))
    [all...]
elflint.c 455 if (ehdr->e_shstrndx == SHN_XINDEX)
677 if (sym->st_shndx == SHN_XINDEX)
    [all...]
i386_ld.c 147 if (sym->st_shndx != SHN_XINDEX)
    [all...]