Lines Matching refs:LINK_SIZE
1067 defined as a macro. However, we must ensure that LINK_SIZE and IMM2_SIZE (which
1069 LINK_SIZE is also used later in this program. */
1075 #if LINK_SIZE == 2
1076 #undef LINK_SIZE
1077 #define LINK_SIZE 1
1078 #elif LINK_SIZE == 3 || LINK_SIZE == 4
1079 #undef LINK_SIZE
1080 #define LINK_SIZE 2
1082 #error LINK_SIZE must be either 2, 3, or 4
1093 #undef LINK_SIZE
1094 #define LINK_SIZE 1
2644 /* LINK_SIZE can be 1 or 2 in 16 bit mode. */
2645 if (LINK_SIZE > 1)
2647 - (1 + LINK_SIZE + 1));
2649 length = (int)((unsigned int)(ptr[0]) - (1 + LINK_SIZE + 1));
2654 if (LINK_SIZE > 1)
2749 /* LINK_SIZE can only be 1 in 32-bit mode. */
2750 length = (int)((unsigned int)(ptr[0]) - (1 + LINK_SIZE + 1));