Lines Matching defs:next
62 uintptr_t next;
70 uintptr_t next;
106 uintptr_t next, uintptr_t * comb_p);
108 uintptr_t down, uintptr_t next, uintptr_t * comb_p);
110 uintptr_t next, uintptr_t comb);
125 * down and next constraints of the caller.
129 uintptr_t down, uintptr_t next, uintptr_t *comb_p)
138 if (find(hndl, op, down, next, comb_p)) {
146 prexstat = build(hndl, op, down, next, comb_p);
196 uintptr_t next;
217 prexstat = iscomb(hndl, addr, &down, &next, &is_combination);
230 tnf_opaque, next, next);
243 prexstat = decode(hndl, next, &nextnames, &nextaddrs);
323 * it is, return the down and next pointers
373 * patch, * (down or next displ) then read that value
386 /* intel is relative to *next* instruction */
391 } else if ((uintptr_t) tptr == calltmpl[type].next +
401 /* intel is relative to *next* instruction */
480 find(tnfctl_handle_t *hndl, comb_op_t op, uintptr_t down, uintptr_t next,
488 key.next = next;
504 add(tnfctl_handle_t *hndl, comb_op_t op, uintptr_t down, uintptr_t next,
517 new_p->next = next;
556 if (k0p->next != k1p->next)
557 return ((k0p->next < k1p->next) ? -1 : 1);
567 build(tnfctl_handle_t *hndl, comb_op_t op, uintptr_t down, uintptr_t next,
613 contents -= 5; /* intel offset is relative to *next* instr */
625 /* poke the next address */
626 offset = calltmpl[op].next - calltmpl[op].entry;
629 contents = next - (addr + offset);
631 contents -= 5; /* intel offset is relative to *next* instr */
635 tnf_opaque, next, next,
652 prexstat = add(hndl, op, down, next, addr);