Searched refs:offstr (Results 1 – 2 of 2) sorted by relevance
18 static inline char *offstr(struct section *sec, unsigned long offset) in offstr() function50 char *_str = offstr(sec, offset); \58 char *_str = offstr(_insn->sec, _insn->offset); \
148 def offstr(offset): function3033 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)) +