Searched refs:_tnfctl_sym_find_in_obj (Results 1 - 3 of 3) sorted by relevance
/illumos-gate/usr/src/lib/libtnfctl/ |
H A D | sym.c | 81 * _tnfctl_sym_find_in_obj() - determines the virtual address of the supplied 85 _tnfctl_sym_find_in_obj(int objfd, uintptr_t baseaddr, const char *symname, function 142 prexstat = _tnfctl_sym_find_in_obj(obj->objfd, 208 prexstat = _tnfctl_sym_find_in_obj(found_obj->objfd,
|
H A D | elf.c | 97 prexstat = _tnfctl_sym_find_in_obj(objfd, baseaddr, "_DYNAMIC",
|
H A D | tnfctl_int.h | 269 tnfctl_errcode_t _tnfctl_sym_find_in_obj(int objfd, uintptr_t baseaddr,
|
Completed in 58 milliseconds