Searched refs:GP (Results 1 – 3 of 3) sorted by relevance
903 int32_t GP = pParent.getGPAddress(); in hi16() local904 pReloc.result() = ((AHL + GP - P) - (int16_t)(AHL + GP - P)) >> 16; in hi16()928 int32_t GP = pParent.getGPAddress(); in lo16() local929 pReloc.result() = AHL + GP - P + 4; in lo16()949 uint64_t GP = pParent.getGPAddress(); in gprel16() local953 pReloc.result() = A + S + GP0 - GP; in gprel16()955 pReloc.result() = A + S - GP; in gprel16()1030 uint64_t GP = pParent.getGPAddress(); in gprel32() local1032 pReloc.result() = A + S + GP0 - GP; in gprel32()
770 Relocator::DWord GP = pParent.getTarget().getGP(); in relocGPREL() local772 uint32_t result = (uint32_t)(S + A - GP); in relocGPREL()
465 HelpText<"Set the maximum size of objects to be optimized using GP">;