Home
last modified time | relevance | path

Searched defs:gas_assert (Results 1 – 2 of 2) sorted by relevance

/dragonfly/contrib/binutils-2.27/gas/
H A Das.h88 #define gas_assert(P) \ macro
/dragonfly/contrib/binutils-2.34/gas/
H A Das.h88 #define gas_assert(P) ((void) ((P) ? 0 : (abort (), 0))) macro