Home
last modified time | relevance | path

Searched refs:insn_offset (Results 1 – 4 of 4) sorted by relevance

/linux/tools/objtool/arch/loongarch/
H A Dspecial.c15 unsigned long insn_offset; member
51 orig_table->insn_offset = reloc->sym->offset + reloc_addend(reloc); in get_rodata_table_size_by_table_annotate()
62 if (orig_table->insn_offset == insn->offset) { in get_rodata_table_size_by_table_annotate()
81 tmp_insn_offset = next_table->insn_offset; in get_rodata_table_size_by_table_annotate()
83 next_table->insn_offset = orig_table->insn_offset; in get_rodata_table_size_by_table_annotate()
85 orig_table->insn_offset = tmp_insn_offset; in get_rodata_table_size_by_table_annotate()
92 if (insn->offset == orig_table->insn_offset) { in get_rodata_table_size_by_table_annotate()
/linux/tools/perf/util/annotate-arch/
H A Dannotate-x86.c226 u32 insn_offset = dl->al.offset; in update_insn_state_x86()
249 pr_debug_dtp("call [%x] %s\n", insn_offset, call_name); in update_insn_state_x86()
251 pr_debug_dtp("call [%x] <unknown>\n", insn_offset); in update_insn_state_x86()
276 insn_offset, state->ret_reg); in update_insn_state_x86()
325 insn_offset, imm_value, dst->reg1); in update_insn_state_x86()
347 insn_offset, imm_value, dst->reg1); in update_insn_state_x86()
375 insn_offset, imm_value, dst->reg1); in update_insn_state_x86()
415 insn_offset, -src->offset, dst->reg1); in update_insn_state_x86()
418 insn_offset, src->offset, sreg, dst->reg1); in update_insn_state_x86()
446 insn_offset, sr in update_insn_state_x86()
216 u32 insn_offset = dl->al.offset; update_insn_state_x86() local
[all...]
H A Dannotate-powerpc.c144 struct insn_offset { struct
167 static struct insn_offset ins_array[] = { argument
240 static struct insn_offset arithmetic_ins_op_31[] = {
263 static struct insn_offset arithmetic_two_ops[] = {
274 const struct insn_offset *val1 = a; in cmp_offset()
275 const struct insn_offset *val2 = b; in cmp_offset()
285 struct insn_offset *ret; in check_ppc_insn()
286 struct insn_offset mem_insns_31_opcode = { in check_ppc_insn()
355 u32 insn_offset = dl->al.offset; in update_insn_state_powerpc() local
388 insn_offset, src->reg1, dst->reg1); in update_insn_state_powerpc()
/linux/tools/perf/util/
H A Dannotate-data.c860 * @insn_offset: instruction offset (for debug)
867 u64 addr, u64 insn_offset, struct die_var_type *var_types) in update_var_state()
918 insn_offset, offset, state->stack_reg); in update_var_state()
921 insn_offset, -offset); in update_var_state()
947 insn_offset, var->reg, var->offset); in update_var_state()
964 insn_offset, var->reg, var->offset); in update_var_state()
986 insn_offset, reg->copied_from);
1109 u32 insn_offset = dl->al.offset; in check_matching_type()
1122 insn_offset, reg, offset_sign, offset, in check_matching_type()
863 update_var_state(struct type_state * state,struct data_loc_info * dloc,u64 addr,u64 insn_offset,struct die_var_type * var_types) update_var_state() argument
1093 u32 insn_offset = dl->al.offset; check_matching_type() local