Home | History | Annotate | Download | only in config

Lines Matching refs:first_frag

2675    SLOT_FRAG is the frag containing SLOT_ADDR, and FIRST_FRAG is the frag
2683 fragS *first_frag,
2695 while (slot_frag != first_frag)
2697 first_frag->fr_literal;
2703 if (first_frag->fr_next && first_frag->fr_next->fr_address)
2704 s_index += 3 * ((first_frag->fr_next->fr_address
2705 - first_frag->fr_address
2706 - first_frag->fr_fix) >> 4);
2711 switch (first_frag->fr_type)
2725 s_index += 3 * ((1 << first_frag->fr_offset) >> 4);
2729 if (first_frag->fr_symbol)
2736 s_index += 3 * (first_frag->fr_offset >> 4);
2741 s_index += 3 * (first_frag->fr_fix >> 4);
2747 first_frag = first_frag->fr_next;
2748 first_addr = (unsigned long) &first_frag->fr_literal;
2754 if (first_frag == NULL)
2792 fragS *first_frag = 0;
2799 first_addr, first_frag, before_relax);
2812 first_frag = ptr->slot_frag;
2823 size = slot_index (last_addr, last_frag, first_addr, first_frag,