Home
last modified time | relevance | path

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

/linux-6.3-rc2/tools/objtool/include/objtool/
A Dwarn.h19 static inline char *offstr(struct section *sec, unsigned long offset) in offstr() function
51 char *_str = offstr(sec, offset); \
59 char *_str = offstr(_insn->sec, _insn->offset); \
/linux-6.3-rc2/tools/objtool/
A Dcheck.c3273 char *where = offstr(insn->sec, insn->offset); in propagate_alt_cfi()
4407 offstr(dest->sec, dest->offset)); in validate_ibt_insn()
4435 offstr(dest->sec, dest->offset)); in validate_ibt_data_reloc()
/linux-6.3-rc2/tools/perf/scripts/python/
A 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)) +

Completed in 18 milliseconds