Searched refs:dynlm_list (Results 1 – 10 of 10) sorted by relevance
/titanic_44/usr/src/cmd/sgs/librtld_db/common/ |
H A D | librtld_db.msg | 58 @ MSG_DB_READDBGFAIL_4 "rtld_db: rli: failed to read dynlm_list: 0x%llx" 59 @ MSG_DB_READDBGFAIL_5 "rtld_db: rli: failed to read dynlm_list->ap_data[]: \ 71 @ MSG_DB_LKMAPNOINIT_1 "rtld_db: rli: dynlm_list is not yet initialized: \ 72 dynlm_list: 0x%llx"
|
/titanic_44/usr/src/cmd/sgs/rtld/common/ |
H A D | globals.c | 78 APlist *dynlm_list = NULL; /* dynamic list of link-maps */ variable
|
H A D | setup.c | 779 if (aplist_append(&dynlm_list, &lml_main, AL_CNT_DYNLIST) == NULL) in setup() 782 if (aplist_append(&dynlm_list, &lml_rtld, AL_CNT_DYNLIST) == NULL) in setup() 803 r_debug.rtd_dynlmlst = &dynlm_list; in setup()
|
H A D | dlfcns.c | 68 for (APLIST_TRAVERSE(dynlm_list, idx1, lml)) { in _caller() 554 for (APLIST_TRAVERSE(dynlm_list, idx, lml)) { in dlclose_intn() 890 if (aplist_append(&dynlm_list, lml, AL_CNT_DYNLIST) == NULL) { in dlmopen_intn() 895 (void) aplist_delete_value(dynlm_list, lml); in dlmopen_intn() 2309 for (APLIST_TRAVERSE(dynlm_list, idx1, lml)) { in dl_iterate_phdr()
|
H A D | external.c | 349 for (APLIST_TRAVERSE(dynlm_list, idx, lml2)) { in get_lcinterface()
|
H A D | remove.c | 195 (void) aplist_delete_value(dynlm_list, lml); in remove_lml() 258 for (APLIST_TRAVERSE(dynlm_list, idx1, nlml)) { in remove_so()
|
H A D | _rtld.h | 552 extern APlist *dynlm_list; /* dynamic list of link-maps */
|
H A D | util.c | 889 for (APLIST_TRAVERSE(dynlm_list, idx, lml)) { in atexit_fini() 931 for (APLIST_TRAVERSE(dynlm_list, idx, lml)) { in atexit_fini()
|
H A D | analyze.c | 1041 for (APLIST_TRAVERSE(dynlm_list, idx, lml)) { in is_devinode_loaded()
|
/titanic_44/usr/src/cmd/sgs/rtld/mdbmod/common/ |
H A D | rtld.msg | 39 @ MSG_STR_DYNLMLIST "dynlm_list" 345 dynlm_list\nmaster link-map list is searched and all link-map headers \ 385 \tLink-map lists (dynlm_list): 0xffbfdbf8\n\ 421 address is specified, the dynlm_list master Rt_map list is searched and\n\ 436 \tLink-map lists (dynlm_list): 0xffbfe080\n\
|