Searched refs:lm_lmidstr (Results 1 – 8 of 8) sorted by relevance
/illumos-gate/usr/src/cmd/sgs/rtld/common/ |
H A D | debug.c | 182 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 D | setup.c | 333 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 D | object.c | 104 DBG_CALL(Dbg_file_elf(lml, name, 0, 0, lml->lm_lmidstr, lmco)); in elf_obj_init()
|
H A D | remove.c | 172 if (lml->lm_lmidstr) in remove_lml() 173 free(lml->lm_lmidstr); in remove_lml()
|
H A D | dlfcns.c | 631 if ((lml->lm_lmidstr = strdup(buffer)) == NULL) in newlmid()
|
H A D | analyze.c | 1267 NAME(nlmp), LIST(nlmp)->lm_lmidstr)); in file_open()
|
H A D | elf.c | 1638 DBG_CALL(Dbg_file_elf(lml, name, addr, msize, lml->lm_lmidstr, lmco));
|
/illumos-gate/usr/src/cmd/sgs/include/ |
H A D | rtld.h | 307 char *lm_lmidstr; /* and associated diagnostic string */ member 334 Elf32_Addr lm_lmidstr; member
|