Searched refs:temp_fill (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/binutils/gas/
H A Dread.c2639 register long temp_fill;
2671 temp_fill = get_absolute_expression ();
2674 temp_fill = 0;
2677 do_org (segment, &exp, temp_fill);
2636 register long temp_fill; local
/freebsd-11-stable/contrib/binutils/gas/config/
H A Dtc-mips.c12394 long temp_fill;
12416 temp_fill = get_absolute_expression ();
12419 temp_fill = 0;
12426 mips_align (temp, (int) temp_fill, l != NULL ? l->label : NULL);
12383 long temp_fill; local
H A Dtc-arm.c2652 long temp_fill;
2667 temp_fill = get_absolute_expression ();
2673 temp_fill = 0;
2685 frag_align (temp, (int) temp_fill, 0);
2650 long temp_fill; local

Completed in 314 milliseconds