HomeSort by relevance Sort by last modified time
    Searched refs:RelocType (Results 1 - 9 of 9) sorted by null

  /external/llvm/include/llvm/Object/
RelocVisitor.h 52 RelocToApply visit(uint32_t RelocType, RelocationRef R, uint64_t Value = 0) {
54 return visitELF(RelocType, R, Value);
56 return visitCOFF(RelocType, R, Value);
58 return visitMachO(RelocType, R, Value);
70 RelocToApply visitELF(uint32_t RelocType, RelocationRef R, uint64_t Value) {
74 switch (RelocType) {
90 switch (RelocType) {
101 switch (RelocType) {
112 switch (RelocType) {
122 switch (RelocType) {
    [all...]
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMMachObjectWriter.cpp 47 const MCFragment &Fragment, unsigned RelocType,
61 static bool getARMFixupKindMachOInfo(unsigned Kind, unsigned &RelocType,
63 RelocType = unsigned(MachO::ARM_RELOC_VANILLA);
97 RelocType = unsigned(MachO::ARM_RELOC_BR24);
105 RelocType = unsigned(MachO::ARM_THUMB_RELOC_BR22);
119 RelocType = unsigned(MachO::ARM_RELOC_HALF);
123 RelocType = unsigned(MachO::ARM_RELOC_HALF);
128 RelocType = unsigned(MachO::ARM_RELOC_HALF);
132 RelocType = unsigned(MachO::ARM_RELOC_HALF);
313 unsigned RelocType,
    [all...]
  /external/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64MachObjectWriter.cpp 28 bool getAArch64FixupKindMachOInfo(const MCFixup &Fixup, unsigned &RelocType,
44 const MCFixup &Fixup, unsigned &RelocType, const MCSymbolRefExpr *Sym,
46 RelocType = unsigned(MachO::ARM64_RELOC_UNSIGNED);
62 RelocType = unsigned(MachO::ARM64_RELOC_POINTER_TO_GOT);
67 RelocType = unsigned(MachO::ARM64_RELOC_POINTER_TO_GOT);
80 RelocType = unsigned(MachO::ARM64_RELOC_PAGEOFF12);
83 RelocType = unsigned(MachO::ARM64_RELOC_GOT_LOAD_PAGEOFF12);
86 RelocType = unsigned(MachO::ARM64_RELOC_TLVP_LOAD_PAGEOFF12);
99 RelocType = unsigned(MachO::ARM64_RELOC_PAGE21);
102 RelocType = unsigned(MachO::ARM64_RELOC_GOT_LOAD_PAGE21)
    [all...]
  /external/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCMachObjectWriter.cpp 308 const unsigned RelocType = getRelocType(Target, FK, IsPCRel);
315 RelocType != MachO::PPC_RELOC_BR24 &&
316 RelocType != MachO::PPC_RELOC_BR14) {
331 unsigned Type = RelocType;
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
RuntimeDyldMachOI386.h 137 uint32_t RelocType = Obj.getAnyRelocationType(RE);
176 RelocationEntry R(SectionID, Offset, RelocType, Addend, SectionAID,
RuntimeDyldMachOARM.h 223 uint32_t RelocType = MachO.getAnyRelocationType(RE);
265 RelocationEntry R(SectionID, Offset, RelocType, Addend, SectionAID,
  /external/llvm/lib/Object/
COFFYAML.cpp 315 template <typename RelocType>
317 NType(IO &) : Type(RelocType(0)) {}
318 NType(IO &, uint16_t T) : Type(RelocType(T)) {}
320 RelocType Type;
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldMachO.cpp 63 uint32_t RelocType = Obj.getAnyRelocationType(RE);
81 RelocationEntry R(SectionID, Offset, RelocType, Addend, IsPCRel, Size);
  /external/llvm/tools/llvm-readobj/
COFFDumper.cpp     [all...]

Completed in 124 milliseconds