Lines Matching refs:lib_va
216 struct lib_va { struct
217 struct lib_va *lv_next; argument
239 static struct lib_va *lib_va_hash[LIB_VA_SIZE]; argument
291 lib_va_free(struct lib_va *lvp) in lib_va_free()
305 kmem_free(lvp, sizeof (struct lib_va)); in lib_va_free()
314 static struct lib_va *
317 struct lib_va *lvp; in lib_va_find()
318 struct lib_va *del = NULL; in lib_va_find()
319 struct lib_va **tmp; in lib_va_find()
378 static struct lib_va *
381 struct lib_va *lvp; in lib_va_add_hash()
384 struct lib_va **tmp; in lib_va_add_hash()
385 struct lib_va *del = NULL; in lib_va_add_hash()
390 lvp = kmem_alloc(sizeof (struct lib_va), KM_SLEEP); in lib_va_add_hash()
404 kmem_free(lvp, sizeof (struct lib_va)); in lib_va_add_hash()
486 lib_va_release(struct lib_va *lvp) in lib_va_release()
634 mmapobj_lookup_start_addr(struct lib_va *lvp) in mmapobj_lookup_start_addr()
707 mmapobj_alloc_start_addr(struct lib_va **lvpp, size_t len, int use_lib_va, in mmapobj_alloc_start_addr()
1545 struct lib_va *lvp = NULL; in process_phdrs()
2066 struct lib_va *lvp; in mmapobj_map_interpret()