Searched refs:RelType (Results 1 – 5 of 5) sorted by relevance
/external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldELF.cpp | 896 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 …]
|
D | RuntimeDyldMachO.cpp | 275 << " 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 …]
|
D | RuntimeDyldImpl.h | 88 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/ |
D | X86ELFRelocationInfo.cpp | 29 uint64_t RelType; Rel.getType(RelType); in createExprForRelocation() local 61 switch(RelType) { in createExprForRelocation()
|
D | X86MachORelocationInfo.cpp | 30 uint64_t RelType; Rel.getType(RelType); in createExprForRelocation() local 45 switch(RelType) { in createExprForRelocation()
|