Home
last modified time | relevance | path

Searched refs:RelType (Results 1 – 5 of 5) sorted by relevance

/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.cpp896 return resolveRelocation(Section, RE.Offset, Value, RE.RelType, RE.Addend, in resolveRelocation()
946 uint64_t RelType; in processRelocationRef() local
947 Check(RelI->getType(RelType)); in processRelocationRef()
956 DEBUG(dbgs() << "\t\tRelType: " << RelType << " Addend: " << Addend in processRelocationRef()
1023 (RelType == ELF::R_AARCH64_CALL26 || RelType == ELF::R_AARCH64_JUMP26)) { in processRelocationRef()
1032 RelType, 0); in processRelocationRef()
1063 (uint64_t)Section.Address + Section.StubOffset, RelType, in processRelocationRef()
1068 (RelType == ELF::R_ARM_PC24 || RelType == ELF::R_ARM_CALL || in processRelocationRef()
1069 RelType == ELF::R_ARM_JUMP24)) { in processRelocationRef()
1078 RelType, 0); in processRelocationRef()
[all …]
DRuntimeDyldMachO.cpp275 << " MachoType: " << RE.RelType in resolveRelocation()
310 switch (RE.RelType) { in resolveI386Relocation()
344 switch (RE.RelType) { in resolveX86_64Relocation()
378 switch (RE.RelType) { in resolveARMRelocation()
427 switch (RE.RelType) { in resolveAArch64Relocation()
663 uint32_t RelType = MachO->getAnyRelocationType(RE); in processRelocationRef() local
675 if (RelType == MachO::GENERIC_RELOC_SECTDIFF || in processRelocationRef()
676 RelType == MachO::GENERIC_RELOC_LOCAL_SECTDIFF) in processRelocationRef()
678 else if (Arch == Triple::x86 && RelType == MachO::GENERIC_RELOC_VANILLA) in processRelocationRef()
742 if (Arch == Triple::x86_64 && (RelType == MachO::X86_64_RELOC_GOT || in processRelocationRef()
[all …]
DRuntimeDyldImpl.h88 uint32_t RelType; variable
113 : SectionID(id), Offset(offset), RelType(type), Addend(addend), in RelocationEntry()
118 : SectionID(id), Offset(offset), RelType(type), Addend(addend), in RelocationEntry()
123 : SectionID(id), Offset(offset), RelType(type), Addend(addend), in RelocationEntry()
129 : SectionID(id), Offset(offset), RelType(type), in RelocationEntry()
/external/llvm/lib/Target/X86/MCTargetDesc/
DX86ELFRelocationInfo.cpp29 uint64_t RelType; Rel.getType(RelType); in createExprForRelocation() local
61 switch(RelType) { in createExprForRelocation()
DX86MachORelocationInfo.cpp30 uint64_t RelType; Rel.getType(RelType); in createExprForRelocation() local
45 switch(RelType) { in createExprForRelocation()