Home
last modified time | relevance | path

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

/Linux-v5.10/tools/objtool/
Dwarn.h18 static inline char *offstr(struct section *sec, unsigned long offset) in offstr() function
50 char *_str = offstr(sec, offset); \
58 char *_str = offstr(_insn->sec, _insn->offset); \
/Linux-v5.10/tools/perf/scripts/python/
Dexported-sql-viewer.py148 def offstr(offset): function
3033 data.append(tohex(query.value(8)).rjust(16) + " " + query.value(9) + offstr(query.value(10)) +
3035 tohex(query.value(12)) + " " + query.value(13) + offstr(query.value(14)) +