Home
last modified time | relevance | path

Searched refs:lm_lmidstr (Results 1 – 9 of 9) sorted by relevance

/titanic_44/usr/src/cmd/sgs/rtld/common/
H A Ddebug.c182 if ((lml->lm_lmidstr == NULL) || in dbg_lmid_validate()
200 if (strcmp(lml->lm_lmidstr, str) == 0) in dbg_lmid_validate()
322 if (DBG_ISLMID() && lml && lml->lm_lmidstr) { in dbg_print()
323 (void) bufprint(&prf, MSG_ORIG(MSG_DBG_LMID), lml->lm_lmidstr); in dbg_print()
H A Dsetup.c335 lml_main.lm_lmidstr = (char *)MSG_ORIG(MSG_LMID_BASE); in setup()
343 lml_rtld.lm_lmidstr = (char *)MSG_ORIG(MSG_LMID_LDSO); in setup()
927 LIST(rlmp)->lm_lmidstr, ALIST_OFF_DATA)); in setup()
931 ADDR(mlmp), MSIZE(mlmp), LIST(mlmp)->lm_lmidstr, in setup()
935 ADDR(mlmp), MSIZE(mlmp), LIST(mlmp)->lm_lmidstr, in setup()
H A Dobject.c106 DBG_CALL(Dbg_file_elf(lml, name, 0, 0, lml->lm_lmidstr, lmco)); in elf_obj_init()
H A Dremove.c172 if (lml->lm_lmidstr) in remove_lml()
173 free(lml->lm_lmidstr); in remove_lml()
H A Da.out.c514 DBG_CALL(Dbg_file_aout(lml, name, addr, msize, lml->lm_lmidstr, lmco)); in aout_new_lmp()
H A Ddlfcns.c630 if ((lml->lm_lmidstr = strdup(buffer)) == NULL) in newlmid()
H A Danalyze.c1267 NAME(nlmp), LIST(nlmp)->lm_lmidstr)); in file_open()
H A Delf.c1664 DBG_CALL(Dbg_file_elf(lml, name, addr, msize, lml->lm_lmidstr, lmco));
/titanic_44/usr/src/cmd/sgs/include/
H A Drtld.h305 char *lm_lmidstr; /* and associated diagnostic string */ member
332 Elf32_Addr lm_lmidstr; member