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

1 2 3 4 5 6 7 8 910

  /external/compiler-rt/lib/asan/interception/mach_override/
README.txt 6 -- fixupInstructions() is extended to relocate relative calls, not only jumps
  /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
  /external/e2fsprogs/tests/f_overfsblks/
expect.1 5 Relocate? yes
  /external/e2fsprogs/tests/f_badtable/
expect.1 4 Group 0's block bitmap (3) is bad. Relocate? yes
6 Group 0's inode bitmap (4) is bad. Relocate? yes
  /external/e2fsprogs/tests/f_illibitmap/
expect.1 8 Relocate? yes
  /external/llvm/test/MC/ELF/
rename.s 4 // should be performed with the original symbol. Only if we decide to relocate
8 // if we should relocate with the symbol or with the section and we would then
  /external/grub/stage2/
nbloader.S 40 .word NBI_DEST_OFF + (relocate - _start)
48 relocate: label
51 * Relocate the code in two steps:
  /external/llvm/lib/Target/Mips/
MipsJITInfo.h 54 /// relocate - Before the JIT can run a block of code that has been emitted,
57 virtual void relocate(void *Function, MachineRelocation *MR,
  /frameworks/compile/mclinker/lib/Target/
OutputRelocSection.cpp 58 // if this relocation is used to relocate GOT (.got or .got.plt),
61 // Otherwise, this relocation is used to relocate general section
  /external/e2fsprogs/tests/f_illbbitmap/
expect.1 8 Relocate? yes
  /external/e2fsprogs/tests/f_illitable_flexbg/
expect.1 7 Relocate? yes
  /external/llvm/lib/Target/X86/
X86JITInfo.h 63 /// relocate - Before the JIT can run a block of code that has been emitted,
66 virtual void relocate(void *Function, MachineRelocation *MR,
  /frameworks/compile/mclinker/include/mcld/LD/
Relocation.h 67 /// target - the target data to relocate
70 /// target - the target data to relocate
  /external/e2fsprogs/tests/f_illitable/
expect.1 9 Relocate? yes
  /external/e2fsprogs/tests/f_misstable/
expect.1 4 Relocate? yes
  /frameworks/compile/libbcc/lib/ExecutionEngine/
MCCacheReader.h 111 bool relocate();
  /external/elfutils/libdwfl/
ChangeLog 179 * relocate.c (relocate_section): Check for an unhandled relocation
220 * relocate.c (resolve_symbol): New function.
223 * relocate.c (relocate_getsym): Handle null MOD->symfile.
240 * relocate.c (relocate_section): Fix fencepost error in r_offset check.
249 * relocate.c (struct reloc_symtab_cache): New type.
283 * relocate.c (__libdwfl_relocate_value): Don't use sh_offset.
288 * relocate.c (__libdwfl_relocate): Don't return DWFL_E_NO_DWARF.
300 * relocate.c (relocate_getsym): New function.
346 * relocate.c (__libdwfl_relocate_value): Abuse sh_offset, not
352 * relocate.c (__libdwfl_relocate): Clear size of reloc section in it
    [all...]
Android.mk 43 relocate.c
  /bootable/bootloader/legacy/usbloader/
init.S 56 /* we're not loaded at 0 -- relocate us back down to where we belong */
  /external/e2fsprogs/tests/f_bbfile/
expect.1 4 Group 0's inode bitmap (4) is bad. Relocate? yes
  /external/llvm/lib/Target/PowerPC/
PPCJITInfo.h 37 virtual void relocate(void *Function, MachineRelocation *MR,
  /external/llvm/include/llvm/Target/
TargetJITInfo.h 100 /// 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
  /frameworks/compile/linkloader/
main.cpp 158 object->relocate(find_sym, 0);
159 out() << "relocate finished!\n";
  /frameworks/compile/mclinker/include/mcld/MC/
MCLDDriver.h 93 /// relocate - applying relocation entries and create relocation
98 bool relocate();
  /frameworks/compile/mclinker/lib/MC/
MCLDDriver.cpp 317 /// relocate - applying relocation entries and create relocation
322 bool MCLDDriver::relocate() function in class:MCLDDriver
328 /// Before relocate(), after layout(), MCLinker should correct value of all

Completed in 3762 milliseconds

1 2 3 4 5 6 7 8 910