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
272 void mapSectionAddress(const void *LocalAddress, in mapSectionAddress()
69 uint8_t *LocalAddress = Section.getAddressWithOffset(Offset); processScatteredVANILLA() local 151 uint8_t *LocalAddress = Section.getAddress() + RE.Offset; dumpRelocationToResolve() local
819 uint8_t *LocalAddress = Section.getAddressWithOffset(Offset); resolvePPC32Relocation() local 839 uint8_t *LocalAddress = Section.getAddressWithOffset(Offset); resolvePPC64Relocation() local 933 uint8_t *LocalAddress = Section.getAddressWithOffset(Offset); resolveSystemZRelocation() local [all...]
160 void RuntimeDyldImpl::mapSectionAddress(const void *LocalAddress, in mapSectionAddress() argument 1403 mapSectionAddress(const void * LocalAddress,uint64_t TargetAddress) mapSectionAddress() argument
1059 return Impl->getSectionAddr(FileName, SectionName, LocalAddress); in getSectionAddr() argument
244 virtual void mapSectionAddress(const void *LocalAddress, in mapSectionAddress()
275 RawAddress LocalAddress; variable