Searched defs:relocate (Results 1 - 16 of 16) 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/grub/stage2/
H A Dnbloader.S40 .word NBI_DEST_OFF + (relocate - _start)
48 relocate: label
/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.cpp264 /// 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/llvm/lib/Target/Mips/
H A DMipsJITInfo.cpp244 /// 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/
H A DPPCJITInfo.cpp413 void PPCJITInfo::relocate(void *Function, MachineRelocation *MR, function in class:PPCJITInfo
/external/llvm/lib/Target/X86/
H A DX86JITInfo.cpp539 /// 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
/external/chromium_org/tools/gyp/test/lib/
H A DTestGyp.py215 def relocate(self, source, destination): member in class:TestGypBase
/external/elfutils/libdwfl/
H A Drelocate.c306 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/elfutils/src/
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)
1484 /* In an ET_REL file under --relocate, the sh_addr of SHF_ALLOC
1979 Dwfl_Module *mod, bool all, bool ignore, bool relocate)
2040 if (!relocate)
2071 bool all, bool ignore, bool modnames, bool relocate)
2091 handle_dwfl_module (output_file, true, mod, all, ignore, relocate);
2204 info->all, info->ignore, info->relocate);
1976 handle_dwfl_module(const char *output_file, bool create_dirs, Dwfl_Module *mod, bool all, bool ignore, bool relocate) argument
2068 handle_output_dir_module(const char *output_dir, Dwfl_Module *mod, bool all, bool ignore, bool modnames, bool relocate) argument
[all...]
/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 513 milliseconds