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

/freebsd-10-stable/lib/libelf/
H A DVersion.map60 elf_strptr;
H A Delf_strptr.c42 elf_strptr(Elf *e, size_t scndx, size_t offset) function
H A DMakefile25 elf_strptr.c \
102 elf_strptr.3 \
H A Dlibelf.h215 char *elf_strptr(Elf *_elf, size_t _section, size_t _offset);
/freebsd-10-stable/lib/libdwarf/
H A Ddwarf_dump.c839 while ((name = elf_strptr(dbg->dbg_elf, dbg->dbg_stnum, indx)) != NULL) {
852 while ((name = elf_strptr(dbg->dbg_elf, dbg->dbg_s[DWARF_strtab].s_shnum, indx)) != NULL) {
865 while ((name = elf_strptr(dbg->dbg_elf, dbg->dbg_s[DWARF_debug_str].s_shnum, indx)) != NULL) {
880 if ((name = elf_strptr(dbg->dbg_elf, dbg->dbg_s[DWARF_strtab].s_shnum, sym.st_name)) == NULL)
H A Ddwarf_init.c396 avref.u[1].s = elf_strptr(dbg->dbg_elf,
636 if ((sname = elf_strptr(dbg->dbg_elf, dbg->dbg_stnum, shdr.sh_name)) == NULL) {
/freebsd-10-stable/lib/libproc/
H A Dproc_sym.c316 s = elf_strptr(e, dynsymstridx, sym.st_name);
351 s = elf_strptr(e, symtabstridx, sym.st_name);
485 s = elf_strptr(e, dynsymstridx, sym.st_name);
502 s = elf_strptr(e, symtabstridx, sym.st_name);
604 s = elf_strptr(e, stridx, sym.st_name);
/freebsd-10-stable/contrib/libexecinfo/
H A Dsymtab.c141 elf_strptr(elf, shdr.sh_link, sym.st_name));
/freebsd-10-stable/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dutil.c82 if ((name = elf_strptr(elf, ehdr.e_shstrndx,
H A Dstabs.c250 if ((str = elf_strptr(elf, stabstridx,
H A Doutput.c511 sname = elf_strptr(src, sehdr.e_shstrndx, shdr1.sh_name);
573 sname = elf_strptr(src, sehdr.e_shstrndx, shdr.sh_name);
H A Ddwarf.c1908 name = elf_strptr(elf, shdr.sh_link, sym.st_name);
/freebsd-10-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddrti.c110 s = elf_strptr(e, idx, sym.st_name);
214 s = elf_strptr(e, shstridx, shdr.sh_name);
H A Ddt_module.c560 (s = elf_strptr(dmp->dm_elf, shstrs, sh.sh_name)) == NULL)
1206 (s = elf_strptr(dmp->dm_elf, shstrs, sh.sh_name)) == NULL)
/freebsd-10-stable/usr.bin/ar/
H A Dwrite.c759 if ((name = elf_strptr(e, shstrndx, shdr.sh_name)) == NULL) {
761 "elf_strptr failed: %s", elf_errmsg(-1));
811 if ((name = elf_strptr(e, tabndx,
814 "elf_strptr failed: %s",
/freebsd-10-stable/cddl/contrib/opensolaris/tools/ctf/dump/
H A Ddump.c796 elf_strptr(elf, ehdr->e_shstrndx, shdr.sh_name)) != NULL &&
/freebsd-10-stable/contrib/gcc/
H A Dsys-protos.h291 extern char * elf_strptr(Elf *, size_t, size_t);
/freebsd-10-stable/usr.sbin/pmcstat/
H A Dpmcstat_log.c560 if ((fnname = elf_strptr(e, sh->sh_link, sym.st_name))

Completed in 228 milliseconds