Home | History | Annotate | Download | only in RuntimeDyld

Lines Matching defs:Target

82   // This assumes the address passed in matches the target address bitness
94 // This assumes the address passed in matches the target address bitness
132 // This assumes that the address passed in matches the target address
870 // Finally compares the Symbol value and the target symbol offset
1077 // The target location for the relocation is described by RE.SectionID and
1082 // address that the section will have in the target process.
1089 // Target memory contents if they are required for value calculations.
1096 // symbol in the target address space.
1490 // A PPC branch relocation will need a stub function if the target is
1491 // an external symbol (Symbol::ST_Unknown) or if the target address
1494 uint8_t *Target = Section.getAddressWithOffset(Offset);
1511 int32_t delta = static_cast<int32_t>(Target - RelocTarget);
1512 // If it is within 26-bits branch range, just set the branch target
1547 // the offset according to the target endianness.
1582 writeInt32BE(Target + 4, 0xE8410018); // ld r2,28(r1)
1584 writeInt32BE(Target + 4, 0xE8410028); // ld r2,40(r1)
1744 // Make the target call a call into the stub table.