Lines Matching refs:bundle_lock_frag
248 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()
6197 finish_bundle (bundle_lock_frag, size); in s_bundle_unlock()
6199 bundle_lock_frag = NULL; in s_bundle_unlock()