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

/freebsd-10-stable/contrib/llvm/lib/Target/X86/MCTargetDesc/
H A DX86ELFRelocationInfo.cpp29 uint64_t RelType; Rel.getType(RelType); local
61 switch(RelType) {
H A DX86MachORelocationInfo.cpp30 uint64_t RelType; Rel.getType(RelType); local
45 switch(RelType) {
/freebsd-10-stable/contrib/llvm/include/llvm/MC/
H A DMCELFObjectWriter.h41 ELFRelocationEntry(uint64_t RelocOffset, int Idx, unsigned RelType, argument
43 : r_offset(RelocOffset), Index(Idx), Type(RelType), Symbol(Sym),
/freebsd-10-stable/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldMachO.cpp135 return resolveRelocation(Section, RE.Offset, Value, RE.RelType, RE.Addend,
334 uint32_t RelType = MachO->getAnyRelocationType(RE); local
387 if (Arch == Triple::x86_64 && (RelType == MachO::X86_64_RELOC_GOT ||
388 RelType == MachO::X86_64_RELOC_GOT_LOAD)) {
410 (RelType & 0xf) == MachO::ARM_RELOC_BR24) {
418 RelType, 0, IsPCRel, Size);
432 RelType, 0, IsPCRel, Size);
436 RelocationEntry RE(SectionID, Offset, RelType, Value.Addend,
H A DRuntimeDyldImpl.h86 /// RelType - relocation type.
87 uint32_t RelType; member in class:llvm::RelocationEntry
104 : SectionID(id), Offset(offset), RelType(type), Addend(addend),
109 : SectionID(id), Offset(offset), RelType(type), Addend(addend),
114 : SectionID(id), Offset(offset), RelType(type), Addend(addend),
H A DRuntimeDyldELF.cpp805 return resolveRelocation(Section, RE.Offset, Value, RE.RelType, RE.Addend,
856 uint64_t RelType; local
857 Check(RelI.getType(RelType));
866 DEBUG(dbgs() << "\t\tRelType: " << RelType
938 (RelType == ELF::R_AARCH64_CALL26 ||
939 RelType == ELF::R_AARCH64_JUMP26)) {
948 (uint64_t)Section.Address + i->second, RelType, 0);
983 RelType, 0);
987 (RelType == ELF::R_ARM_PC24 ||
988 RelType
[all...]

Completed in 123 milliseconds