Searched refs:_mul_overflow (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/gpl3/binutils/dist/binutils/ |
H A D | bucomm.h | 80 #define _mul_overflow(a, b, res) __builtin_mul_overflow (a, b, res) macro 83 #define _mul_overflow(a, b, res) \ macro
|
H A D | dwarf.c | 663 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 D | ChangeLog | 1214 * 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 D | bucomm.h | 86 #define _mul_overflow(a, b, res) __builtin_mul_overflow (a, b, res) macro 89 #define _mul_overflow(a, b, res) \ macro
|
H A D | dwarf.c | 10171 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 D | ChangeLog | 709 * dwarf.c (process_cu_tu_index): Avoid pointer UB. Use _mul_overflow. 806 * bucomm.h (_mul_overflow): Define.
|