Searched refs:abs_section_offset (Results 1 - 5 of 5) sorted by relevance

/freebsd-10-stable/contrib/binutils/gas/
H A Dfrags.c306 new_off = (abs_section_offset + ~mask) & mask;
307 if (max == 0 || new_off - abs_section_offset <= (addressT) max)
308 abs_section_offset = new_off;
373 return abs_section_offset;
H A Dread.h74 extern addressT abs_section_offset;
H A Dread.c185 addressT abs_section_offset; variable
2614 abs_section_offset = exp->X_add_number;
3093 abs_section_offset += abs_section_offset & 1;
3095 S_SET_VALUE (line_label, abs_section_offset);
3187 abs_section_offset += repeat;
3334 abs_section_offset = get_absolute_expression ();
3987 abs_section_offset += nbytes;
H A Dexpr.c699 expressionp->X_add_number = abs_section_offset;
/freebsd-10-stable/contrib/binutils/gas/config/
H A Dtc-sparc.c4326 if ((abs_section_offset & ((1 << nalign) - 1)) != 0)

Completed in 121 milliseconds