Searched refs:ofl_wrap (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/cmd/sgs/libld/common/ |
H A D | wrap.c | 100 if (ofl->ofl_wrap == NULL) { in ld_wrap_enter() 101 ofl->ofl_wrap = libld_calloc(1, sizeof (*ofl->ofl_wrap)); in ld_wrap_enter() 102 if (ofl->ofl_wrap == NULL) in ld_wrap_enter() 104 avl_create(ofl->ofl_wrap, wrap_cmp, sizeof (WrapSymNode), in ld_wrap_enter() 110 if ((wsnp = avl_find(ofl->ofl_wrap, &wsn, &where)) != NULL) in ld_wrap_enter() 129 avl_insert(ofl->ofl_wrap, wsnp, where); in ld_wrap_enter()
|
H A D | syms.c | 2437 if (ofl->ofl_wrap && name[0] && (shndx == SHN_UNDEF)) { in ld_sym_process() 2456 if ((wsnp = avl_find(ofl->ofl_wrap, &wsn, 0)) != NULL) { in ld_sym_process()
|
/titanic_41/usr/src/cmd/sgs/include/ |
H A D | libld.h | 406 avl_tree_t *ofl_wrap; /* -z wrap symbols */ member
|