Searched defs:relocate (Results 1 - 18 of 18) sorted by relevance

/external/e2fsprogs/intl/
H A Drelocatable.h51 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
H A Dlocalcharset.c73 # define relocate(pathname) (pathname) macro
119 const char *dir = relocate (LIBDIR);
H A Dlocalealias.c68 # define relocate(pathname) (pathname) macro
233 fp = fopen (relocate (full_fname), "r");
H A Drelocatable.c386 relocate (const char *pathname) function
445 /* Nothing to relocate. */
/external/bison/lib/
H A Dlocalcharset.c71 # define relocate(pathname) (pathname) macro
134 dir = relocate (LIBDIR);
/external/llvm/include/llvm/Target/
H A DTargetJITInfo.h100 /// 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/
H A DARMJITInfo.cpp265 /// 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/Mips/
H A DMipsJITInfo.cpp245 /// 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/PowerPC/
H A DPPCJITInfo.cpp424 void PPCJITInfo::relocate(void *Function, MachineRelocation *MR, function in class:PPCJITInfo
/external/llvm/lib/Target/Sparc/
H A DSparcJITInfo.cpp273 /// 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
/external/llvm/lib/Target/X86/
H A DX86JITInfo.cpp545 /// 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
/external/elfutils/0.153/libdwfl/
H A Drelocate.c309 /* 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,
/external/chromium_org/tools/gyp/test/lib/
H A DTestGyp.py240 def relocate(self, source, destination): member in class:TestGypBase
/external/elfutils/0.153/src/
H A Dstrip.c1647 section to relocate with contents, that isn't
1662 /* OK, lets relocate all trivial cross debug section
1684 bool relocate (GElf_Addr offset, const GElf_Sxword addend, function
1696 /* These are the types we can relocate. */
1811 if (! relocate (r->r_offset, 0, false,
1825 if (! relocate (r->r_offset, r->r_addend, true,
H A Dunstrip.c89 { "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)
1488 /* In an ET_REL file under --relocate, the sh_addr of SHF_ALLOC
1990 Dwfl_Module *mod, bool all, bool ignore, bool relocate)
2051 if (!relocate)
2082 bool all, bool ignore, bool modnames, bool relocate)
2102 handle_dwfl_module (output_file, true, mod, all, ignore, relocate);
2215 info->all, info->ignore, info->relocate);
1987 handle_dwfl_module(const char *output_file, bool create_dirs, Dwfl_Module *mod, bool all, bool ignore, bool relocate) argument
2079 handle_output_dir_module(const char *output_dir, Dwfl_Module *mod, bool all, bool ignore, bool modnames, bool relocate) argument
[all...]
/external/chromium_org/third_party/d3/src/
H A Dd3.js1370 function relocate() {
1383 var touches = relocate(), now = Date.now();
1424 return void relocate();
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jface_3.6.1.M20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 1420 milliseconds