HomeSort by relevance Sort by last modified time
    Searched full:relocation (Results 676 - 700 of 1499) sorted by null

<<21222324252627282930>>

  /external/llvm/test/CodeGen/ARM/
fast-isel-cmp-imm.ll 1 ; RUN: llc < %s -O0 -fast-isel-abort -relocation-model=dynamic-no-pic -mtriple=armv7-apple-ios | FileCheck %s --check-prefix=ARM
2 ; RUN: llc < %s -O0 -fast-isel-abort -relocation-model=dynamic-no-pic -mtriple=armv7-linux-gnueabi | FileCheck %s --check-prefix=ARM
3 ; RUN: llc < %s -O0 -fast-isel-abort -relocation-model=dynamic-no-pic -mtriple=thumbv7-apple-ios | FileCheck %s --check-prefix=THUMB
fast-isel-conversion.ll 1 ; RUN: llc < %s -O0 -fast-isel-abort -relocation-model=dynamic-no-pic -mtriple=armv7-apple-ios | FileCheck %s --check-prefix=ARM
2 ; RUN: llc < %s -O0 -fast-isel-abort -relocation-model=dynamic-no-pic -mtriple=armv7-linux-gnueabi | FileCheck %s --check-prefix=ARM
3 ; RUN: llc < %s -O0 -fast-isel-abort -relocation-model=dynamic-no-pic -mtriple=thumbv7-apple-ios | FileCheck %s --check-prefix=THUMB
  /external/llvm/test/CodeGen/Mips/
tailcall.ll 1 ; RUN: llc -march=mipsel -relocation-model=pic -enable-mips-tail-calls < %s | \
3 ; RUN: llc -march=mipsel -relocation-model=static \
7 ; RUN: llc -march=mipsel -mcpu=mips16 -relocation-model=pic \
  /external/llvm/tools/llvm-objdump/
COFFDump.cpp 172 // the function returns the symbol used for the relocation at the offset.
189 // the function resolves the symbol used for the relocation at the offset and
207 // the function returns the name of the symbol used for the relocation at the
  /bionic/libc/arch-arm/include/machine/
elf_machdep.h 45 /* Processor specific relocation types */
  /docs/source.android.com/src/devices/tech/security/
enhancements43.jd 69 <li><strong>Relocation protections.</strong>
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/
r300_flush.c 85 /* Add the fence as a dummy relocation. */
  /external/chromium_org/third_party/tcmalloc/chromium/src/base/
elf_mem_image.cc 252 ptrdiff_t relocation = local
256 relocation);
267 value += relocation;
271 value += relocation;
  /external/chromium_org/third_party/tcmalloc/vendor/src/base/
elf_mem_image.cc 252 ptrdiff_t relocation = local
256 relocation);
267 value += relocation;
271 value += relocation;
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/
elf-machine.h 80 const unsigned int reloc; /* relocation type */
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/win64/tests/
win64-dataref.asm 32 ; This instruction generates a different relocation than
  /external/chromium_org/tools/gyp/test/builddir/
gyptest-all.py 27 # Ninja does not support relocation.
gyptest-default.py 27 # Ninja does not support relocation.
  /external/elfutils/backends/
ia64_reloc.def 1 /* List the relocation types for ia64. -*- C -*-
sparc_reloc.def 1 /* List the relocation types for sparc. -*- C -*-
  /external/elfutils/libdwfl/
libdwflP.h 79 DWFL_ERROR (BADRELTYPE, N_("Unsupported relocation type")) \
82 DWFL_ERROR (RELUNDEF, N_("relocation refers to undefined symbol")) \
136 bool relocated; /* Partial relocation of all sections done. */
249 When DEBUG is false, apply partial relocation to all sections. */
  /external/elfutils/libebl/
eblrelocsimpletype.c 1 /* Check relocation type for simple types.
eblreloctypecheck.c 1 /* Check relocation type.
eblrelocvaliduse.c 1 /* Check relocation type use.
  /external/elfutils/src/
findtextrel.c 428 cannot get relocation at index %d in section %zu in '%s': %s"),
451 cannot get relocation at index %d in section %zu in '%s': %s"),
510 /* There can be more than one relocation against one file.
604 a relocation modifies memory at offset %llu in a write-protected segment\n"),
  /external/grub/stage2/
iso9660.h 45 #define RR_FLAG_RE 0x40 /* Relocation directory */
nbloader.S 39 /* start addr of the relocation code */
  /external/llvm/docs/
HowToSubmitABug.rst 120 #. ``llc foo.bc -relocation-model=pic``
121 #. ``llc foo.bc -relocation-model=static``
129 #. ``bugpoint -run-llc foo.bc --tool-args -relocation-model=pic``
130 #. ``bugpoint -run-llc foo.bc --tool-args -relocation-model=static``
  /external/llvm/include/llvm/MC/
MCSection.h 64 /// from the base of the section, saving a relocation.
  /external/llvm/include/llvm-c/
Object.h 70 // Section Relocation iterators

Completed in 495 milliseconds

<<21222324252627282930>>