Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/include/elf/
Dip2k.h53 #define IP2K_DATA_MASK 0xff000000 macro
/toolchain/binutils/binutils-2.25/bfd/
Delf32-ip2k.c1264 if ((relocation & IP2K_DATA_MASK) == IP2K_DATA_VALUE) in ip2k_final_link_relocate()
1265 relocation &= ~IP2K_DATA_MASK; in ip2k_final_link_relocate()