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

/external/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) {
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp741 return resolveRelocation(Section, RE.Offset, Value, RE.RelType, RE.Addend);
790 uint64_t RelType; local
791 Check(RelI.getType(RelType));
800 DEBUG(dbgs() << "\t\tRelType: " << RelType
862 (RelType == ELF::R_AARCH64_CALL26 ||
863 RelType == ELF::R_AARCH64_JUMP26)) {
872 (uint64_t)Section.Address + i->second, RelType, 0);
907 RelType, 0);
911 (RelType == ELF::R_ARM_PC24 ||
912 RelType
[all...]
H A DRuntimeDyldMachO.cpp90 return resolveRelocation(Section, RE.Offset, Value, RE.RelType, RE.Addend,
289 uint32_t RelType = MachO->getAnyRelocationType(RE); local
332 if (Arch == Triple::x86_64 && RelType == macho::RIT_X86_64_GOT) {
355 (RelType & 0xf) == macho::RIT_ARM_Branch24Bit) {
363 RelType, 0, IsPCRel, Size);
377 RelType, 0, IsPCRel, Size);
381 RelocationEntry RE(SectionID, Offset, RelType, Value.Addend,
H A DRuntimeDyldImpl.h85 /// RelType - relocation type.
86 uint32_t RelType; member in class:llvm::RelocationEntry
99 : SectionID(id), Offset(offset), RelType(type), Addend(addend),
104 : SectionID(id), Offset(offset), RelType(type), Addend(addend),
/external/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),

Completed in 96 milliseconds