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

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

Completed in 864 milliseconds