Home
last modified time | relevance | path

Searched refs:INSN_HAS_RELOC (Results 1 – 10 of 10) sorted by relevance

/toolchain/binutils/binutils-2.25/opcodes/
Dscore7-dis.c568 if (info->flags & INSN_HAS_RELOC) in print_insn_score32()
744 if (info->flags & INSN_HAS_RELOC) in print_insn_score16()
Dscore-dis.c707 if (info->flags & INSN_HAS_RELOC) in print_insn_score32()
907 if (info->flags & INSN_HAS_RELOC) in print_insn_score16()
Dd10v-dis.c124 if (info->flags & INSN_HAS_RELOC) in print_operand()
Dnds32-dis.c440 if (info->flags & INSN_HAS_RELOC) in nds32_parse_opcode()
Daarch64-dis.c2167 if (info->flags & INSN_HAS_RELOC) in print_insn_aarch64_word()
Darm-dis.c5169 if (info->flags & INSN_HAS_RELOC) in print_insn()
/toolchain/binutils/binutils-2.25/include/
Ddis-asm.h112 #define INSN_HAS_RELOC (1 << 31) macro
DChangeLog-91031354 * dis-asm.h: Add flag INSN_HAS_RELOC to tell disassembly
/toolchain/binutils/binutils-2.25/binutils/
Dobjdump.c1667 inf->flags |= INSN_HAS_RELOC; in disassemble_bytes()
DChangeLog-98991883 * objdump.c (disassemble_bytes): Add flag INSN_HAS_RELOC to tell