Searched defs:RelocationType (Results 1 - 7 of 7) sorted by relevance

/external/llvm/lib/Target/Mips/
H A DMipsRelocations.h22 enum RelocationType { enum in namespace:llvm::Mips
/external/llvm/lib/Target/PowerPC/
H A DPPCRelocations.h27 enum RelocationType { enum in namespace:llvm::PPC
/external/llvm/lib/Target/X86/
H A DX86Relocations.h21 /// RelocationType - An enum for the x86 relocation codes. Note that
26 enum RelocationType { enum in namespace:llvm::X86
/external/llvm/lib/Target/ARM/
H A DARMRelocations.h21 enum RelocationType { enum in namespace:llvm::ARM
/external/llvm/lib/Target/Sparc/
H A DSparcRelocations.h22 enum RelocationType { enum in namespace:llvm::SP
/external/llvm/include/llvm/CodeGen/
H A DMachineRelocation.h76 enum RelocationType { enum in class:llvm::MachineRelocation
82 static MachineRelocation getGV(uintptr_t offset, unsigned RelocationType, argument
86 assert((RelocationType & ~63) == 0 && "Relocation type too large!");
90 Result.TargetReloType = RelocationType;
102 unsigned RelocationType,
106 assert((RelocationType & ~63) == 0 && "Relocation type too large!");
110 Result.TargetReloType = RelocationType;
121 static MachineRelocation getBB(uintptr_t offset,unsigned RelocationType, argument
123 assert((RelocationType & ~63) == 0 && "Relocation type too large!");
127 Result.TargetReloType = RelocationType;
101 getIndirectSymbol(uintptr_t offset, unsigned RelocationType, GlobalValue *GV, intptr_t cst = 0, bool MayNeedFarStub = 0, bool GOTrelative = 0) argument
139 getExtSym(uintptr_t offset, unsigned RelocationType, const char *ES, intptr_t cst = 0, bool GOTrelative = 0, bool NeedStub = true) argument
159 getConstPool(uintptr_t offset,unsigned RelocationType, unsigned CPI, intptr_t cst = 0, bool letTargetResolve = false) argument
178 getJumpTable(uintptr_t offset,unsigned RelocationType, unsigned JTI, intptr_t cst = 0, bool letTargetResolve = false) argument
[all...]
/external/chromium_org/third_party/android_crazy_linker/src/src/
H A Dcrazy_linker_elf_relocations.cpp90 enum RelocationType { enum in namespace:crazy::__anon11480
98 // Convert an ELF relocation type info a RelocationType value.
99 RelocationType GetRelocationType(ELF::Word r_type) {
706 RelocationType r = GetRelocationType(rel_type);

Completed in 1383 milliseconds