Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/binutils/gas/
Dread.c2636 register long temp_fill; in s_org() local
2668 temp_fill = get_absolute_expression (); in s_org()
2671 temp_fill = 0; in s_org()
2674 do_org (segment, &exp, temp_fill); in s_org()
/freebsd-9-stable/contrib/binutils/gas/config/
Dtc-mips.c12383 long temp_fill; in s_align() local
12405 temp_fill = get_absolute_expression (); in s_align()
12408 temp_fill = 0; in s_align()
12415 mips_align (temp, (int) temp_fill, l != NULL ? l->label : NULL); in s_align()
Dtc-arm.c2617 long temp_fill; in s_align() local
2632 temp_fill = get_absolute_expression (); in s_align()
2638 temp_fill = 0; in s_align()
2650 frag_align (temp, (int) temp_fill, 0); in s_align()