Searched refs:offstr (Results 1 – 3 of 3) sorted by relevance
19 static inline char *offstr(struct section *sec, unsigned long offset) in offstr() function51 char *_str = offstr(sec, offset); \70 char *_str = offstr(_insn->sec, _insn->offset); \
3348 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()
155 def offstr(offset): function3040 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)) +