Home
last modified time | relevance | path

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

/illumos-gate/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.c333 lml_main.lm_lmidstr = (char *)MSG_ORIG(MSG_LMID_BASE); in setup()
341 lml_rtld.lm_lmidstr = (char *)MSG_ORIG(MSG_LMID_LDSO); in setup()
867 LIST(rlmp)->lm_lmidstr, ALIST_OFF_DATA)); in setup()
871 ADDR(mlmp), MSIZE(mlmp), LIST(mlmp)->lm_lmidstr, in setup()
H A Dobject.c104 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 Ddlfcns.c631 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.c1638 DBG_CALL(Dbg_file_elf(lml, name, addr, msize, lml->lm_lmidstr, lmco));
/illumos-gate/usr/src/cmd/sgs/include/
H A Drtld.h307 char *lm_lmidstr; /* and associated diagnostic string */ member
334 Elf32_Addr lm_lmidstr; member