/bionic/tools/relocation_packer/src/ |
packer_unittest.cc | 14 static void AddRelocation(typename ELF::Addr addr, 44 AddRelocation<ELF>(0xd1ce0000, 0x11, 0, &relocations); 46 AddRelocation<ELF>(0xd1ce0004, 0x11, 0, &relocations); 47 AddRelocation<ELF>(0xd1ce0008, 0x11, 0, &relocations); 49 AddRelocation<ELF>(0xd1ce0010, 0x11, 0, &relocations); 50 AddRelocation<ELF>(0xd1ce0018, 0x11, 0, &relocations); 51 AddRelocation<ELF>(0xd1ce0020, 0x11, 0, &relocations); 152 AddRelocation<ELF>(0xd1ce0000, 0x01, 10024, &relocations); 154 AddRelocation<ELF>(0xd1ce0004, 0x01, 10012, &relocations); 155 AddRelocation<ELF>(0xd1ce0008, 0x01, 10024, &relocations) [all...] |
delta_encoder_unittest.cc | 14 void AddRelocation(uint32_t addr, 51 AddRelocation(0xf00d0000, 11U, 10000, &relocations); 70 AddRelocation(0xf00d0004, 11U, 10012, &relocations); 90 AddRelocation(0xf00d0008, 41U, 10024, &relocations); 93 AddRelocation(0xf00d0010, 42U, 10000, &relocations); 94 AddRelocation(0xf00d0018, 42U, 9976, &relocations); 95 AddRelocation(0xf00d0020, 42U, 9952, &relocations); 97 AddRelocation(0xf00d2028, 1042U, 0, &relocations); 98 AddRelocation(0xf00d2030, 3442U, 0, &relocations);
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
ELFCodeEmitter.h | 43 /// addRelocation - Register new relocations for this function 44 void addRelocation(const MachineRelocation &MR) {
|
ObjectCodeEmitter.cpp | 94 /// addRelocation - Whenever a relocatable address is needed, it should be 96 void ObjectCodeEmitter::addRelocation(const MachineRelocation& relocation) { 97 BO->addRelocation(relocation);
|
ELFCodeEmitter.cpp | 96 JTSection.addRelocation(MR); 126 ES->addRelocation(MR);
|
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/ |
PPCCodeEmitter.cpp | 184 MCE.addRelocation(GetRelocation(MO, PPC::reloc_pcrel_bx)); 191 MCE.addRelocation(GetRelocation(MO, PPC::reloc_pcrel_bcx)); 200 MCE.addRelocation(GetRelocation(MO, PPC::reloc_absolute_high)); 209 MCE.addRelocation(GetRelocation(MO, PPC::reloc_absolute_low)); 225 MCE.addRelocation(GetRelocation(MO, PPC::reloc_absolute_low)); 240 MCE.addRelocation(GetRelocation(MO, PPC::reloc_absolute_low_ix));
|
/external/swiftshader/src/Renderer/ |
RoutineCache.hpp | 127 dll.addRelocation(buffer, &entry[j], true); 143 dll.addRelocation(buffer, &entry[j], true);
|
/external/swiftshader/third_party/LLVM/lib/Target/Mips/ |
MipsCodeEmitter.cpp | 206 MCE.addRelocation(MachineRelocation::getGV(MCE.getCurrentPCOffset(), Reloc, 212 MCE.addRelocation(MachineRelocation::getExtSym(MCE.getCurrentPCOffset(), 217 MCE.addRelocation(MachineRelocation::getConstPool(MCE.getCurrentPCOffset(), 223 MCE.addRelocation(MachineRelocation::getJumpTable(MCE.getCurrentPCOffset(), 229 MCE.addRelocation(MachineRelocation::getBB(MCE.getCurrentPCOffset(),
|
/external/llvm/lib/Target/ARM/MCTargetDesc/ |
ARMMachObjectWriter.cpp | 229 Writer->addRelocation(nullptr, Fragment->getParent(), MRE); 240 Writer->addRelocation(nullptr, Fragment->getParent(), MRE); 297 Writer->addRelocation(nullptr, Fragment->getParent(), MRE); 307 Writer->addRelocation(nullptr, Fragment->getParent(), MRE); 473 Writer->addRelocation(nullptr, Fragment->getParent(), MREPair); 476 Writer->addRelocation(RelSymbol, Fragment->getParent(), MRE);
|
/external/swiftshader/src/Reactor/ |
DLL.hpp | 32 void addRelocation(const void *function, const void *address, bool ripRelative);
|
/frameworks/compile/mclinker/include/mcld/LD/ |
BranchIsland.h | 98 /// addRelocation - add a relocation into island 99 bool addRelocation(Relocation& pReloc);
|
/frameworks/compile/mclinker/lib/LD/ |
BranchIsland.cpp | 150 /// addRelocation - add a relocation into island 151 bool BranchIsland::addRelocation(Relocation& pReloc) {
|
/frameworks/compile/mclinker/lib/Target/AArch64/ |
AArch64CA53ErratumStub.cpp | 115 pIsland.addRelocation(*reloc); 124 pIsland.addRelocation(*reloc);
|
/external/swiftshader/third_party/LLVM/lib/Target/ARM/MCTargetDesc/ |
ARMMachObjectWriter.cpp | 205 Writer->addRelocation(Fragment->getParent(), MRE); 216 Writer->addRelocation(Fragment->getParent(), MRE); 267 Writer->addRelocation(Fragment->getParent(), MRE); 277 Writer->addRelocation(Fragment->getParent(), MRE); 377 Writer->addRelocation(Fragment->getParent(), MRE);
|
/external/llvm/lib/Target/AArch64/MCTargetDesc/ |
AArch64MachObjectWriter.cpp | 232 Writer->addRelocation(A_Base, Fragment->getParent(), MRE); 289 Writer->addRelocation(A_Base, Fragment->getParent(), MRE); 401 Writer->addRelocation(RelSymbol, Fragment->getParent(), MRE); 422 Writer->addRelocation(RelSymbol, Fragment->getParent(), MRE);
|
/frameworks/compile/mclinker/lib/Fragment/ |
Stub.cpp | 63 pIsland.addRelocation(*reloc);
|
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
ObjectCodeEmitter.h | 108 /// addRelocation - Whenever a relocatable address is needed, it should be 110 void addRelocation(const MachineRelocation& relocation);
|
BinaryObject.h | 342 /// addRelocation - Whenever a relocatable address is needed, it should be 344 void addRelocation(const MachineRelocation& relocation) {
|
JITCodeEmitter.h | 303 /// addRelocation - Whenever a relocatable address is needed, it should be 305 virtual void addRelocation(const MachineRelocation &MR) = 0;
|
MachineCodeEmitter.h | 298 /// addRelocation - Whenever a relocatable address is needed, it should be 300 virtual void addRelocation(const MachineRelocation &MR) = 0;
|
/external/llvm/lib/Target/X86/MCTargetDesc/ |
X86MachObjectWriter.cpp | 210 Writer->addRelocation(A_Base, Fragment->getParent(), MRE); 362 Writer->addRelocation(RelSymbol, Fragment->getParent(), MRE); 439 Writer->addRelocation(nullptr, Fragment->getParent(), MRE); 461 Writer->addRelocation(nullptr, Fragment->getParent(), MRE); 503 Writer->addRelocation(&Target.getSymA()->getSymbol(), Fragment->getParent(), 600 Writer->addRelocation(RelSymbol, Fragment->getParent(), MRE);
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/MCTargetDesc/ |
X86MachObjectWriter.cpp | 198 Writer->addRelocation(Fragment->getParent(), MRE); 335 Writer->addRelocation(Fragment->getParent(), MRE); 391 Writer->addRelocation(Fragment->getParent(), MRE); 401 Writer->addRelocation(Fragment->getParent(), MRE); 448 Writer->addRelocation(Fragment->getParent(), MRE); 543 Writer->addRelocation(Fragment->getParent(), MRE);
|
/external/llvm/lib/Target/PowerPC/MCTargetDesc/ |
PPCMachObjectWriter.cpp | 282 Writer->addRelocation(nullptr, Fragment->getParent(), MRE); 296 Writer->addRelocation(nullptr, Fragment->getParent(), MRE); 374 Writer->addRelocation(RelSymbol, Fragment->getParent(), MRE);
|
/external/swiftshader/third_party/LLVM/include/llvm/MC/ |
MCMachObjectWriter.h | 196 void addRelocation(const MCSectionData *SD,
|
/external/llvm/include/llvm/MC/ |
MCMachObjectWriter.h | 215 void addRelocation(const MCSymbol *RelSymbol, const MCSection *Sec,
|