Searched defs:strtabptr (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libproc/common/
H A DPsymtab_machelf32.c613 uintptr_t strtabptr, strtabname; local
624 strtabptr = d[DI_STRTAB]->d_un.d_ptr;
627 strtabptr += addr;
656 strtabname = strtabptr + sym.st_name;
/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Dcap.c1323 cap_match(Sresult *srp, uint_t symndx, Sym *symtabptr, char *strtabptr) argument
1366 const char *fname = strtabptr + fsym->st_name;
1393 const char *nname = strtabptr + nsym->st_name;
H A Delf.c1353 char *strtabptr, *strtabname; local
1379 strtabptr = STRTAB(ilmp);
1384 strtabname = strtabptr + sym->st_name;
1559 (cap_match(srp, ndx, symtabptr, strtabptr) == 0))
/illumos-gate/usr/src/uts/common/krtld/
H A Dkobj.c3206 char *strtabptr; local
3218 strtabptr = mp->strings;
3269 return (strtabptr + cursym->st_name);

Completed in 76 milliseconds