Home | History | Annotate | Download | only in RuntimeDyld

Lines Matching full:uint64_t

26   void resolveRelocation(const SectionEntry &Section, uint64_t Offset,
27 uint64_t Value, uint32_t Type, int64_t Addend,
28 uint64_t SymOffset = 0, SID SectionID = 0);
30 void resolveX86_64Relocation(const SectionEntry &Section, uint64_t Offset,
31 uint64_t Value, uint32_t Type, int64_t Addend,
32 uint64_t SymOffset);
34 void resolveX86Relocation(const SectionEntry &Section, uint64_t Offset,
37 void resolveAArch64Relocation(const SectionEntry &Section, uint64_t Offset,
38 uint64_t Value, uint32_t Type, int64_t Addend);
40 void resolveARMRelocation(const SectionEntry &Section, uint64_t Offset,
43 void resolveMIPSRelocation(const SectionEntry &Section, uint64_t Offset,
46 void resolvePPC32Relocation(const SectionEntry &Section, uint64_t Offset,
47 uint64_t Value, uint32_t Type, int64_t Addend);
49 void resolvePPC64Relocation(const SectionEntry &Section, uint64_t Offset,
50 uint64_t Value, uint32_t Type, int64_t Addend);
52 void resolveSystemZRelocation(const SectionEntry &Section, uint64_t Offset,
53 uint64_t Value, uint32_t Type, int64_t Addend);
55 void resolveMIPS64Relocation(const SectionEntry &Section, uint64_t Offset,
56 uint64_t Value, uint32_t Type, int64_t Addend,
57 uint64_t SymOffset, SID SectionID);
60 uint64_t Offset, uint64_t Value,
62 uint64_t SymOffset, SID SectionID);
105 uint64_t allocateGOTEntries(unsigned SectionID, unsigned no);
109 void resolveGOTOffsetRelocation(unsigned SectionID, uint64_t Offset,
110 uint64_t GOTOffset);
115 uint64_t GOTOffset,
116 uint64_t SymbolOffset,
120 void *computePlaceholderAddress(unsigned SectionID, uint64_t Offset) const;
124 void processSimpleRelocation(unsigned SectionID, uint64_t Offset, unsigned RelType, RelocationValueRef Value);
143 StringMap<uint64_t> GOTSymbolOffsets;
165 void resolveRelocation(const RelocationEntry &RE, uint64_t Value) override;