HomeSort by relevance Sort by last modified time
    Searched refs:FinalAddress (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldELF.cpp 290 uint64_t FinalAddress = Section.LoadAddress + Offset;
294 int64_t RealOffset = GOTAddr + Addend - SymOffset - FinalAddress;
306 uint64_t FinalAddress = Section.LoadAddress + Offset;
307 int64_t RealOffset = *Placeholder + Value + Addend - FinalAddress;
319 uint64_t FinalAddress = Section.LoadAddress + Offset;
320 *Target = *Placeholder + Value + Addend - FinalAddress;
345 uint32_t FinalAddress = ((Section.LoadAddress + Offset) & 0xFFFFFFFF);
346 uint32_t RealOffset = *Placeholder + Value + Addend - FinalAddress;
362 uint64_t FinalAddress = Section.LoadAddress + Offset;
366 << " FinalAddress: 0x" << format("%llx", FinalAddress
    [all...]
RuntimeDyldMachO.cpp 267 uint64_t FinalAddress = Section.LoadAddress + RE.Offset;
271 << " FinalAddress: " << format("%p", FinalAddress)
306 uint64_t FinalAddress = Section.LoadAddress + RE.Offset;
307 Value -= FinalAddress + 4; // see MachOX86_64::resolveRelocation.
340 uint64_t FinalAddress = Section.LoadAddress + RE.Offset;
341 Value -= FinalAddress + 4; // see MachOX86_64::resolveRelocation.
370 uint64_t FinalAddress = Section.LoadAddress + RE.Offset;
371 Value -= FinalAddress;
423 uint64_t FinalAddress = Section.LoadAddress + RE.Offset
    [all...]

Completed in 753 milliseconds