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

/freebsd-10.0-release/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.0-release/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.0-release/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddrti.c109 s = elf_strptr(e, idx, sym.st_name);
210 s = elf_strptr(e, shstridx, shdr.sh_name);
H A Ddt_module.c526 (s = elf_strptr(dmp->dm_elf, shstrs, sh.sh_name)) == NULL)
968 (s = elf_strptr(dmp->dm_elf, shstrs, sh.sh_name)) == NULL)
/freebsd-10.0-release/lib/libproc/
H A Dproc_sym.c289 s = elf_strptr(e, dynsymstridx, sym.st_name);
329 s = elf_strptr(e, symtabstridx, sym.st_name);
466 s = elf_strptr(e, dynsymstridx, sym.st_name);
484 s = elf_strptr(e, symtabstridx, sym.st_name);
578 s = elf_strptr(e, stridx, sym.st_name);
/freebsd-10.0-release/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.c1835 name = elf_strptr(elf, shdr.sh_link, sym.st_name);
/freebsd-10.0-release/contrib/libexecinfo/
H A Dsymtab.c141 elf_strptr(elf, shdr.sh_link, sym.st_name));
/freebsd-10.0-release/usr.bin/ar/
H A Dwrite.c726 if ((name = elf_strptr(e, shstrndx, shdr.sh_name)) == NULL) {
728 "elf_strptr failed: %s", elf_errmsg(-1));
778 if ((name = elf_strptr(e, tabndx,
781 "elf_strptr failed: %s",
/freebsd-10.0-release/usr.sbin/pkg/
H A Dconfig.c383 sh_name = elf_strptr(elf, shstrndx,
/freebsd-10.0-release/cddl/contrib/opensolaris/tools/ctf/dump/
H A Ddump.c796 elf_strptr(elf, ehdr->e_shstrndx, shdr.sh_name)) != NULL &&
/freebsd-10.0-release/contrib/gcc/
H A Dsys-protos.h291 extern char * elf_strptr(Elf *, size_t, size_t);
/freebsd-10.0-release/usr.sbin/pmcstat/
H A Dpmcstat_log.c554 if ((fnname = elf_strptr(e, sh->sh_link, sym.st_name))

Completed in 141 milliseconds