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); \ 136 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() 266 str = offstr(reloc->sym->sec, reloc->sym->offset + offset); in disas_print_addr_reloc() 447 addr_str = offstr(sec, offset); in disas_vprint()
|
| H A D | check.c | 1603 offstr(dest_sec, dest_off)); in add_jump_destinations() 3309 offstr(insn->sec, insn->offset)); in propagate_alt_cfi() 4522 WARN_INSN(insn, "relocation to !ENDBR: %s", offstr(dest->sec, dest->offset)); in validate_symbol() 4606 "data relocation to !ENDBR: %s", offstr(dest->sec, dest->offset));
|
| /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)) +
|