Home
last modified time | relevance | path

Searched refs:gas_mul_overflow (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/binutils/dist/gas/
H A Das.h123 #define gas_mul_overflow(a, b, res) __builtin_mul_overflow (a, b, res) macro
126 #define gas_mul_overflow(a, b, res) \ macro
H A Dsymbols.c262 if (gas_mul_overflow (n, size, &amt)) in notes_calloc()
H A Dread.c3405 else if (gas_mul_overflow (repeat, mult, &total) in s_space()
/netbsd-src/external/gpl3/binutils/dist/
H A DChangeLog.git114100 * as.h (gas_mul_overflow): Define.