Searched refs:ins_operands (Results 1 – 2 of 2) sorted by relevance
16 struct ins_operands { struct32 struct ins_operands *ops; argument38 void (*free)(struct ins_operands *ops);39 int (*parse)(struct ins_operands *ops, struct map *map);41 struct ins_operands *ops);52 int ins__scnprintf(struct ins *ins, char *bf, size_t size, struct ins_operands *ops);65 struct ins_operands ops;
32 static void ins__delete(struct ins_operands *ops) in ins__delete()43 struct ins_operands *ops) in ins__raw_scnprintf()49 struct ins_operands *ops) in ins__scnprintf()57 static int call__parse(struct ins_operands *ops, struct map *map) in call__parse()100 struct ins_operands *ops) in call__scnprintf()121 static int jump__parse(struct ins_operands *ops, struct map *map __maybe_unused) in jump__parse()136 struct ins_operands *ops) in jump__scnprintf()176 static int lock__parse(struct ins_operands *ops, struct map *map) in lock__parse()208 struct ins_operands *ops) in lock__scnprintf()220 static void lock__delete(struct ins_operands *ops) in lock__delete()[all …]