reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
214 FixedValue += SecAddr; 226 FixedValue -= Writer->getSectionAddress(SB->getFragment()->getParent()); 256 other_half = (FixedValue >> 16) & 0xffff; 262 FixedValue &= 0xffff; 265 other_half = FixedValue & 0xffff; 266 FixedValue = 267 ((FixedValue >> 16) + ((FixedValue & 0x8000) ? 1 : 0)) & 0xffff; 267 ((FixedValue >> 16) + ((FixedValue & 0x8000) ? 1 : 0)) & 0xffff; 270 other_half = FixedValue & 0xffff; 271 FixedValue = (FixedValue >> 16) & 0xffff; 271 FixedValue = (FixedValue >> 16) & 0xffff;