HomeSort by relevance Sort by last modified time
    Searched defs:RelType (Results 1 - 5 of 5) sorted by null

  /external/llvm/lib/Target/X86/MCTargetDesc/
X86ELFRelocationInfo.cpp 29 uint64_t RelType; Rel.getType(RelType);
61 switch(RelType) {
X86MachORelocationInfo.cpp 30 uint64_t RelType; Rel.getType(RelType);
45 switch(RelType) {
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldImpl.h 85 /// RelType - relocation type.
86 uint32_t RelType;
99 : SectionID(id), Offset(offset), RelType(type), Addend(addend),
104 : SectionID(id), Offset(offset), RelType(type), Addend(addend),
RuntimeDyldMachO.cpp 90 return resolveRelocation(Section, RE.Offset, Value, RE.RelType, RE.Addend,
289 uint32_t RelType = MachO->getAnyRelocationType(RE);
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,
RuntimeDyldELF.cpp 741 return resolveRelocation(Section, RE.Offset, Value, RE.RelType, RE.Addend);
790 uint64_t RelType;
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);
    [all...]

Completed in 793 milliseconds