Searched refs:pnavl_recorded (Results 1 - 6 of 6) sorted by relevance
/illumos-gate/usr/src/cmd/sgs/rtld/common/ |
H A D | object.c | 264 if (pnavl_recorded(&capavl, ofl->ofl_name, NULL, NULL))
|
H A D | cap.c | 365 #define HWAVL_RECORDED(n) pnavl_recorded(&capavl, n, NULL, NULL) 1009 if (pnavl_recorded(&capavl, name, hash, &where))
|
H A D | paths.c | 896 pnavl_recorded(&spavl, npath, 0, NULL)) { 926 else if (pnavl_recorded(&spavl, opath, 0, NULL)) {
|
H A D | _rtld.h | 751 extern int pnavl_recorded(avl_tree_t **, const char *, uint_t,
|
H A D | util.c | 320 pnavl_recorded(avl_tree_t **pnavl, const char *name, uint_t hash, function 450 int in_nfavl = pnavl_recorded(&nfavl, name, hash, &where); 503 if (pnavl_recorded(&spavl, buffer, hash, &where))
|
H A D | analyze.c | 803 if (pnavl_recorded(&nfavl, name, hash, NULL)) { 1169 if (pnavl_recorded(&nfavl, nname, hash, &nfavlwhere)) {
|
Completed in 83 milliseconds