Lines Matching refs:offs
153 static struct probe_trace_arg_ref *alloc_trace_arg_ref(long offs) in alloc_trace_arg_ref() argument
158 ref->offset = offs; in alloc_trace_arg_ref()
177 Dwarf_Word offs = 0; in convert_variable_location() local
220 tvar->ref = alloc_trace_arg_ref((long)offs); in convert_variable_location()
231 offs = op->number; in convert_variable_location()
237 offs += op->number; in convert_variable_location()
243 offs += op->number2; in convert_variable_location()
268 tvar->ref = alloc_trace_arg_ref((long)offs); in convert_variable_location()
387 Dwarf_Word offs; in convert_variable_fields() local
484 offs = 0; in convert_variable_fields()
486 ret = die_get_data_member_location(die_mem, &offs); in convert_variable_fields()
493 ref->offset += (long)offs; in convert_variable_fields()