/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
|
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");
|
/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
|
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");
|
/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/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."
|
/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
|
/art/test/ |
Android.run-test.mk | 117 RELOCATE_TYPES := relocate 119 RELOCATE_TYPES += no-relocate 122 RELOCATE_TYPES += relocate-npatchoat 184 $(foreach relocate, $(5), \ 193 test-art-$(target)-run-test-$(run-type)-$(prebuild)-$(compiler)-$(relocate)-$(trace)-$(gc)-$(jni)-$(image)-$(pictest)-$(debuggable)-$(test)$(address_size) \ 202 # Convert's a rule name to the form used in variables, e.g. no-relocate to NO_RELOCATE 308 # --prebuild --relocate 315 ifneq (,$(filter no-relocate,$(RELOCATE_TYPES))) 317 $(COMPILER_TYPES), no-relocate,$(TRACE_TYPES),$(GC_TYPES),$(JNI_TYPES), \ 416 ifneq (,$(filter relocate-npatchoat,$(RELOCATE_TYPES)) [all...] |
run-test | 109 relocate="yes" 183 elif [ "x$1" = "x--relocate" ]; then 184 relocate="yes" 186 elif [ "x$1" = "x--no-relocate" ]; then 187 relocate="no" 473 if [ "$relocate" = "yes" ]; then 474 run_args="${run_args} --relocate" 476 run_args="${run_args} --no-relocate" 578 echo " --relocate Force the use of relocating in the test, making" 581 echo " --no-relocate Force the use of no relocating in the test [all...] |
/bionic/linker/ |
linker_mips.cpp | 40 template bool soinfo::relocate<plain_reloc_iterator>(const VersionTracker& version_tracker, 45 template bool soinfo::relocate<packed_reloc_iterator<sleb128_decoder>>( 52 bool soinfo::relocate(const VersionTracker& version_tracker, function in class:soinfo 151 // 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...] |
/toolchain/binutils/binutils-2.25/binutils/ |
dwarf.h | 179 unsigned int relocate : 1; member in struct:dwarf_section_display
|
/external/bison/lib/ |
localcharset.c | 71 # define relocate(pathname) (pathname) macro 134 dir = relocate (LIBDIR);
|
/external/elfutils/libdwfl/ |
Makefile.am | 43 dwfl_module.c dwfl_report_elf.c relocate.c \
|
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,
|
Android.mk | 80 relocate.c \
|