Searched refs:MAX32 (Results 1 – 2 of 2) sorted by relevance
28 #define MAX32 ((bfd_signed_vma) 0x7fffffff) macro29 #define MIN32 (- MAX32 - 1)118 if (relocation > MAX32 || relocation < MIN32) in bfd_elf_d30v_reloc()
8700 * elf32-d30v.c (MAX32): Don't use LL suffix.8701 (MIN32): Define in terms of MAX32.