Searched refs:lm_lmidstr (Results 1 – 9 of 9) sorted by relevance
/titanic_44/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 | 335 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 D | object.c | 106 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 | a.out.c | 514 DBG_CALL(Dbg_file_aout(lml, name, addr, msize, lml->lm_lmidstr, lmco)); in aout_new_lmp()
|
H A D | dlfcns.c | 630 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 | 1664 DBG_CALL(Dbg_file_elf(lml, name, addr, msize, lml->lm_lmidstr, lmco));
|
/titanic_44/usr/src/cmd/sgs/include/ |
H A D | rtld.h | 305 char *lm_lmidstr; /* and associated diagnostic string */ member 332 Elf32_Addr lm_lmidstr; member
|