Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/sgs/rtld/common/
H A Danalyze.c799 if (((lmp = fpavl_recorded(lml, name, hash, &where)) != NULL) && in is_so_loaded()
1164 if ((nlmp = fpavl_recorded(lml, nname, hash, in file_open()
1232 fpavl_recorded(lml, path, 0, 0)) != NULL) { in file_open()
1995 (void) fpavl_recorded(lml, fdp->fd_nname, 0, in load_so()
H A D_rtld.h709 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
387 Rt_map *_lmp = fpavl_recorded(lml, name, hash, &where); in fpavl_insert()