Lines Matching full:uint64_t
61 void updateSectionAddress(const SectionRef &Sec, uint64_t Addr);
62 void updateSymbolAddress(const SymbolRef &Sym, uint64_t Addr);
96 virtual void updateSectionAddress(const SectionRef &Sec, uint64_t Addr)
101 virtual void updateSymbolAddress(const SymbolRef &Sym, uint64_t Addr)
128 uint64_t Addr) {
140 uint64_t Addr) {
194 uint64_t Offset,
195 uint64_t Value,
203 uint64_t *Target = reinterpret_cast<uint64_t*>(Section.Address + Offset);
228 uint64_t FinalAddress = Section.LoadAddress + Offset;
239 uint64_t Offset,
273 uint64_t Offset,
337 uint64_t Offset,
377 uint64_t RuntimeDyldELF::findPPC64TOC() const {
426 uint64_t TypeFunc;
434 uint64_t TargetSymbolOffset;
446 uint64_t TypeTOC;
472 uint16_t applyPPClo (uint64_t value)
478 uint16_t applyPPChi (uint64_t value)
484 uint16_t applyPPChigher (uint64_t value)
490 uint16_t applyPPChighest (uint64_t value)
496 uint64_t Offset,
497 uint64_t Value,
530 uint64_t FinalAddress = (Section.LoadAddress + Offset);
538 uint64_t FinalAddress = (Section.LoadAddress + Offset);
551 uint64_t TOCStart = findPPC64TOC();
556 uint64_t TOCStart = findPPC64TOC();
564 uint64_t Offset,
565 uint64_t Value,
675 (uint64_t)Section.Address + i->second, RelType, 0);
691 (uint64_t)Section.Address + Section.StubOffset,
712 (uint64_t)Section.Address + i->second, RelType, 0);
738 (uint64_t)Section.Address + Section.StubOffset,
774 (uint64_t)Section.Address + i->second, RelType, 0);
813 (uint64_t)Section.Address + Section.StubOffset,
841 uint64_t Align;