HomeSort by relevance Sort by last modified time
    Searched defs:relocate (Results 1 - 15 of 15) 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:
  /external/llvm/include/llvm/Target/
TargetJITInfo.h 104 /// relocate - Before the JIT can run a block of code that has been emitted,
107 virtual void relocate(void *Function, MachineRelocation *MR, function in class:llvm::TargetJITInfo
  /external/llvm/lib/Target/ARM/
ARMJITInfo.cpp 266 /// relocate - Before the JIT can run a block of code that has been emitted,
269 void ARMJITInfo::relocate(void *Function, MachineRelocation *MR, function in class:ARMJITInfo
  /external/llvm/lib/Target/Mips/
MipsJITInfo.cpp 192 /// relocate - Before the JIT can run a block of code that has been emitted,
195 void MipsJITInfo::relocate(void *Function, MachineRelocation *MR, function in class:MipsJITInfo
  /external/llvm/lib/Target/PowerPC/
PPCJITInfo.cpp 410 void PPCJITInfo::relocate(void *Function, MachineRelocation *MR, function in class:PPCJITInfo
  /external/llvm/lib/Target/X86/
X86JITInfo.cpp 530 /// relocate - Before the JIT can run a block of code that has been emitted,
533 void X86JITInfo::relocate(void *Function, MachineRelocation *MR, function in class:X86JITInfo
  /frameworks/compile/linkloader/include/impl/
ELFObject.hxx 395 rsl_assert((((P + 4) >> 28) != (S >> 28)) && "Cannot relocate R_MIPS_26 due to differences in the upper four bits.");
409 relocate(void *(*find_sym)(void *context, char const *name), void *context) { function in class:ELFObject
  /ndk/sources/host-tools/sed-4.2.1/lib/
localcharset.c 72 # define relocate(pathname) (pathname) macro
131 dir = relocate (LIBDIR);
  /frameworks/compile/libbcc/lib/ExecutionEngine/
MCCacheReader.cpp 63 //&& relocate()
453 bool MCCacheReader::relocate() { function in class:bcc::MCCacheReader
  /frameworks/compile/libbcc/lib/ExecutionEngine/OldJIT/
CacheReader.cpp 89 //&& relocate()
416 // code in different location, and relocate the context.
447 bool CacheReader::relocate() { function in class:bcc::CacheReader
  /prebuilt/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 

Completed in 1336 milliseconds