Searched defs:relocate (Results 1 - 15 of 15) 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/syslinux/gpxe/src/arch/i386/core/
H A Drelocate.c44 __asmcall void relocate ( struct i386_all_regs *ix86 ) { function
/external/bison/lib/
H A Dlocalcharset.c71 # define relocate(pathname) (pathname) macro
134 dir = relocate (LIBDIR);
/external/swiftshader/third_party/LLVM/include/llvm/Target/
H A DTargetJITInfo.h104 /// 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/swiftshader/third_party/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/swiftshader/third_party/LLVM/lib/Target/Mips/
H A DMipsJITInfo.cpp192 /// 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/swiftshader/third_party/LLVM/lib/Target/PowerPC/
H A DPPCJITInfo.cpp410 void PPCJITInfo::relocate(void *Function, MachineRelocation *MR, function in class:PPCJITInfo
/external/swiftshader/third_party/LLVM/lib/Target/X86/
H A DX86JITInfo.cpp524 /// relocate - Before the JIT can run a block of code that has been emitted,
527 void X86JITInfo::relocate(void *Function, MachineRelocation *MR, function in class:X86JITInfo
/external/syslinux/com32/lib/syslinux/
H A Dzonelist.c345 bool relocate, size_t align,
362 if (!relocate) {
363 dprintf("Cannot relocate\n");
378 continue; /* Only relocate upwards */
343 syslinux_memmap_find(struct syslinux_memmap *mmap, addr_t *base, size_t size, bool relocate, size_t align, addr_t start_min, addr_t start_max, addr_t end_min, addr_t end_max) argument
/external/elfutils/libdwfl/
H A Drelocate.c316 relocate (Dwfl_Module * const mod, function
373 /* These are the types we can relocate. */
513 /* No contents to relocate. */
597 result = relocate (mod, relocated, reloc_symtab, tdata, ehdr,
627 result = relocate (mod, relocated, reloc_symtab, tdata, ehdr,
/external/elfutils/src/
H A Dstrip.c1766 section to relocate with contents, that isn't
1781 /* OK, lets relocate all trivial cross debug section
1808 bool relocate (GElf_Addr offset, const GElf_Sxword addend, function
1820 /* These are the types we can relocate. */
1944 if (! relocate (r->r_offset, 0, false,
1958 if (! relocate (r->r_offset, r->r_addend, true,
H A Dunstrip.c80 { "relocate", 'R', NULL, 0,
101 bool relocate; member in struct:arg_info
151 info->relocate = true;
201 if (info->ignore || info->all || info->modnames || info->relocate)
1547 /* In an ET_REL file under --relocate, the sh_addr of SHF_ALLOC
2125 Dwfl_Module *mod, bool all, bool ignore, bool relocate)
2186 if (!relocate)
2217 bool all, bool ignore, bool modnames, bool relocate)
2237 handle_dwfl_module (output_file, true, force, mod, all, ignore, relocate);
2350 info->all, info->ignore, info->relocate);
2122 handle_dwfl_module(const char *output_file, bool create_dirs, bool force, Dwfl_Module *mod, bool all, bool ignore, bool relocate) argument
2214 handle_output_dir_module(const char *output_dir, Dwfl_Module *mod, bool force, bool all, bool ignore, bool modnames, bool relocate) argument
[all...]

Completed in 1146 milliseconds