Searched refs:associate_instruction_ops (Results 1 – 5 of 5) sorted by relevance
56 arch->associate_instruction_ops = powerpc__associate_instruction_ops; in powerpc__annotate_init()
51 arch->associate_instruction_ops = arm__associate_instruction_ops; in arm__annotate_init()
54 arch->associate_instruction_ops = arm64__associate_instruction_ops; in arm64__annotate_init()
168 arch->associate_instruction_ops = s390__associate_ins_ops; in s390__annotate_init()
66 struct ins_ops *(*associate_instruction_ops)(struct arch *arch, const char *name); member667 if (!ops && arch->associate_instruction_ops) in ins__find()668 ops = arch->associate_instruction_ops(arch, name); in ins__find()