HomeSort by relevance Sort by last modified time
    Searched full:elf_strptr (Results 1 - 25 of 30) sorted by null

1 2

  /external/elfutils/libelf/
libelf.map 54 elf_strptr;
elf_strptr.c 29 elf_strptr (elf, idx, offset) function
122 INTDEF(elf_strptr)
Makefile.am 61 elf_strptr.c elf_rawdata.c elf_getdata.c elf_newdata.c \
elf-knowledge.h 38 && (s_l = elf_strptr (elf, \
elf32_checksum.c 91 elf_strptr (elf, shstrndx, shdr->sh_name),
nlist.c 139 mem.str = INTUSE(elf_strptr) (elf, shdr->sh_link, sym->st_name);
Makefile 95 elf_strptr.$(OBJEXT) elf_rawdata.$(OBJEXT) \
282 elf_strptr.c elf_rawdata.c elf_getdata.c elf_newdata.c \
456 include ./$(DEPDIR)/elf_strptr.Po
  /external/elfcopy/
hash.c 70 elf_strptr(elf, symtab_info->hdr->sh_link, sym->st_name)))
elfcopy.c 28 /* When this macro is set to a nonzero value, we replace calls to elf_strptr()
30 the data buffers of that ELF handle. In this case, elf_strptr() does not
426 char *symname = elf_strptr(elf,
    [all...]
  /external/elfutils/tests/
scnnames.c 69 name = elf_strptr (elf, strndx, (size_t) shdr.sh_name);
asm-tst3.c 178 if (strcmp (elf_strptr (elf, ehdr->e_shstrndx, shdr->sh_name),
182 elf_strptr (elf, ehdr->e_shstrndx, shdr->sh_name),
268 elf_strptr (elf, shdr->sh_link,
asm-tst1.c 162 if (strcmp (elf_strptr (elf, ehdr->e_shstrndx, shdr->sh_name),
166 elf_strptr (elf, ehdr->e_shstrndx, shdr->sh_name),
asm-tst2.c 178 if (strcmp (elf_strptr (elf, ehdr->e_shstrndx, shdr->sh_name),
182 elf_strptr (elf, ehdr->e_shstrndx, shdr->sh_name),
asm-tst9.c 212 if (strcmp (elf_strptr (elf, ehdr->e_shstrndx, shdr->sh_name),
216 elf_strptr (elf, ehdr->e_shstrndx, shdr->sh_name),
sectiondump.c 99 elf_strptr (elf, ehdr->e_shstrndx, shdr->sh_name),
  /external/elfutils/src/
nm.c 754 = elf_strptr (ebl->elf, shstrndx,
789 const char *symstr = elf_strptr (ebl->elf, strndx,
867 const char *symstr = elf_strptr (elf, strndx, syms[cnt].sym.st_name);
889 elf_strptr (elf, strndx, syms[cnt].sym.st_name));
898 elf_strptr (elf, strndx, syms[cnt].sym.st_name),
925 const char *symstr = elf_strptr (elf, strndx, syms[cnt].sym.st_name);
967 result = strcmp (elf_strptr (ebl->elf, shdr->sh_link, s1->sym.st_name),
968 elf_strptr (ebl->elf, shdr->sh_link, s2->sym.st_name));
999 fullname, elf_strptr (ebl->elf, shstrndx, shdr->sh_name));
1003 fullname, elf_strptr (ebl->elf, shstrndx, shdr->sh_name))
    [all...]
readelf.c 750 elf_strptr (ebl->elf, shstrndx, shdr->sh_name)
900 elf_strptr (ebl->elf, shstrndx, shdr->sh_name));
962 elf_strptr (ebl->elf, shstrndx, shdr->sh_name),
963 elf_strptr (ebl->elf, symshdr->sh_link,
981 elf_strptr (ebl->elf, shstrndx, grpshdr->sh_name)
1142 elf_strptr (ebl->elf, shstrndx,
    [all...]
size.c 442 strlen (elf_strptr (elf, shstrndx, shdr->sh_name)));
469 maxlen, elf_strptr (elf, shstrndx, shdr->sh_name),
527 elf_strptr (elf, shstrndx, shdr->sh_name));
  /build/tools/lsd/
lsd.c 180 INFO("\tfound section [%s]...\n", elf_strptr(source->elf, source->shstrndx, shdr->sh_name));
298 const char *symname = elf_strptr(source->elf,
337 if (!strcmp(".bss", elf_strptr(source->elf,
425 const char *symname = elf_strptr(source->elf,
533 fprintf(fp, "%s\n", elf_strptr(source->elf,
590 symname = elf_strptr(source->elf,
675 elf_strptr (source->elf,
  /build/tools/soslim/
symfilter.c 128 symname = elf_strptr(elf,
164 ASSERT(!strcmp(elf_strptr(elf,
main.c 327 section_name = elf_strptr(elf, shstrndx,
354 elf_strptr(elf, shdr.sh_link, sym->st_name));
soslim.c 126 shdr_info[cnt].name = elf_strptr (elf, shstrndx,
356 elf_strptr(elf,
367 elf_strptr(elf,
  /build/tools/apriori/
apriori.c 36 /* When this macro is set to a nonzero value, we replace calls to elf_strptr()
38 the data buffers of that ELF handle. In this case, elf_strptr() does not
188 elf_strptr(source->oldelf,
266 elf_strptr (source->oldelf, source->shstrndx,
453 elf_strptr(source->oldelf, source->shstrndx, shdr->sh_name);
490 elf_strptr(source->oldelf, source->shstrndx,
    [all...]
  /external/elfutils/
Android.mk 70 libelf/elf_strptr.c \
  /external/elfutils/libdw/
dwarf_begin_elf.c 76 const char *scnname = elf_strptr (result->elf, ehdr->e_shstrndx,

Completed in 3906 milliseconds

1 2