Home
last modified time | relevance | path

Searched refs:_mul_overflow (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl3/binutils/dist/binutils/
H A Dbucomm.h80 #define _mul_overflow(a, b, res) __builtin_mul_overflow (a, b, res) macro
83 #define _mul_overflow(a, b, res) \ macro
H A Ddwarf.c663 if (_mul_overflow (idx, offset_size, &index_offset) in fetch_indexed_string()
10298 if (_mul_overflow (comp_unit_count, offset_size, &total) in display_debug_names()
10311 if (_mul_overflow (local_type_unit_count, offset_size, &total) in display_debug_names()
10324 if (_mul_overflow (foreign_type_unit_count, 8, &total) in display_debug_names()
10994 if (_mul_overflow ((size_t) nslots, 12, &total) in process_cu_tu_index()
11076 || _mul_overflow ((size_t) ncols, 4, &temp) in process_cu_tu_index()
11077 || _mul_overflow ((size_t) nused + 1, temp, &total) in process_cu_tu_index()
11080 || _mul_overflow ((size_t) nused + 1, 4, &total) in process_cu_tu_index()
H A DChangeLog1214 * dwarf.c (process_cu_tu_index): Avoid pointer UB. Use _mul_overflow.
1311 * bucomm.h (_mul_overflow): Define.
/netbsd-src/external/gpl3/binutils.old/dist/binutils/
H A Dbucomm.h86 #define _mul_overflow(a, b, res) __builtin_mul_overflow (a, b, res) macro
89 #define _mul_overflow(a, b, res) \ macro
H A Ddwarf.c10171 if (_mul_overflow (comp_unit_count, offset_size, &total) in display_debug_names()
10184 if (_mul_overflow (local_type_unit_count, offset_size, &total) in display_debug_names()
10197 if (_mul_overflow (foreign_type_unit_count, 8, &total) in display_debug_names()
10830 if (_mul_overflow ((size_t) nslots, 12, &total) in process_cu_tu_index()
10910 || _mul_overflow ((size_t) ncols, 4, &temp) in process_cu_tu_index()
10911 || _mul_overflow ((size_t) nused + 1, temp, &total) in process_cu_tu_index()
H A DChangeLog709 * dwarf.c (process_cu_tu_index): Avoid pointer UB. Use _mul_overflow.
806 * bucomm.h (_mul_overflow): Define.