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

1 2

  /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");
relocatable.c 386 relocate (const char *pathname) function
445 /* Nothing to 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."
  /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."
  /bionic/linker/
linker_mips.cpp 35 template bool soinfo::relocate<plain_reloc_iterator>(const VersionTracker& version_tracker,
40 template bool soinfo::relocate<packed_reloc_iterator<sleb128_decoder>>(
47 bool soinfo::relocate(const VersionTracker& version_tracker, function in class:soinfo
145 // Relocate the local GOT entries.
linker.h 351 bool relocate(const VersionTracker& version_tracker, ElfRelIteratorT&& rel_iterator,
linker.cpp     [all...]
  /art/test/
Android.run-test.mk 120 RELOCATE_TYPES := relocate
122 RELOCATE_TYPES += no-relocate
125 RELOCATE_TYPES += relocate-npatchoat
181 $(foreach relocate, $(5), \
190 test-art-$(target)-run-test-$(run-type)-$(prebuild)-$(compiler)-$(relocate)-$(trace)-$(gc)-$(jni)-$(image)-$(pictest)-$(debuggable)-$(test)$(address_size) \
199 # Convert's a rule name to the form used in variables, e.g. no-relocate to NO_RELOCATE
245 # --prebuild --relocate
251 ifneq (,$(filter no-relocate,$(RELOCATE_TYPES)))
253 $(COMPILER_TYPES), no-relocate,$(TRACE_TYPES),$(GC_TYPES),$(JNI_TYPES), \
326 ifneq (,$(filter relocate-npatchoat,$(RELOCATE_TYPES))
    [all...]
run-test 130 relocate="yes"
184 elif [ "x$1" = "x--relocate" ]; then
185 relocate="yes"
187 elif [ "x$1" = "x--no-relocate" ]; then
188 relocate="no"
427 if [ "$relocate" = "yes" ]; then
428 run_args="${run_args} --relocate"
430 run_args="${run_args} --no-relocate"
523 echo " --relocate Force the use of relocating in the test, making"
526 echo " --no-relocate Force the use of no relocating in the test
    [all...]
  /external/bison/lib/
localcharset.c 71 # define relocate(pathname) (pathname) macro
134 dir = relocate (LIBDIR);
  /external/elfutils/src/libdwfl/
Makefile.am 43 dwfl_module.c dwfl_report_elf.c relocate.c \
Android.mk 80 relocate.c \
relocate.c 0 /* Relocate debug information.
294 /* No contents to relocate. */
348 Dwfl_Error relocate (GElf_Addr offset, const GElf_Sxword *addend, function
398 /* These are the types we can relocate. */
517 result = relocate (r->r_offset, NULL,
546 result = relocate (r->r_offset, &r->r_addend,
Makefile 109 dwfl_version.c dwfl_module.c dwfl_report_elf.c relocate.c \
136 relocate.$(OBJEXT) dwfl_module_build_id.$(OBJEXT) \
396 dwfl_version.c dwfl_module.c dwfl_report_elf.c relocate.c \
546 include ./$(DEPDIR)/relocate.Po
  /external/elfutils/src/src/
unstrip.c 81 { "relocate", 'R', NULL, 0,
102 bool relocate; member in struct:arg_info
152 info->relocate = true;
202 if (info->ignore || info->all || info->modnames || info->relocate)
    [all...]
strip.c 1709 bool relocate (GElf_Addr offset, const GElf_Sxword addend, function
    [all...]
  /art/runtime/gc/space/
image_space.cc 286 // Relocate the image at image_location to dest_filename and relocate it by a random amount.
392 // We don't want to relocate, Just pick the appropriate one if we have it and return.
492 bool relocate = Runtime::Current()->ShouldRelocate(); local
498 if (relocate) {
511 // We cannot have a relocated version, Relocate the system one and use it.
516 // Check whether we are allowed to relocate.
524 // Try to relocate.
532 *error_msg = StringPrintf("Unable to relocate image '%s' from '%s' to '%s': %s",
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jface_3.6.1.M20100825-0800.jar 
  /prebuilts/devtools/tools/lib/
org-eclipse-jface-3.6.2.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 
org.eclipse.jface_3.6.2.M20110210-1200.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-jface/3.6.2/
org-eclipse-jface-3.6.2.jar 

Completed in 808 milliseconds

1 2