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

1 2 3

  /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. */
  /toolchain/binutils/binutils-2.27/intl/
relocatable.h 46 extern const char * relocate (const char *pathname);
48 /* Memory management: relocate() leaks memory, because it has to construct
50 relocate() frequently, think about caching the result. */
63 #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
236 fp = fopen (relocate (full_fname), "r");
relocatable.c 376 relocate (const char *pathname) function
435 /* Nothing to relocate. */
  /external/syslinux/gpxe/src/arch/i386/core/
relocate.c 35 * Relocate Etherboot
44 __asmcall void relocate ( struct i386_all_regs *ix86 ) { function
57 DBG ( "Relocate: currently at [%lx,%lx)\n"
  /external/swiftshader/third_party/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/swiftshader/third_party/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/swiftshader/third_party/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
  /bionic/linker/
linker_mips.cpp 42 template bool soinfo::relocate<plain_reloc_iterator>(const VersionTracker& version_tracker,
47 template bool soinfo::relocate<packed_reloc_iterator<sleb128_decoder>>(
54 bool soinfo::relocate(const VersionTracker& version_tracker, function in class:soinfo
152 // Relocate the local GOT entries.
  /external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
PPCJITInfo.cpp 410 void PPCJITInfo::relocate(void *Function, MachineRelocation *MR, function in class:PPCJITInfo
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86JITInfo.cpp 524 /// 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/elfutils/libdwfl/
relocate.c 0 /* Relocate debug information.
316 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,
  /toolchain/binutils/binutils-2.27/gold/
target-reloc.h 228 // The template parameter Relocate must be a class type which provides
229 // a single function, relocate(), which implements the machine
239 // RELOCATE implements operator() to do a relocation.
258 typename Relocate,
276 Relocate relocate; local
403 if (!relocate.relocate(relinfo, Classify_reloc::sh_type, target,
431 typename Relocate>
462 Relocate relocate local
    [all...]
  /toolchain/binutils/binutils-2.27/binutils/
dwarf.h 146 bfd_boolean relocate; member in struct:dwarf_section_display
  /external/elfutils/src/
strip.c 1808 bool relocate (GElf_Addr offset, const GElf_Sxword addend, function
    [all...]
unstrip.c 80 { "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)
    [all...]
  /toolchain/binutils/binutils-2.27/bfd/
elf32-vax.c 1580 bfd_boolean skip, relocate; local
    [all...]
elf-m10300.c 1549 bfd_boolean skip, relocate; local
    [all...]
elf32-cris.c 969 /* Relocate an CRIS ELF section. See elf32-fr30.c, from where this was
1440 bfd_boolean skip, relocate; local
    [all...]
elf32-m32r.c 2870 bfd_boolean skip, relocate; local
    [all...]
  /art/runtime/gc/space/
image_space.cc 241 // Relocate the image at image_location to dest_filename and relocate it by a random amount.
359 // We don't want to relocate, Just pick the appropriate one if we have it and return.
642 // relocate in-place.
1612 bool relocate = Runtime::Current()->ShouldRelocate(); local
    [all...]

Completed in 618 milliseconds

1 2 3