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