/external/e2fsprogs/tests/f_misstable/ |
expect.1 | 4 Relocate? yes
|
/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
|
/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/libbcc/lib/ExecutionEngine/ |
ELFObjectLoaderImpl.cpp | 52 bool ELFObjectLoaderImpl::relocate(SymbolResolverInterface &pResolver) { function in class:ELFObjectLoaderImpl 53 mObject->relocate(SymbolResolverInterface::LookupFunction, &pResolver);
|
/frameworks/compile/mclinker/lib/Target/ARM/ |
ARMRelocator.h | 39 * GOT may needs a corresponding relocation to relocate itself, so we 56 * relocation entry which relocate this GOT entry
|
/frameworks/compile/mclinker/lib/Target/Hexagon/ |
HexagonRelocator.h | 48 * GOT may needs a corresponding relocation to relocate itself, so we 65 * relocation entry which relocate this GOT entry
|
/frameworks/compile/mclinker/lib/Target/X86/ |
X86Relocator.h | 42 * GOT may needs a corresponding relocation to relocate itself, so we 59 * relocation entry which relocate this GOT entry
|
/frameworks/rs/cpu_ref/linkloader/ |
main.cpp | 158 object->relocate(find_sym, 0); 159 out() << "relocate finished!\n";
|
/external/chromium_org/v8/src/ia32/ |
assembler-ia32-inl.h | 57 *p -= delta; // Relocate entry. 62 *p -= delta; // Relocate entry. 69 *p -= delta; // Relocate entry. 75 *p -= delta; // Relocate entry. 80 *p += delta; // Relocate entry.
|
/bionic/linker/arch/mips/ |
begin.S | 74 * Relocate the local GOT entries
|
/external/e2fsprogs/lib/ext2fs/ |
bmove.c | 53 * Let's see if this is one which we need to relocate
|
/external/libvpx/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/mclinker/include/mcld/Fragment/ |
Relocation.h | 91 /// target - the target data to relocate
|
/frameworks/rs/cpu_ref/linkloader/android/ |
librsloader.cpp | 74 object->relocate(find_symbol, find_symbol_context);
|
/frameworks/rs/cpu_ref/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,
|
/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.
|