Lines Matching refs:obj
127 objlist_t *obj; in _tnfctl_sym_find() local
137 for (obj = hndl->objlist; obj; obj = obj->next) { in _tnfctl_sym_find()
138 if (obj->old == B_TRUE) in _tnfctl_sym_find()
142 prexstat = _tnfctl_sym_find_in_obj(obj->objfd, in _tnfctl_sym_find()
143 obj->baseaddr, symname, symaddr); in _tnfctl_sym_find()
171 objlist_t *obj, *found_obj; in _tnfctl_sym_obj_find() local
183 for (obj = hndl->objlist; obj; obj = obj->next) { in _tnfctl_sym_obj_find()
184 if (obj->old == B_TRUE) in _tnfctl_sym_obj_find()
187 if (obj->objname == NULL) in _tnfctl_sym_obj_find()
191 str_ptr = strrchr(obj->objname, '/'); in _tnfctl_sym_obj_find()
193 str_ptr = obj->objname; in _tnfctl_sym_obj_find()
200 found_obj = obj; in _tnfctl_sym_obj_find()
226 objlist_t *obj; in _tnfctl_sym_findname() local
236 for (obj = hndl->objlist; obj; obj = obj->next) { in _tnfctl_sym_findname()
237 if (obj->old == B_TRUE) in _tnfctl_sym_findname()
240 prexstat = sym_findname_in_obj(obj->objfd, in _tnfctl_sym_findname()
241 obj->baseaddr, symaddr, symname); in _tnfctl_sym_findname()