HomeSort by relevance Sort by last modified time
    Searched defs:relocate (Results 1 - 24 of 24) sorted by null

  /external/e2fsprogs/intl/
relocatable.h 51 extern const char * relocate (const char *pathname);
53 /* Memory management: relocate() leaks memory, because it has to construct
55 relocate() frequently, think about caching the result. */
68 #define relocate(pathname) (pathname) macro
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/grub/stage2/
nbloader.S 40 .word NBI_DEST_OFF + (relocate - _start)
48 relocate: label
51 * Relocate the code in two steps:
  /frameworks/compile/libbcc/lib/ExecutionEngine/
ELFObjectLoaderImpl.cpp 52 bool ELFObjectLoaderImpl::relocate(SymbolResolverInterface &pResolver) { function in class:ELFObjectLoaderImpl
53 mObject->relocate(SymbolResolverInterface::LookupFunction, &pResolver);
  /external/llvm/include/llvm/Target/
TargetJITInfo.h 100 /// relocate - Before the JIT can run a block of code that has been emitted,
103 virtual void relocate(void *Function, MachineRelocation *MR, function in class:llvm::TargetJITInfo
  /external/llvm/lib/Target/ARM/
ARMJITInfo.cpp 264 /// relocate - Before the JIT can run a block of code that has been emitted,
267 void ARMJITInfo::relocate(void *Function, MachineRelocation *MR, function in class:ARMJITInfo
  /external/bison/lib/
localcharset.c 71 # define relocate(pathname) (pathname) macro
134 dir = relocate (LIBDIR);
  /external/llvm/lib/Target/Mips/
MipsJITInfo.cpp 244 /// relocate - Before the JIT can run a block of code that has been emitted,
247 void MipsJITInfo::relocate(void *Function, MachineRelocation *MR, function in class:MipsJITInfo
  /external/llvm/lib/Target/PowerPC/
PPCJITInfo.cpp 413 void PPCJITInfo::relocate(void *Function, MachineRelocation *MR, function in class:PPCJITInfo
  /ndk/sources/host-tools/sed-4.2.1/lib/
localcharset.c 72 # define relocate(pathname) (pathname) macro
131 dir = relocate (LIBDIR);
  /external/elfutils/libdwfl/
relocate.c 0 /* Relocate debug information.
306 Dwfl_Error relocate (GElf_Addr offset, const GElf_Sxword *addend, function
346 /* These are the types we can relocate. */
462 result = relocate (r->r_offset, NULL,
491 result = relocate (r->r_offset, &r->r_addend,
  /external/llvm/lib/Target/X86/
X86JITInfo.cpp 539 /// relocate - Before the JIT can run a block of code that has been emitted,
542 void X86JITInfo::relocate(void *Function, MachineRelocation *MR, function in class:X86JITInfo
  /frameworks/rs/cpu_ref/linkloader/include/impl/
ELFObject.hxx 252 // Relocate the R_ARM_CALL relocation type
264 // Relocate the R_ARM_THM_CALL relocation type
622 relocate(void *(*find_sym)(void *context, char const *name), void *context) { function in class:ELFObject
  /external/chromium_org/tools/gyp/test/lib/
TestGyp.py 205 def relocate(self, source, destination): member in class:TestGypBase
    [all...]
  /external/elfutils/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...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jface_3.6.1.M20100825-0800.jar 
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar 
  /prebuilts/devtools/tools/lib/
org-eclipse-jface-3.6.2.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 
org.eclipse.jface_3.6.2.M20110210-1200.jar 
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-jface/3.6.2/
org-eclipse-jface-3.6.2.jar 

Completed in 759 milliseconds