Searched refs:sb_max_power_two (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/binutils/gas/
H A Dsb.h48 #define sb_max_power_two 30 /* Don't allow strings more than macro
49 2^sb_max_power_two long. */
H A Dsb.c45 static int string_count[sb_max_power_two];
50 sb_element *size[sb_max_power_two];
61 assert (size < sb_max_power_two);

Completed in 91 milliseconds