Searched refs:IS_INSN_32 (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/bfd/
H A Darc-plt.h45 #define IS_INSN_32(S) ((S & RELATIVE_INSN_32) != 0) macro
H A Delf32-arc.c2194 reloc_offset -= (IS_INSN_32 (reloc->symbol)) ? 4 : 0;
/netbsd-current/external/gpl3/gdb/dist/bfd/
H A Darc-plt.h45 #define IS_INSN_32(S) ((S & RELATIVE_INSN_32) != 0) macro
H A Delf32-arc.c2194 reloc_offset -= (IS_INSN_32 (reloc->symbol)) ? 4 : 0;
/netbsd-current/external/gpl3/binutils.old/dist/bfd/
H A Darc-plt.h45 #define IS_INSN_32(S) ((S & RELATIVE_INSN_32) != 0) macro
H A Delf32-arc.c2194 reloc_offset -= (IS_INSN_32 (reloc->symbol)) ? 4 : 0;
/netbsd-current/external/gpl3/binutils/dist/bfd/
H A Darc-plt.h45 #define IS_INSN_32(S) ((S & RELATIVE_INSN_32) != 0) macro
H A Delf32-arc.c2207 reloc_offset -= (IS_INSN_32 (reloc->symbol)) ? 4 : 0;

Completed in 282 milliseconds