Home
last modified time | relevance | path

Searched refs:func_addrs (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/lib/libtnfctl/
H A Dcomb.c77 uintptr_t *func_addrs; member
104 char ***func_names, uintptr_t **func_addrs);
163 uintptr_t **func_addrs) in _tnfctl_comb_decode() argument
170 prexstat = decode(hndl, addr, func_names, func_addrs); in _tnfctl_comb_decode()
189 uintptr_t **func_addrs) in decode() argument
208 *func_addrs = (*find_pp)->func_addrs; in decode()
258 new_p->func_addrs = malloc((count + 1) * in decode()
259 sizeof (new_p->func_addrs[0])); in decode()
260 if (new_p->func_addrs == NULL) { in decode()
265 addr_p = new_p->func_addrs; in decode()
[all …]
H A Dprobes_ext.c179 uintptr_t *func_addrs; in tnfctl_probe_state_get() local
208 state_p->func_addrs = NULL; in tnfctl_probe_state_get()
215 &func_names, &func_addrs); in tnfctl_probe_state_get()
222 state_p->func_addrs = func_addrs; in tnfctl_probe_state_get()
225 state_p->func_addrs = NULL; in tnfctl_probe_state_get()
H A Dtnfctl.h102 const uintptr_t *func_addrs; /* array of func addresses */ member
H A Dtnfctl_int.h251 char ***func_names, uintptr_t **func_addrs);