Searched defs:LocalAddress (Results 1 – 11 of 11) sorted by relevance
36 uint8_t *LocalAddress = Section.getAddressWithOffset(RE.Offset); in decodeAddend() local155 void encodeAddend(uint8_t *LocalAddress, unsigned NumBytes, in encodeAddend()359 uint8_t *LocalAddress = Section.getAddressWithOffset(RE.Offset); in resolveRelocation() local490 uint8_t *LocalAddress = Sections[SectionID].getAddressWithOffset(Offset); in processSubtractRelocation() local
64 uint8_t *LocalAddress = Section.getAddressWithOffset(RE.Offset); in decodeAddend() local205 uint8_t *LocalAddress = Section.getAddressWithOffset(RE.Offset); in resolveRelocation() local363 uint8_t *LocalAddress = Section.getAddressWithOffset(Offset); in processHALFSECTDIFFRelocation() local
88 uint8_t *LocalAddress = Section.getAddressWithOffset(RE.Offset); in resolveRelocation() local167 uint8_t *LocalAddress = Sections[SectionID].getAddressWithOffset(Offset); in processSubtractRelocation() local
101 uint8_t *LocalAddress = Section.getAddressWithOffset(RE.Offset); in resolveRelocation() local158 uint8_t *LocalAddress = Section.getAddressWithOffset(Offset); in processSECTDIFFRelocation() local
69 uint8_t *LocalAddress = Section.getAddressWithOffset(Offset); in processScatteredVANILLA() local151 uint8_t *LocalAddress = Section.getAddress() + RE.Offset; in dumpRelocationToResolve() local
814 uint8_t *LocalAddress = Section.getAddressWithOffset(Offset); in resolvePPC32Relocation() local834 uint8_t *LocalAddress = Section.getAddressWithOffset(Offset); in resolvePPC64Relocation() local928 uint8_t *LocalAddress = Section.getAddressWithOffset(Offset); in resolveSystemZRelocation() local
160 void RuntimeDyldImpl::mapSectionAddress(const void *LocalAddress, in mapSectionAddress()1403 void RuntimeDyld::mapSectionAddress(const void *LocalAddress, in mapSectionAddress()
909 bool LocalAddress) { in getSectionAddr()
272 void mapSectionAddress(const void *LocalAddress, in mapSectionAddress()
244 virtual void mapSectionAddress(const void *LocalAddress, in mapSectionAddress()
274 Address LocalAddress; variable