Searched refs:opb_shift (Results 1 – 1 of 1) sorted by relevance
2603 #define TO_ADDR(X) ((X) >> opb_shift)2604 #define TO_SIZE(X) ((X) << opb_shift)2607 static unsigned int opb_shift = 0; variable2614 opb_shift = 0; in init_opb()2619 ++opb_shift; in init_opb()4852 section->size += ((bfd_vma) 1 << (power_of_two + opb_shift)) - 1; in lang_one_common()4853 section->size &= (- (bfd_vma) 1 << (power_of_two + opb_shift)); in lang_one_common()