HomeSort by relevance Sort by last modified time
    Searched full:relocate (Results 26 - 50 of 235) sorted by null

12 3 4 5 6 7 8 910

  /external/e2fsprogs/lib/ext2fs/
bmove.c 49 * Let's see if this is one which we need to relocate
  /external/libvpx/examples/includes/geshi/docs/
TODO 64 definitions and relocate the user? (eg, java documentation is
  /external/qemu-pc-bios/bochs/bios/
rombios32start.S 72 /* code to relocate SMBASE to 0xa0000 */
  /external/v8/src/ia32/
assembler-ia32-inl.h 53 *p -= delta; // Relocate entry.
59 *p -= delta; // Relocate entry.
65 *p -= delta; // Relocate entry.
70 *p += delta; // Relocate entry.
  /frameworks/compile/linkloader/android/
librsloader.cpp 74 object->relocate(find_symbol, find_symbol_context);
  /frameworks/compile/linkloader/include/
ELFObject.h 108 void relocate(void *(*find_sym)(void *context, char const *name),
  /external/kernel-headers/original/linux/
a.out.h 250 /* 1 => relocate with value of symbol.
253 0 => relocate with the address of a segment.
  /external/llvm/lib/Target/ARM/
ARMJITInfo.h 77 /// relocate - Before the JIT can run a block of code that has been emitted,
80 virtual void relocate(void *Function, MachineRelocation *MR,
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
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/lib/gcc/i686-linux/4.4.3/include-fixed/linux/
a.out.h 259 /* 1 => relocate with value of symbol.
262 0 => relocate with the address of a segment.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
a.out.h 250 /* 1 => relocate with value of symbol.
253 0 => relocate with the address of a segment.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/lib/gcc/i686-linux/4.6.x-google/include-fixed/linux/
a.out.h 259 /* 1 => relocate with value of symbol.
262 0 => relocate with the address of a segment.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
a.out.h 250 /* 1 => relocate with value of symbol.
253 0 => relocate with the address of a segment.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/lib/gcc/x86_64-linux/4.6.x-google/include-fixed/linux/
a.out.h 259 /* 1 => relocate with value of symbol.
262 0 => relocate with the address of a segment.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
a.out.h 250 /* 1 => relocate with value of symbol.
253 0 => relocate with the address of a segment.
  /external/elfutils/libdwfl/
relocate.c 0 /* Relocate debug information.
306 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,
Makefile.am 51 dwfl_module.c dwfl_report_elf.c relocate.c \
  /external/e2fsprogs/intl/
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/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
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMLDBackend.h 45 * GOT may needs a corresponding relocation to relocate itself, so we
62 * relocation entry which relocate this GOT entry
  /frameworks/compile/mclinker/lib/Target/X86/
X86LDBackend.h 34 * GOT may needs a corresponding relocation to relocate itself, so we
51 * relocation entry which relocate this GOT entry
  /external/elfutils/src/
unstrip.c 89 { "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)
    [all...]
  /frameworks/compile/libbcc/lib/ExecutionEngine/
MCCacheReader.cpp 62 //&& relocate()
487 bool MCCacheReader::relocate() { function in class:bcc::MCCacheReader

Completed in 3079 milliseconds

12 3 4 5 6 7 8 910