Searched refs:offstr (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/tools/objtool/ |
H A D | warn.h | 18 static inline char *offstr(struct section *sec, unsigned long offset) in offstr() function 50 char *_str = offstr(sec, offset); \ 58 char *_str = offstr(_insn->sec, _insn->offset); \
|
/kernel/linux/linux-6.6/tools/objtool/include/objtool/ |
H A D | warn.h | 19 static inline char *offstr(struct section *sec, unsigned long offset) in offstr() function 51 char *_str = offstr(sec, offset); \ 70 char *_str = offstr(_insn->sec, _insn->offset); \
|
/kernel/linux/linux-6.6/tools/objtool/ |
H A D | check.c | 3247 char *where = offstr(insn->sec, insn->offset); in propagate_alt_cfi() 4381 WARN_INSN(insn, "relocation to !ENDBR: %s", offstr(dest->sec, dest->offset)); in validate_ibt_insn() 4409 offstr(dest->sec, dest->offset)); in validate_ibt_data_reloc()
|
/kernel/linux/linux-5.10/tools/perf/scripts/python/ |
H A D | exported-sql-viewer.py | 154 def offstr(offset): function 3039 data.append(tohex(query.value(8)).rjust(16) + " " + query.value(9) + offstr(query.value(10)) + 3041 tohex(query.value(12)) + " " + query.value(13) + offstr(query.value(14)) +
|
/kernel/linux/linux-6.6/tools/perf/scripts/python/ |
H A D | exported-sql-viewer.py | 155 def offstr(offset): function 3040 data.append(tohex(query.value(8)).rjust(16) + " " + query.value(9) + offstr(query.value(10)) + 3042 tohex(query.value(12)) + " " + query.value(13) + offstr(query.value(14)) +
|
Completed in 18 milliseconds