Searched refs:DEPENDS (Results 1 – 9 of 9) sorted by relevance
/titanic_50/usr/src/cmd/sgs/rtld/common/ |
H A D | remove.c | 427 for (APLIST_TRAVERSE(DEPENDS(lmp), idx1, bdp)) { in remove_lists() 436 if (DEPENDS(lmp)) { in remove_lists() 437 free(DEPENDS(lmp)); in remove_lists() 438 DEPENDS(lmp) = NULL; in remove_lists() 473 (void) aplist_delete_value(DEPENDS(clmp), bdp); in remove_lists() 720 for (APLIST_TRAVERSE(DEPENDS(lmp), idx2, bdp)) { in remove_rescan() 1180 for (APLIST_TRAVERSE(DEPENDS(lmp), idx3, bdp)) { in remove_hdl()
|
H A D | tsort.c | 123 for (APLIST_TRAVERSE(DEPENDS(lmp2), idx2, bdp)) { in sort_scc() 409 for (APLIST_TRAVERSE(DEPENDS(lmp), idx1, bdp)) { in dep_visit()
|
H A D | analyze.c | 2360 (DEPENDS(nlmp) == NULL)) in load_finish() 2379 for (APLIST_TRAVERSE(DEPENDS(dlmp1), idx3, bdp)) { in load_finish() 3303 for (APLIST_TRAVERSE(DEPENDS(clmp), idx, bdp)) { in bind_one() 3325 if (aplist_append(&DEPENDS(clmp), bdp, AL_CNT_DEPENDS) == NULL) in bind_one()
|
H A D | dlfcns.c | 416 for (APLIST_TRAVERSE(DEPENDS(lmp), idx1, bdp)) { in hdl_initialize()
|
/titanic_50/usr/src/cmd/sgs/librtld/common/ |
H A D | dynamic.c | 78 for (APLIST_TRAVERSE(DEPENDS(lmp), idx, bdp)) { in update_dynamic()
|
/titanic_50/usr/src/cmd/sgs/rtld/mdbmod/common/ |
H A D | rtld.msg | 469 @ MSG_RTMAP_LINE8 " DEPENDS: 0x%0?p\t CALLERS: 0x%0?p\n" 530 @ MSG_DEPENDS_DCD "Display Rt_map DEPENDS binding descriptors" 532 @ MSG_DEPENDS_LINE1 "DEPENDS for %s\n" 536 Display the binding descriptor list of DEPENDS() of the Rt_map\n\ 537 specified by addr. A DEPENDS() entry consists of an APlist\n\
|
H A D | rtld.c | 367 if (DEPENDS(&rtmap) == NULL) in dcmd_Depends() 370 return (Depends((uintptr_t)DEPENDS(&rtmap), flags, argc, argv, flg, in dcmd_Depends() 467 mdb_printf(MSG_ORIG(MSG_RTMAP_LINE8), DEPENDS(&rtmap), CALLERS(&rtmap)); in dcmd_rtmap()
|
/titanic_50/usr/src/cmd/sgs/liblddbg/common/ |
H A D | files.c | 365 if (DEPENDS(tlmp) == NULL) in Dbg_file_bindings() 370 for (APLIST_TRAVERSE(DEPENDS(tlmp), idx, bdp)) { in Dbg_file_bindings()
|
/titanic_50/usr/src/cmd/sgs/include/ |
H A D | rtld.h | 946 #define DEPENDS(X) ((X)->rt_depends) macro
|