Home
last modified time | relevance | path

Searched refs:IP2K_INSN_MASK (Results 1 – 2 of 2) sorted by relevance

/toolchain/binutils/binutils-2.25/bfd/
Delf32-ip2k.c1278 if ((relocation & IP2K_INSN_MASK) == IP2K_INSN_VALUE) in ip2k_final_link_relocate()
1279 relocation &= ~IP2K_INSN_MASK; in ip2k_final_link_relocate()
1311 if ((relocation & IP2K_INSN_MASK) == IP2K_INSN_VALUE) in ip2k_final_link_relocate()
1312 relocation &= ~IP2K_INSN_MASK; in ip2k_final_link_relocate()
1320 if ((relocation & IP2K_INSN_MASK) == IP2K_INSN_VALUE) in ip2k_final_link_relocate()
1321 relocation &= ~IP2K_INSN_MASK; in ip2k_final_link_relocate()
1329 if ((relocation & IP2K_INSN_MASK) == IP2K_INSN_VALUE) in ip2k_final_link_relocate()
/toolchain/binutils/binutils-2.25/include/elf/
Dip2k.h55 #define IP2K_INSN_MASK 0xff000000 macro