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

1 2 3 4 5

  /art/test/574-irreducible-and-constant-area/
run 18 exec ${RUN} "$@" --no-relocate
  /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
  /toolchain/binutils/binutils-2.25/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
config.h.in 238 #undef relocate
  /art/test/117-nopatchoat/
run 17 # ensure flags includes prebuild and relocate. It doesn't make sense unless we
18 # have a oat file we want to relocate.
29 # This test is supposed to test relocation. Make sure that the no-relocate flag isn't set,
31 # Note: relocate is the default.
32 if [[ "${flags}" == *--no-relocate* ]] ; then
33 echo "Test 117-nopatchoat is not intended to run in no-relocate mode."
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-m68hc11/
xgate1.s 1 ;;; Test branches and branch relocate with XGATE
7 ldw r1,#var1 ; expands to two IMM8 %hi,%lo relocate
xgate-link.s 1 ;;; Test 16bit relocate with XGATE
7 ldw r1,#var1 ; expands to two IMM8 %hi,%lo relocate
8 add r5,#var2 ; expands to two IMM8 %hi,%lo relocate
12 ldh r6,#var5 ; IMM8 with relocate
14 cmp r2,#var3 ; expands to two IMM8 %hi,%lo relocate
xgate-offset.s 1 ;;; Test 16bit relocate with --xgate-ramoffset
  /art/runtime/
dexopt_test.h 40 // relocate - if true, the oat file will be relocated with respect to the
47 bool relocate,
65 bool relocate,
73 // Pre-Relocate the image to a known non-zero offset so we don't have to
dexopt_test.cc 50 bool relocate,
56 if (!relocate) {
73 // Use -Xnorelocate regardless of the relocate argument.
95 if (!relocate) {
132 if (relocate) {
151 /*relocate*/false,
162 /*relocate*/false,
169 bool relocate,
179 relocate,
187 /*relocate*/true
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/Mips/
MipsJITInfo.h 56 /// relocate - Before the JIT can run a block of code that has been emitted,
59 virtual void relocate(void *Function, MachineRelocation *MR,
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
  /external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
PPCJITInfo.h 37 virtual void relocate(void *Function, MachineRelocation *MR,
  /art/test/119-noimage-patchoat/
run 20 # Note: relocate is the default.
21 if [[ "${flags}" == *--no-relocate* ]] ; then
22 echo "Test 119-noimage-patchoat is not intended to run in no-relocate mode."
  /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/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,
  /art/test/118-noimage-dex2oat/
run 28 # Note: relocate is the default.
29 if [[ "${flags}" == *--no-relocate* ]] ; then
30 echo "Test 118-noimage-dex2oat is not intended to run in no-relocate mode."
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mmix/
greg-1.d 7 # Most simple greg usage: relocate to each possible location within an
greg-10.d 7 # Most simple greg usage: relocate to each possible location within an
  /external/swiftshader/third_party/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,
  /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"
  /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
153 // Relocate the local GOT entries.
  /toolchain/binutils/binutils-2.25/gold/
target-reloc.h 227 // The template parameter Relocate must be a class type which provides
228 // a single function, relocate(), which implements the machine
238 // RELOCATE implements operator() to do a relocation.
257 typename Relocate,
274 Relocate relocate; local
403 if (!relocate.relocate(relinfo, target, output_section, i, reloc,
431 typename Relocate>
463 Relocate relocate local
    [all...]
  /art/test/
run-test 130 relocate="no"
208 elif [ "x$1" = "x--relocate" ]; then
209 relocate="yes"
211 elif [ "x$1" = "x--no-relocate" ]; then
212 relocate="no"
528 if [ "$relocate" = "yes" ]; then
529 run_args="${run_args} --relocate"
531 run_args="${run_args} --no-relocate"
640 echo " --relocate Force the use of relocating in the test, making"
643 echo " --no-relocate Force the use of no relocating in the test. (default)
    [all...]
  /external/syslinux/com32/include/syslinux/
movebits.h 97 bool relocate, size_t align,

Completed in 504 milliseconds

1 2 3 4 5