Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/binutils/dist/gas/
H A Dread.c248 static fragS *bundle_lock_frag; variable
315 bundle_lock_frag = NULL; in read_begin()
772 unsigned int bundle_size = pending_bundle_size (bundle_lock_frag); in assemble_one()
1378 if (bundle_lock_frag != NULL) in read_a_source_file()
1380 as_bad_where (bundle_lock_frag->fr_file, bundle_lock_frag->fr_line, in read_a_source_file()
1382 bundle_lock_frag = NULL; in read_a_source_file()
6143 if (bundle_lock_frag != NULL) in s_bundle_align_mode()
6166 bundle_lock_frag = start_bundle (); in s_bundle_lock()
6178 if (bundle_lock_frag == NULL) in s_bundle_unlock()
6190 size = pending_bundle_size (bundle_lock_frag); in s_bundle_unlock()
[all …]
H A DChangeLog-20121564 [HANDLE_BUNDLE] (bundle_lock_frchain, bundle_lock_frag): New variables.
/netbsd-src/external/gpl3/binutils.old/dist/gas/
H A Dread.c235 static fragS *bundle_lock_frag; variable
750 unsigned int bundle_size = pending_bundle_size (bundle_lock_frag); in assemble_one()
1354 if (bundle_lock_frag != NULL) in read_a_source_file()
1356 as_bad_where (bundle_lock_frag->fr_file, bundle_lock_frag->fr_line, in read_a_source_file()
1358 bundle_lock_frag = NULL; in read_a_source_file()
6117 if (bundle_lock_frag != NULL) in s_bundle_align_mode()
6140 bundle_lock_frag = start_bundle (); in s_bundle_lock()
6152 if (bundle_lock_frag == NULL) in s_bundle_unlock()
6164 size = pending_bundle_size (bundle_lock_frag); in s_bundle_unlock()
6171 finish_bundle (bundle_lock_frag, size); in s_bundle_unlock()
[all …]
H A DChangeLog-20121564 [HANDLE_BUNDLE] (bundle_lock_frchain, bundle_lock_frag): New variables.