Lines Matching refs:bundle_lock_frag
235 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()
6173 bundle_lock_frag = NULL; in s_bundle_unlock()