Home | History | Annotate | Download | only in RuntimeDyld

Lines Matching refs:isPCRel

25 resolveRelocation(uint8_t *Address, uint8_t *Value, bool isPCRel,
32 isPCRel, Type, Size);
35 isPCRel, Type, Size);
42 bool isPCRel, unsigned Type,
46 if (isPCRel)
79 bool isPCRel, unsigned Type,
83 if (isPCRel) {
500 bool isPCRel = (RE.Data >> 24) & 1;
507 << "(" << (isPCRel ? "pcrel" : "absolute")
510 resolveRelocation(Target, Addr, isPCRel, Type, Size);