Home
last modified time | relevance | path

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

/illumos-gate/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.c408 if (aplist_append(&FPNODE(lmp), fpnp, AL_CNT_FPNODE) == NULL) { in fpavl_insert()
427 for (APLIST_TRAVERSE(FPNODE(lmp), idx, fpnp)) { in fpavl_remove()
431 free(FPNODE(lmp)); in fpavl_remove()
432 FPNODE(lmp) = NULL; in fpavl_remove()
/illumos-gate/usr/src/cmd/sgs/include/
H A Drtld.h943 #define FPNODE(X) ((X)->rt_fpnode) macro