Searched refs:HANDLES (Results 1 – 8 of 8) sorted by relevance
/titanic_50/usr/src/cmd/sgs/rtld/common/ |
H A D | remove.c | 357 if (HANDLES(lmp)) in remove_so() 358 free(HANDLES(lmp)); in remove_so() 577 for (APLIST_TRAVERSE(HANDLES(lmp), idx, ghp)) { in is_deletable() 812 (void) aplist_delete_value(HANDLES(lmp), ghp); in free_hdl() 875 if (HANDLES(lmp)) { in remove_lmc() 876 ghp = (Grp_hdl *)HANDLES(lmp)->apl_data[0]; in remove_lmc() 1313 for (APLIST_TRAVERSE(HANDLES(lmp), idx3, ghp3)) { in remove_hdl() 1462 (void) aplist_delete_value(HANDLES(lmp), ghp); in remove_hdl()
|
H A D | object.c | 372 HANDLES(nlmp) = HANDLES(olmp); in elf_obj_fini() 386 for (APLIST_TRAVERSE(HANDLES(nlmp), idx1, ghp)) { in elf_obj_fini()
|
H A D | tsort.c | 208 if (HANDLES(lmp)) in sort_scc()
|
H A D | dlfcns.c | 214 alpp = &(HANDLES(rlmp)); in hdl_create()
|
H A D | analyze.c | 2856 for (APLIST_TRAVERSE(HANDLES(clmp), idx1, ghp)) { in lookup_sym_direct()
|
/titanic_50/usr/src/cmd/sgs/rtld/mdbmod/common/ |
H A D | rtld.msg | 468 @ MSG_RTMAP_LINE7 " GROUPS: 0x%0?p\t HANDLES: 0x%0?p\n" 594 @ MSG_HANDLES_DCD "Display Rt_map HANDLES group descriptors" 596 @ MSG_HANDLES_LINE1 "HANDLES for %s\n" 600 Display the list of HANDLES() that the Rt_map, specified by addr, is the\n\ 601 owner of. A HANDLES() entry consists of an APlist of Grp_hdl descriptors.\n\
|
H A D | rtld.c | 466 mdb_printf(MSG_ORIG(MSG_RTMAP_LINE7), GROUPS(&rtmap), HANDLES(&rtmap)); in dcmd_rtmap() 1176 if (HANDLES(&rtmap) == 0) in dcmd_Handles() 1179 addr = (uintptr_t)HANDLES(&rtmap); in dcmd_Handles()
|
/titanic_50/usr/src/cmd/sgs/include/ |
H A D | rtld.h | 948 #define HANDLES(X) ((X)->rt_handles) macro
|