Searched refs:new_sec (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/binutils/gas/config/
H A Dtc-alpha.c1149 segT new_sec;
1151 *secp = new_sec = subseg_new (name, 0);
1153 bfd_set_section_alignment (stdoutput, new_sec, 4);
1154 bfd_set_section_flags (stdoutput, new_sec,
1158 S_CLEAR_EXTERNAL (*symp = section_symbol (new_sec));
1142 segT new_sec; local
/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Dwpa_supplicant.c260 int new_sec = wpa_s->last_auth_timeout_sec + sec_diff; local
264 "Authentication timeout restart: %d sec", new_sec);
266 eloop_register_timeout(new_sec, 0, wpa_supplicant_timeout,
/freebsd-11-stable/contrib/binutils/bfd/
H A Delflink.c3779 asection *sec, *new_sec;
3905 new_sec = sec;
4114 align = new_sec->alignment_power;
3770 asection *sec, *new_sec; local

Completed in 168 milliseconds