Searched refs:elf_strptr (Results 1 - 25 of 50) sorted by relevance

12

/external/elfutils/backends/
H A Daarch64_symbol.c71 const char *sname = elf_strptr (elf, ehdr->e_shstrndx, destshdr->sh_name);
82 sname = elf_strptr (elf, ehdr->e_shstrndx, shdr->sh_name);
H A Dppc64_symbol.c102 const char *sname = elf_strptr (elf, ehdr->e_shstrndx, destshdr->sh_name);
H A Dppc64_init.c94 const char *name = elf_strptr (elf, ehdr->e_shstrndx,
H A Dppc_symbol.c142 const char *sname = elf_strptr (elf, ehdr->e_shstrndx, destshdr->sh_name);
/external/elfutils/tests/
H A Dstrptr.c1 /* Test program for elf_strptr function.
78 const char *str = elf_strptr (elf, ndx, off);
83 str = elf_strptr (elf, ndx, off);
H A Delfstrtab.c1 /* Test program for elf_strptr function.
58 const char *str = elf_strptr (elf, ndx, 0);
63 str = elf_strptr (elf, ndx, 1);
68 str = elf_strptr (elf, ndx, orig_str1_off);
73 str = elf_strptr (elf, ndx, orig_str2_off);
78 str = elf_strptr (elf, ndx, orig_str3_off);
89 const char *str = elf_strptr (elf, ndx, str1_off);
94 str = elf_strptr (elf, ndx, str2_off);
99 str = elf_strptr (elf, ndx, str3_off);
H A Dzstrptr.c1 /* Test program for elf_strptr function.
92 const char *str = elf_strptr (elf, ndx, off);
97 str = elf_strptr (elf, ndx, off);
H A Ddwelfgnucompressed.c77 const char *sname = elf_strptr (elf, shdrstrndx, shdr.sh_name);
H A Dscnnames.c79 name = elf_strptr (elf, strndx, (size_t) shdr.sh_name);
H A Dasm-tst1.c177 if (strcmp (elf_strptr (elf, ehdr->e_shstrndx, shdr->sh_name),
181 elf_strptr (elf, ehdr->e_shstrndx, shdr->sh_name),
H A Dasm-tst2.c193 if (strcmp (elf_strptr (elf, ehdr->e_shstrndx, shdr->sh_name),
197 elf_strptr (elf, ehdr->e_shstrndx, shdr->sh_name),
H A Delfgetchdr.c93 const char *sname = elf_strptr (elf, shdrstrndx, shdr.sh_name);
H A Delfgetzdata.c74 const char *name = elf_strptr (elf, strndx, shdr->sh_name);
H A Dasm-tst3.c193 if (strcmp (elf_strptr (elf, ehdr->e_shstrndx, shdr->sh_name),
197 elf_strptr (elf, ehdr->e_shstrndx, shdr->sh_name),
283 elf_strptr (elf, shdr->sh_link,
H A Dasm-tst9.c227 if (strcmp (elf_strptr (elf, ehdr->e_shstrndx, shdr->sh_name),
231 elf_strptr (elf, ehdr->e_shstrndx, shdr->sh_name),
H A Ddwflsyms.c95 return elf_strptr (elf, ehdr.e_shstrndx, shdr.sh_name);
195 const char *sname = elf_strptr (melf, ehdr.e_shstrndx,
H A Delfputzdata.c79 const char *name = elf_strptr (elf, strndx, shdr->sh_name);
221 // everything keeps working. See elf_strptr above.
/external/elfutils/libebl/
H A Deblsectionstripp.c56 const char *s_l = elf_strptr (ebl->elf, ehdr->e_shstrndx,
/external/elfutils/libdwelf/
H A Ddwelf_elf_gnu_debuglink.c50 const char *name = elf_strptr (elf, shstrndx, shdr->sh_name);
/external/elfutils/libelf/
H A Delf_strptr.c56 elf_strptr (Elf *elf, size_t idx, size_t offset) function
226 INTDEF(elf_strptr)
H A Delf32_checksum.c107 INTUSE(elf_strptr) (elf, shstrndx, shdr->sh_name),
H A Dnlist.c155 mem.str = INTUSE(elf_strptr) (elf, shdr->sh_link, sym->st_name);
/external/elfutils/src/
H A Dobjdump.c378 elf_strptr (ebl->elf, symstrndx, sym->st_name));
395 elf_strptr (ebl->elf, shstrndx, destshdr->sh_name));
461 const char *name = elf_strptr (elf, shstrndx, shdr->sh_name);
512 elf_strptr (ebl->elf, shstrndx, destshdr->sh_name),
579 elf_strptr (ebl->elf, shstrndx, shdr->sh_name));
721 elf_strptr (ebl->elf, shstrndx, shdr->sh_name));
H A Dfindtextrel.c575 const char *lowstr = elf_strptr (elf, shdr->sh_link,
600 lowstr, elf_strptr (elf, shdr->sh_link,
612 elf_strptr (elf, shdr->sh_link, sym->st_name));
/external/elfutils/libdwfl/
H A Drelocate.c61 const char *name = elf_strptr (elf, *shstrndx, refshdr->sh_name);
229 const char *sname = elf_strptr (symtab->symelf, symtab->symshstrndx,
490 const char *tname = elf_strptr (relocated, shstrndx, tshdr->sh_name);
516 const char *sname = elf_strptr (relocated, shstrndx, shdr->sh_name);

Completed in 442 milliseconds

12