Searched refs:RelType (Results 1 - 13 of 13) sorted by relevance

/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldCOFFX86_64.h67 switch (RE.RelType) {
78 uint64_t Delta = 4 + (RE.RelType - COFF::IMAGE_REL_AMD64_REL32);
124 uint64_t RelType = RelI->getType(); variable
130 switch (RelType) {
160 << " RelType: " << RelType << " TargetName: " << TargetName
164 RelocationEntry RE(SectionID, Offset, RelType, Addend);
171 RelocationEntry RE(SectionID, Offset, RelType, TargetOffset + Addend);
H A DRuntimeDyldMachOAArch64.h41 switch (RE.RelType) {
58 switch (RE.RelType) {
134 MachO::RelocationInfoType RelType, int64_t Addend) const {
136 switch (RelType) {
153 switch (RelType) {
290 if (RE.RelType == MachO::ARM64_RELOC_GOT_LOAD_PAGE21 ||
291 RE.RelType == MachO::ARM64_RELOC_GOT_LOAD_PAGEOFF12)
308 MachO::RelocationInfoType RelType = variable
309 static_cast<MachO::RelocationInfoType>(RE.RelType);
311 switch (RelType) {
133 encodeAddend(uint8_t *LocalAddress, unsigned NumBytes, MachO::RelocationInfoType RelType, int64_t Addend) const argument
[all...]
H A DRuntimeDyldCOFFI386.h53 uint64_t RelType = RelI->getType(); variable
61 << " RelType: " << RelTypeName << " TargetName: " << TargetName
66 RelocationEntry RE(SectionID, Offset, RelType, 0, -1, 0, 0, 0, false, 0);
72 switch (RelType) {
80 RelocationEntry(SectionID, Offset, RelType, 0, TargetSectionID,
87 RelocationEntry(TargetSectionID, Offset, RelType, 0);
92 RelocationEntry RE = RelocationEntry(SectionID, Offset, RelType,
110 switch (RE.RelType) {
126 << " RelType: IMAGE_REL_I386_DIR32"
143 << " RelType
[all...]
H A DRuntimeDyldMachOARM.h40 switch (RE.RelType) {
61 uint32_t RelType = Obj.getAnyRelocationType(RelInfo); variable
64 if (RelType == MachO::ARM_RELOC_HALF_SECTDIFF)
67 else if (RelType == MachO::GENERIC_RELOC_VANILLA)
81 if ((RE.RelType & 0xf) == MachO::ARM_RELOC_BR24)
110 switch (RE.RelType) {
199 RelocationEntry TargetRE(RE.SectionID, RE.Offset, RE.RelType, 0,
H A DRuntimeDyldMachOI386.h42 uint32_t RelType = Obj.getAnyRelocationType(RelInfo); variable
45 if (RelType == MachO::GENERIC_RELOC_SECTDIFF ||
46 RelType == MachO::GENERIC_RELOC_LOCAL_SECTDIFF)
49 else if (RelType == MachO::GENERIC_RELOC_VANILLA)
93 switch (RE.RelType) {
H A DRuntimeDyldMachOX86_64.h42 uint32_t RelType = Obj.getAnyRelocationType(RelInfo); variable
44 if (RelType == MachO::X86_64_RELOC_SUBTRACTOR)
59 if (RE.RelType == MachO::X86_64_RELOC_GOT ||
60 RE.RelType == MachO::X86_64_RELOC_GOT_LOAD)
87 switch (RE.RelType) {
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp608 // RelType is used to keep information for which relocation type we are
610 uint32_t RelType = r_type; local
612 RelType, Addend,
615 RelType = r_type2;
616 CalculatedValue = evaluateMIPS64Relocation(Section, Offset, 0, RelType,
621 RelType = r_type3;
622 CalculatedValue = evaluateMIPS64Relocation(Section, Offset, 0, RelType,
627 RelType);
1076 return resolveRelocation(Section, RE.Offset, Value, RE.RelType, RE.Addend,
1135 void RuntimeDyldELF::processSimpleRelocation(unsigned SectionID, uint64_t Offset, unsigned RelType, RelocationValueRe argument
1143 getMatchingLoRelocation(uint32_t RelType, bool IsLocal) const argument
1170 uint64_t RelType = RelI->getType(); local
[all...]
H A DRuntimeDyldELF.h124 void processSimpleRelocation(unsigned SectionID, uint64_t Offset, unsigned RelType, RelocationValueRef Value);
127 uint32_t getMatchingLoRelocation(uint32_t RelType,
H A DRuntimeDyldMachO.h76 MachO::RelocationInfoType RelType = local
79 return RelocationEntry(SectionID, Offset, RelType, 0, IsPCRel, Size);
H A DRuntimeDyldImpl.h133 /// RelType - relocation type.
134 uint32_t RelType; member in class:llvm::RelocationEntry
159 : SectionID(id), Offset(offset), RelType(type), Addend(addend),
164 : SectionID(id), Offset(offset), RelType(type), Addend(addend),
169 : SectionID(id), Offset(offset), RelType(type), Addend(addend),
175 : SectionID(id), Offset(offset), RelType(type),
H A DRuntimeDyldMachO.cpp145 << " isPCRel: " << RE.IsPCRel << " MachoType: " << RE.RelType
/external/llvm/lib/Target/X86/MCTargetDesc/
H A DX86ELFRelocationInfo.cpp29 uint64_t RelType = Rel.getType(); variable
67 switch(RelType) {
H A DX86MachORelocationInfo.cpp30 uint64_t RelType = Rel.getType(); variable
48 switch(RelType) {

Completed in 170 milliseconds