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

1 2 3 4 5 6 7

  /external/elfutils/backends/
aarch64_symbol.c 71 const char *sname = elf_strptr (elf, ehdr->e_shstrndx, destshdr->sh_name);
82 sname = elf_strptr (elf, ehdr->e_shstrndx, shdr->sh_name);
ppc64_symbol.c 102 const char *sname = elf_strptr (elf, ehdr->e_shstrndx, destshdr->sh_name);
ppc64_init.c 94 const char *name = elf_strptr (elf, ehdr->e_shstrndx,
ppc_symbol.c 142 const char *sname = elf_strptr (elf, ehdr->e_shstrndx, destshdr->sh_name);
  /external/minijail/
elfparse.h 47 Elf32_Half e_shstrndx; /* Section header string table index */ member in struct:__anon20448
65 Elf64_Half e_shstrndx; /* Section header string table index */ member in struct:__anon20449
  /external/elfutils/tests/
newfile.c 49 ehdr->e_shstrndx);
128 ZERO_TEST (e_shstrndx);
160 ZERO_TEST (e_shstrndx);
asm-tst1.c 49 .e_shstrndx = 3
177 if (strcmp (elf_strptr (elf, ehdr->e_shstrndx, shdr->sh_name),
181 elf_strptr (elf, ehdr->e_shstrndx, shdr->sh_name),
asm-tst2.c 49 .e_shstrndx = 2
193 if (strcmp (elf_strptr (elf, ehdr->e_shstrndx, shdr->sh_name),
197 elf_strptr (elf, ehdr->e_shstrndx, shdr->sh_name),
update3.c 87 ehdr->e_shnum, ehdr->e_shstrndx);
136 ehdr->e_shstrndx = elf_ndxscn (scn);
193 ehdr->e_shnum, ehdr->e_shstrndx);
update1.c 77 ehdr->e_shnum, ehdr->e_shstrndx);
115 ehdr->e_shnum, ehdr->e_shstrndx);
scnnames.c 70 strndx = ehdr.e_shstrndx;
update2.c 78 ehdr->e_shnum, ehdr->e_shstrndx);
138 ehdr->e_shnum, ehdr->e_shstrndx);
asm-tst9.c 57 .e_shstrndx = 2
227 if (strcmp (elf_strptr (elf, ehdr->e_shstrndx, shdr->sh_name),
231 elf_strptr (elf, ehdr->e_shstrndx, shdr->sh_name),
update4.c 91 ehdr->e_shnum, ehdr->e_shstrndx);
284 ehdr->e_shstrndx = elf_ndxscn (scn);
345 ehdr->e_shnum, ehdr->e_shstrndx);
asm-tst3.c 193 if (strcmp (elf_strptr (elf, ehdr->e_shstrndx, shdr->sh_name),
197 elf_strptr (elf, ehdr->e_shstrndx, shdr->sh_name),
dwflsyms.c 95 return elf_strptr (elf, ehdr.e_shstrndx, shdr.sh_name);
195 const char *sname = elf_strptr (melf, ehdr.e_shstrndx,
  /external/elfutils/libebl/
eblsectionstripp.c 56 const char *s_l = elf_strptr (ebl->elf, ehdr->e_shstrndx,
  /toolchain/binutils/binutils-2.25/include/elf/
external.h 66 unsigned char e_shstrndx[2]; /* Section header string table index */ member in struct:__anon74418
83 unsigned char e_shstrndx[2]; /* Section header string table index */ member in struct:__anon74419
  /external/elfutils/libelf/
gelf_update_ehdr.c 93 COPY (e_shstrndx);
elf_getshdrstrndx.c 82 ? elf->state.elf32.ehdr->e_shstrndx
83 : elf->state.elf64.ehdr->e_shstrndx);
gelf_getehdr.c 86 COPY (e_shstrndx);
  /cts/libs/deviceutil/src/android/cts/util/
ReadElf.java 285 int e_shstrndx = readHalf(); local
287 readSectionHeaders(sh_off, e_shnum, e_shentsize, e_shstrndx);
291 private void readSectionHeaders(long sh_off, int e_shnum, int e_shentsize, int e_shstrndx)
295 mFile.seek(sh_off + e_shstrndx * e_shentsize);
313 if (i == e_shstrndx) {
  /toolchain/binutils/binutils-2.25/binutils/
elfedit.c 215 elf_header.e_shstrndx = BYTE_GET (ehdr32.e_shstrndx);
248 elf_header.e_shstrndx = BYTE_GET (ehdr64.e_shstrndx);
  /toolchain/binutils/binutils-2.25/bfd/
elfcode.h 257 dst->e_shstrndx = H_GET_16 (abfd, src->e_shstrndx);
293 tmp = src->e_shstrndx;
296 H_PUT_16 (abfd, tmp, dst->e_shstrndx);
637 if (i_ehdrp->e_shstrndx == (SHN_XINDEX & 0xffff))
639 i_ehdrp->e_shstrndx = i_shdr.sh_link;
640 if (i_ehdrp->e_shstrndx != i_shdr.sh_link)
753 if (i_ehdrp->e_shstrndx >= elf_numsections (abfd))
761 i_ehdrp->e_shstrndx = SHN_UNDEF;
765 else if (i_ehdrp->e_shstrndx != SHN_UNDEF
    [all...]
  /development/ndk/platforms/android-3/include/linux/
elf.h 188 Elf32_Half e_shstrndx; member in struct:elf32_hdr
205 Elf64_Half e_shstrndx; member in struct:elf64_hdr

Completed in 1049 milliseconds

1 2 3 4 5 6 7