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

/freebsd-9.3-release/contrib/binutils/ld/
H A Dldlang.c2874 #define TO_ADDR(X) ((X) >> opb_shift)
2875 #define TO_SIZE(X) ((X) << opb_shift)
2878 static unsigned int opb_shift = 0;
2885 opb_shift = 0;
2890 ++opb_shift;
5240 section->size += ((bfd_vma) 1 << (power_of_two + opb_shift)) - 1;
5241 section->size &= (- (bfd_vma) 1 << (power_of_two + opb_shift));
2876 static unsigned int opb_shift = 0; variable

Completed in 129 milliseconds