Lines Matching full:offs
249 static struct probe_trace_arg_ref *alloc_trace_arg_ref(long offs)
254 ref->offset = offs;
270 Dwarf_Word offs = 0;
296 tvar->ref = alloc_trace_arg_ref((long)offs);
307 offs = op->number;
313 offs += op->number;
319 offs += op->number2;
344 tvar->ref = alloc_trace_arg_ref((long)offs);
462 Dwarf_Word offs;
558 offs = 0;
560 ret = die_get_data_member_location(die_mem, &offs);
567 ref->offset += (long)offs;