Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/bfd/
Delf32-d30v.c28 #define MAX32 ((bfd_signed_vma) 0x7fffffff) macro
29 #define MIN32 (- MAX32 - 1)
118 if (relocation > MAX32 || relocation < MIN32) in bfd_elf_d30v_reloc()
DChangeLog-00018700 * elf32-d30v.c (MAX32): Don't use LL suffix.
8701 (MIN32): Define in terms of MAX32.