Searched refs:first_frag (Results 1 – 10 of 10) sorted by relevance
122 int first_frag = 0; in frag6_input() local197 first_frag = 1; in frag6_input()308 if (first_frag) { in frag6_input()
2627 fragS *first_frag;2639 while (slot_frag != first_frag)2647 if (first_frag->fr_next && first_frag->fr_next->fr_address)2649 - first_frag->fr_address2650 - first_frag->fr_fix) >> 4);2655 switch (first_frag->fr_type)2673 if (first_frag->fr_symbol)2684 index += 3 * (first_frag->fr_fix >> 4);2690 first_frag = first_frag->fr_next;2731 fragS *first_frag = 0; local[all …]
888 fragS *first_frag; member1871 mips_macro_warning.first_frag = frag_now; in relax_close_frag()3268 mips_macro_warning.first_frag->fr_subtype |= subtype; in macro_end()
2831 fragS *first_frag;2843 while (slot_frag != first_frag)2851 if (first_frag->fr_next && first_frag->fr_next->fr_address)2853 - first_frag->fr_address2854 - first_frag->fr_fix) >> 4);2859 switch (first_frag->fr_type)2877 if (first_frag->fr_symbol)2894 first_frag = first_frag->fr_next;2901 if (first_frag == NULL)2942 fragS *first_frag = 0; local[all …]
969 fragS *first_frag; member2162 mips_macro_warning.first_frag = frag_now; in relax_close_frag()3236 mips_macro_warning.first_frag->fr_subtype |= subtype; in macro_end()
403 (relax_close_frag): Set mips_macro_warning.first_frag. Adjust use
4377 (slot_index): New parameters slot_frag and first_frag. Add code4379 (fixup_unw_records): New locals first_frag and last_frag. Pass new
1927 * config/tc-ia64.c (slot_index): Revert last change. If first_frag1943 * config/tc-ia64.c (slot_index): Check for a NULL first_frag.
2482 (relax_close_frag): Set mips_macro_warning.first_frag. Adjust use