offstr
offstr(dest_sec, dest_off));
offstr(insn->sec, insn->offset));
WARN_INSN(insn, "relocation to !ENDBR: %s", offstr(dest->sec, dest->offset));
"data relocation to !ENDBR: %s", offstr(dest->sec, dest->offset));
str = offstr(sec, addr);
str = offstr(reloc->sym->sec, reloc->sym->offset + offset);
addr_str = offstr(sec, offset);
char *insn_off = offstr(insn->sec, insn->offset); \
char *_str = offstr(sec, offset); \
char *_str = offstr(__insn->sec, __insn->offset); \