/frameworks/compile/libbcc/lib/ExecutionEngine/ |
ObjectLoader.cpp | 65 if (!result->mImpl->relocate(pResolver)) {
|
/frameworks/rs/cpu_ref/linkloader/include/ |
ELFObject.h | 107 void relocate(void *(*find_sym)(void *context, char const *name),
|
/external/bison/lib/ |
localcharset.c | 71 # define relocate(pathname) (pathname) macro 134 dir = relocate (LIBDIR);
|
/external/chromium_org/tools/traceline/traceline/ |
main.cc | 213 // bit of a waste to relocate it, but it makes everything simpler. 219 NOTREACHED("Could not disassemble or relocate instruction."); 240 NOTREACHED("Could not disassemble or relocate instruction."); [all...] |
/external/e2fsprogs/intl/ |
localcharset.c | 73 # define relocate(pathname) (pathname) macro 119 const char *dir = relocate (LIBDIR);
|
localealias.c | 68 # define relocate(pathname) (pathname) macro 233 fp = fopen (relocate (full_fname), "r");
|
relocatable.c | 386 relocate (const char *pathname) function 445 /* Nothing to relocate. */
|
/external/elfutils/0.153/libdwfl/ |
Makefile.am | 42 dwfl_module.c dwfl_report_elf.c relocate.c \
|
Android.mk | 47 relocate.c
|
relocate.c | 0 /* Relocate debug information. 309 /* No contents to relocate. */ 323 Dwfl_Error relocate (GElf_Addr offset, const GElf_Sxword *addend, function 373 /* These are the types we can relocate. */ 489 result = relocate (r->r_offset, NULL, 518 result = relocate (r->r_offset, &r->r_addend,
|
/ndk/sources/host-tools/sed-4.2.1/lib/ |
localcharset.c | 72 # define relocate(pathname) (pathname) macro 131 dir = relocate (LIBDIR);
|
/external/llvm/lib/Target/Mips/ |
MipsJITInfo.cpp | 245 /// relocate - Before the JIT can run a block of code that has been emitted, 248 void MipsJITInfo::relocate(void *Function, MachineRelocation *MR, function in class:MipsJITInfo
|
/external/llvm/lib/Target/ARM/ |
ARMJITInfo.cpp | 265 /// relocate - Before the JIT can run a block of code that has been emitted, 268 void ARMJITInfo::relocate(void *Function, MachineRelocation *MR, function in class:ARMJITInfo
|
/external/llvm/lib/Target/PowerPC/ |
PPCJITInfo.cpp | 424 void PPCJITInfo::relocate(void *Function, MachineRelocation *MR, function in class:PPCJITInfo
|
/external/llvm/lib/Target/Sparc/ |
SparcJITInfo.cpp | 273 /// relocate - Before the JIT can run a block of code that has been emitted, 276 void SparcJITInfo::relocate(void *Function, MachineRelocation *MR, function in class:SparcJITInfo
|
/frameworks/rs/cpu_ref/linkloader/android/ |
librsloader.cpp | 92 object->relocate(find_symbol, find_symbol_context);
|
/frameworks/rs/cpu_ref/linkloader/ |
main.cpp | 156 object->relocate(find_sym, 0); 157 out() << "relocate finished!\n";
|
/external/elfutils/0.153/src/ |
unstrip.c | 89 { "relocate", 'R', NULL, 0, 107 bool relocate; member in struct:arg_info 156 info->relocate = true; 203 if (info->ignore || info->all || info->modnames || info->relocate) [all...] |
strip.c | 1684 bool relocate (GElf_Addr offset, const GElf_Sxword addend, function [all...] |
/external/llvm/lib/Target/X86/ |
X86JITInfo.cpp | 545 /// relocate - Before the JIT can run a block of code that has been emitted, 548 void X86JITInfo::relocate(void *Function, MachineRelocation *MR, function in class:X86JITInfo
|
/art/runtime/gc/space/ |
image_space.cc | 250 // Relocate the image at image_location to dest_filename and relocate it by a random amount. 356 // We don't want to relocate, Just pick the appropriate one if we have it and return. 456 bool relocate = Runtime::Current()->ShouldRelocate(); local 462 if (relocate) { 475 // We cannot have a relocated version, Relocate the system one and use it. 480 // Check whether we are allowed to relocate. 488 // Try to relocate. 496 *error_msg = StringPrintf("Unable to relocate image '%s' from '%s' to '%s': %s", [all...] |
/external/llvm/lib/ExecutionEngine/JIT/ |
JITEmitter.cpp | [all...] |
/frameworks/rs/cpu_ref/linkloader/include/impl/ |
ELFObject.hxx | 254 // Relocate the R_ARM_CALL relocation type 266 // Relocate the R_ARM_THM_CALL relocation type 441 // Relocate an ADRP instruction to the page 1029 relocate(void *(*find_sym)(void *context, char const *name), void *context) { function in class:ELFObject [all...] |
/external/chromium_org/tools/gyp/test/lib/ |
TestGyp.py | 240 def relocate(self, source, destination): member in class:TestGypBase [all...] |
/external/chromium_org/third_party/d3/src/ |
d3.js | [all...] |