Home
last modified time | relevance | path

Searched refs:CALLERS (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Dremove.c433 (void) aplist_delete_value(CALLERS(dlmp), bdp); in remove_lists()
444 for (APLIST_TRAVERSE(CALLERS(lmp), idx1, bdp)) { in remove_lists()
476 if (CALLERS(lmp)) { in remove_lists()
477 free(CALLERS(lmp)); in remove_lists()
478 CALLERS(lmp) = NULL; in remove_lists()
593 for (APLIST_TRAVERSE(CALLERS(lmp), idx, bdp)) { in is_deletable()
H A Dtsort.c215 for (APLIST_TRAVERSE(CALLERS(lmp), idx, bdp)) { in sort_scc()
527 for (APLIST_TRAVERSE(CALLERS(lmp1), idx1, bdp)) { in trace_sort()
H A Danalyze.c2834 for (APLIST_TRAVERSE(CALLERS(clmp), idx1, bdp)) { in lookup_sym_direct()
3317 if (aplist_append(&CALLERS(dlmp), bdp, AL_CNT_CALLERS) == NULL) in bind_one()
H A Daudit.c774 for (APLIST_TRAVERSE(CALLERS(lmp), idx, bdp)) in audit_objclose()
H A Delf.c821 for (APLIST_TRAVERSE(CALLERS(ilmp), idx, bdp)) {
H A Dutil.c3344 for (APLIST_TRAVERSE(CALLERS(lmp), idx, bdp)) { in unused()
/illumos-gate/usr/src/cmd/sgs/rtld/mdbmod/common/
H A Drtld.msg469 @ MSG_RTMAP_LINE8 " DEPENDS: 0x%0?p\t CALLERS: 0x%0?p\n"
564 @ MSG_CALLERS_DCD "Display Rt_map CALLERS binding descriptors"
566 @ MSG_CALLERS_LINE1 "CALLERS for %s\n"
570 Display the binding descriptor list of CALLERS() of the Rt_map\n\
571 specified by addr. A CALLERS() entry consists of an APlist\n\
H A Drtld.c412 if (CALLERS(&rtmap) == NULL) in dcmd_Callers()
415 return (Depends((uintptr_t)CALLERS(&rtmap), flags, argc, argv, flg, in dcmd_Callers()
467 mdb_printf(MSG_ORIG(MSG_RTMAP_LINE8), DEPENDS(&rtmap), CALLERS(&rtmap)); in dcmd_rtmap()
/illumos-gate/usr/src/cmd/sgs/include/
H A Drtld.h949 #define CALLERS(X) ((X)->rt_callers) macro