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

/haiku-buildtools/legacy/binutils/gas/
H A Dfrags.c302 addressT new_off;
306 new_off = (abs_section_offset + ~mask) & mask;
307 if (max == 0 || new_off - abs_section_offset <= (addressT) max)
308 abs_section_offset = new_off;
292 addressT new_off; local
/haiku-buildtools/binutils/gas/
H A Dfrags.c323 addressT new_off;
327 new_off = (abs_section_offset + ~mask) & mask;
328 if (max == 0 || new_off - abs_section_offset <= (addressT) max)
329 abs_section_offset = new_off;
313 addressT new_off; local
/haiku-buildtools/gcc/gcc/config/aarch64/
H A Daarch64.c11190 HOST_WIDE_INT off_val, abs_off, adj_off, new_off, stp_off_limit, msize; local
11216 new_off = abs_off % stp_off_limit;
11217 adj_off = abs_off - new_off;
11220 if ((new_off + msize * 2) >= stp_off_limit)
11223 new_off -= stp_off_limit;
11233 new_off = -new_off;
11238 plus_constant (DImode, operands[8], new_off));
11248 new_off + msize));
11252 new_off
[all...]

Completed in 162 milliseconds