Home
last modified time | relevance | path

Searched defs:COERCE32 (Results 1 – 3 of 3) sorted by relevance

/dragonfly/contrib/binutils-2.27/bfd/
H A Dlibbfd.c481 #define COERCE32(x) (((bfd_vma) (x) ^ 0x80000000) - 0x80000000) macro
/dragonfly/contrib/gdb-7/bfd/
H A Dlibbfd.c554 #define COERCE32(x) (((bfd_signed_vma) (x) ^ 0x80000000) - 0x80000000) macro
/dragonfly/contrib/binutils-2.34/bfd/
H A Dlibbfd.c586 #define COERCE32(x) (((bfd_vma) (x) ^ 0x80000000) - 0x80000000) macro