Home
last modified time | relevance | path

Searched refs:offstr (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/tools/objtool/include/objtool/
Dwarn.h19 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); \
/linux-6.12.1/tools/objtool/
Dcheck.c3348 char *where = offstr(insn->sec, insn->offset); in propagate_alt_cfi()
4482 WARN_INSN(insn, "relocation to !ENDBR: %s", offstr(dest->sec, dest->offset)); in validate_ibt_insn()
4510 offstr(dest->sec, dest->offset)); in validate_ibt_data_reloc()
/linux-6.12.1/tools/perf/scripts/python/
Dexported-sql-viewer.py155 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)) +