Home
last modified time | relevance | path

Searched refs:FPNODE (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/cmd/sgs/rtld/common/
H A Dremove.c287 if (FPNODE(lmp)) in remove_so()
1300 if (FPNODE(lmp)) in remove_hdl()
H A Dutil.c406 if (aplist_append(&FPNODE(lmp), fpnp, AL_CNT_FPNODE) == NULL) { in fpavl_insert()
425 for (APLIST_TRAVERSE(FPNODE(lmp), idx, fpnp)) { in fpavl_remove()
429 free(FPNODE(lmp)); in fpavl_remove()
430 FPNODE(lmp) = NULL; in fpavl_remove()
/titanic_50/usr/src/cmd/sgs/include/
H A Drtld.h941 #define FPNODE(X) ((X)->rt_fpnode) macro