Searched refs:CALLERS (Results 1 – 9 of 9) sorted by relevance
/titanic_50/usr/src/cmd/sgs/rtld/common/ |
H A D | remove.c | 433 (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 D | tsort.c | 215 for (APLIST_TRAVERSE(CALLERS(lmp), idx, bdp)) { in sort_scc() 527 for (APLIST_TRAVERSE(CALLERS(lmp1), idx1, bdp)) { in trace_sort()
|
H A D | analyze.c | 2843 for (APLIST_TRAVERSE(CALLERS(clmp), idx1, bdp)) { in lookup_sym_direct() 3328 if (aplist_append(&CALLERS(dlmp), bdp, AL_CNT_CALLERS) == NULL) in bind_one()
|
H A D | audit.c | 774 for (APLIST_TRAVERSE(CALLERS(lmp), idx, bdp)) in audit_objclose()
|
H A D | elf.c | 847 for (APLIST_TRAVERSE(CALLERS(ilmp), idx, bdp)) {
|
H A D | util.c | 3336 for (APLIST_TRAVERSE(CALLERS(lmp), idx, bdp)) { in unused()
|
/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" 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 D | rtld.c | 412 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()
|
/titanic_50/usr/src/cmd/sgs/include/ |
H A D | rtld.h | 947 #define CALLERS(X) ((X)->rt_callers) macro
|