Searched refs:dz_map (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/cmd/sgs/libld/common/ |
H A D | util.c | 88 dz_map(size_t size) in dz_map() function 125 if ((nhp = dz_map(tsize)) == MAP_FAILED) in libld_malloc()
|
/titanic_41/usr/src/cmd/sgs/rtld/common/ |
H A D | malloc.c | 183 if ((page = dz_map(0, 0, totpage, in malloc()
|
H A D | _rtld.h | 696 extern void *dz_map(Lm_list *, caddr_t, size_t, int, int);
|
H A D | util.c | 567 if ((pnbuf = dz_map(0, 0, pnsize, (PROT_READ | PROT_WRITE), in stravl_insert() 588 if ((strbuf = dz_map(0, 0, strsize, (PROT_READ | PROT_WRITE), in stravl_insert() 3146 dz_map(Lm_list *lml, caddr_t addr, size_t len, int prot, int flags) in dz_map() function
|