Searched refs:offstr (Results 1 – 4 of 4) sorted by relevance
| /linux/tools/objtool/include/objtool/ |
| H A D | warn.h | 20 static inline char *offstr(struct section *sec, unsigned long offset) in offstr() function 67 char *_str = offstr(sec, offset); \ 93 char *_str = offstr(__insn->sec, __insn->offset); \ 154 char *insn_off = offstr(insn->sec, insn->offset); \
|
| /linux/tools/objtool/ |
| H A D | disas.c | 177 str = offstr(sec, addr); in disas_print_addr_sym() 268 str = offstr(reloc->sym->sec, reloc->sym->offset + offset); in disas_print_addr_reloc() 449 addr_str = offstr(sec, offset); in disas_vprint()
|
| H A D | check.c | 1640 offstr(dest_sec, dest_off)); in add_jump_destinations() 3319 offstr(insn->sec, insn->offset)); in propagate_alt_cfi() 4674 WARN_INSN(insn, "relocation to !ENDBR: %s", offstr(dest->sec, dest->offset)); in __validate_ibt_insn() 4758 "data relocation to !ENDBR: %s", offstr(dest->sec, dest->offset)); in validate_ibt_data_reloc()
|
| /linux/tools/perf/scripts/python/ |
| H A D | exported-sql-viewer.py | 155 def offstr(offset): function 3043 data.append(tohex(query.value(8)).rjust(16) + " " + query.value(9) + offstr(query.value(10)) + 3045 tohex(query.value(12)) + " " + query.value(13) + offstr(query.value(14)) +
|