Lines Matching refs:offs
156 static struct probe_trace_arg_ref *alloc_trace_arg_ref(long offs) in alloc_trace_arg_ref() argument
161 ref->offset = offs; in alloc_trace_arg_ref()
180 Dwarf_Word offs = 0; in convert_variable_location() local
233 tvar->ref = alloc_trace_arg_ref((long)offs); in convert_variable_location()
244 offs = op->number; in convert_variable_location()
250 offs += op->number; in convert_variable_location()
256 offs += op->number2; in convert_variable_location()
281 tvar->ref = alloc_trace_arg_ref((long)offs); in convert_variable_location()
400 Dwarf_Word offs; in convert_variable_fields() local
497 offs = 0; in convert_variable_fields()
499 ret = die_get_data_member_location(die_mem, &offs); in convert_variable_fields()
506 ref->offset += (long)offs; in convert_variable_fields()
1421 static int debuginfo__get_text_offset(struct debuginfo *dbg, Dwarf_Addr *offs) in debuginfo__get_text_offset() argument
1449 *offs = shdr->sh_addr; in debuginfo__get_text_offset()