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

/linux-master/tools/objtool/include/objtool/
H A Dwarn.h19 static inline char *offstr(struct section *sec, unsigned long offset) function
51 char *_str = offstr(sec, offset); \
70 char *_str = offstr(_insn->sec, _insn->offset); \
/linux-master/tools/objtool/
H A Dcheck.c3279 char *where = offstr(insn->sec, insn->offset);
4413 WARN_INSN(insn, "relocation to !ENDBR: %s", offstr(dest->sec, dest->offset));
4441 offstr(dest->sec, dest->offset));
/linux-master/tools/perf/scripts/python/
H 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 243 milliseconds