HomeSort by relevance Sort by last modified time
    Searched refs:relocate (Results 76 - 100 of 137) sorted by null

1 2 34 5 6

  /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...]
  /toolchain/binutils/binutils-2.25/intl/
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");
relocatable.c 376 relocate (const char *pathname) function
435 /* Nothing to relocate. */
  /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.
linker.h 382 bool relocate(const VersionTracker& version_tracker, ElfRelIteratorT&& rel_iterator,
linker.cpp     [all...]
  /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/e2fsprogs/intl/
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. */
  /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 \
  /external/elfutils/src/
unstrip.c 80 { "relocate", 'R', NULL, 0,
101 bool relocate; member in struct:arg_info
151 info->relocate = true;
201 if (info->ignore || info->all || info->modnames || info->relocate)
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
elf32-vax.c 1572 bfd_boolean skip, relocate; local
    [all...]
elf32-cris.c 965 /* Relocate an CRIS ELF section. See elf32-fr30.c, from where this was
1436 bfd_boolean skip, relocate; local
    [all...]
elf32-m32r.c 2866 bfd_boolean skip, relocate; local
    [all...]
elf64-sh64.c 1704 bfd_boolean skip, relocate; local
    [all...]
elf-m10300.c 1543 bfd_boolean skip, relocate; local
    [all...]
elf32-i386.c 3711 bfd_boolean skip, relocate; local
    [all...]

Completed in 2527 milliseconds

1 2 34 5 6