Searched refs:first_frag (Results 1 – 4 of 4) sorted by relevance
166 int first_frag = 0; in frag6_input() local262 first_frag = 1; in frag6_input()387 if (first_frag) { in frag6_input()495 if (!first_frag) in frag6_input()
2827 slot_index (slot_addr, slot_frag, first_addr, first_frag, before_relax) in slot_index() argument2831 fragS *first_frag;2843 while (slot_frag != first_frag)2845 unsigned long start_addr = (unsigned long) &first_frag->fr_literal;2851 if (first_frag->fr_next && first_frag->fr_next->fr_address)2852 index += 3 * ((first_frag->fr_next->fr_address2853 - first_frag->fr_address2854 - first_frag->fr_fix) >> 4);2859 switch (first_frag->fr_type)2873 index += 3 * ((1 << first_frag->fr_offset) >> 4);[all …]
1006 fragS *first_frag; member2242 mips_macro_warning.first_frag = frag_now; in relax_close_frag()3319 mips_macro_warning.first_frag->fr_subtype |= subtype; in macro_end()
4377 (slot_index): New parameters slot_frag and first_frag. Add code4379 (fixup_unw_records): New locals first_frag and last_frag. Pass new