Searched refs:probelist (Results 1 - 3 of 3) sorted by relevance
/illumos-gate/usr/src/uts/intel/amd64/krtld/ |
H A D | kobj_reloc.c | 68 tnf_probe_control_t **probelist, 73 ((tnf_probe_control_t *)offset)->next = *probelist; 74 *probelist = (tnf_probe_control_t *)offset; 135 tnf_probe_control_t *probelist = NULL; local 228 &addend, off, &probelist, &taglist) != 0) { 274 if (tnf_splice_probes(mp->flags & KOBJ_PRIM, probelist, taglist)) 65 tnf_reloc_resolve(char *symname, Addr *value_p, Elf64_Sxword *addend_p, long offset, tnf_probe_control_t **probelist, tnf_tag_data_t **taglist) argument
|
/illumos-gate/usr/src/uts/intel/ia32/krtld/ |
H A D | kobj_reloc.c | 68 tnf_probe_control_t **probelist, 72 ((tnf_probe_control_t *)offset)->next = *probelist; 73 *probelist = (tnf_probe_control_t *)offset; 132 tnf_probe_control_t *probelist = NULL; local 223 off, &probelist, &taglist) != 0) { 268 if (tnf_splice_probes(mp->flags & KOBJ_PRIM, probelist, taglist)) 65 tnf_reloc_resolve(char *symname, Addr *value_p, long offset, tnf_probe_control_t **probelist, tnf_tag_data_t **taglist) argument
|
/illumos-gate/usr/src/uts/sparc/krtld/ |
H A D | kobj_reloc.c | 68 tnf_probe_control_t **probelist, 73 ((tnf_probe_control_t *)offset)->next = *probelist; 74 *probelist = (tnf_probe_control_t *)offset; 167 tnf_probe_control_t *probelist = NULL; local 280 &addend, off, &probelist, &taglist) != 0) { 333 if (tnf_splice_probes(mp->flags & KOBJ_PRIM, probelist, taglist)) 65 tnf_reloc_resolve(char *symname, Addr *value_p, Elf64_Sxword *addend_p, long offset, tnf_probe_control_t **probelist, tnf_tag_data_t **taglist) argument
|
Completed in 56 milliseconds