Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Danalyze.c798 if (((lmp = fpavl_recorded(lml, name, hash, &where)) != NULL) && in is_so_loaded()
1163 if ((nlmp = fpavl_recorded(lml, nname, hash, in file_open()
1231 fpavl_recorded(lml, path, 0, 0)) != NULL) { in file_open()
1985 (void) fpavl_recorded(lml, fdp->fd_nname, 0, in load_so()
H A D_rtld.h702 extern Rt_map *fpavl_recorded(Lm_list *, const char *, uint_t,
H A Dutil.c350 fpavl_recorded(Lm_list *lml, const char *name, uint_t hash, avl_index_t *where) in fpavl_recorded() function
388 _lmp = fpavl_recorded(lml, name, hash, &where); in fpavl_insert()