HomeSort by relevance Sort by last modified time
    Searched defs:RelType (Results 1 - 8 of 8) 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/
RuntimeDyldMachO.h 77 MachO::RelocationInfoType RelType =
80 return RelocationEntry(SectionID, Offset, RelType, 0, IsPCRel, Size);
RuntimeDyldImpl.h 94 /// RelType - relocation type.
95 uint32_t RelType;
120 : SectionID(id), Offset(offset), RelType(type), Addend(addend),
125 : SectionID(id), Offset(offset), RelType(type), Addend(addend),
130 : SectionID(id), Offset(offset), RelType(type), Addend(addend),
136 : SectionID(id), Offset(offset), RelType(type),
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
RuntimeDyldCOFFX86_64.h 67 switch (RE.RelType) {
79 uint64_t Delta = 4 + (RE.RelType - COFF::IMAGE_REL_AMD64_REL32);
136 uint64_t RelType;
137 Check(RelI->getType(RelType));
144 switch (RelType) {
171 << " RelType: " << RelType << " TargetName: " << TargetName
174 RelocationEntry RE(SectionID, Offset, RelType, TargetOffset + Addend);
RuntimeDyldMachOAArch64.h 41 switch (RE.RelType) {
58 switch (RE.RelType) {
134 MachO::RelocationInfoType RelType, int64_t Addend) const {
136 switch (RelType) {
153 switch (RelType) {
291 if (RE.RelType == MachO::ARM64_RELOC_GOT_LOAD_PAGE21 ||
292 RE.RelType == MachO::ARM64_RELOC_GOT_LOAD_PAGEOFF12)
309 MachO::RelocationInfoType RelType =
310 static_cast<MachO::RelocationInfoType>(RE.RelType);
312 switch (RelType) {
    [all...]
RuntimeDyldMachOARM.h 40 switch (RE.RelType) {
61 uint32_t RelType = Obj.getAnyRelocationType(RelInfo);
64 if (RelType == MachO::ARM_RELOC_HALF_SECTDIFF)
79 if ((RE.RelType & 0xf) == MachO::ARM_RELOC_BR24)
108 switch (RE.RelType) {
197 RelocationEntry TargetRE(RE.SectionID, RE.Offset, RE.RelType, 0,
RuntimeDyldMachOI386.h 42 uint32_t RelType = Obj.getAnyRelocationType(RelInfo);
45 if (RelType == MachO::GENERIC_RELOC_SECTDIFF ||
46 RelType == MachO::GENERIC_RELOC_LOCAL_SECTDIFF)
49 else if (RelType == MachO::GENERIC_RELOC_VANILLA)
94 switch (RE.RelType) {

Completed in 143 milliseconds