HomeSort by relevance Sort by last modified time
    Searched full:relocation (Results 501 - 525 of 1066) sorted by null

<<21222324252627282930>>

  /external/llvm/tools/llvm-mc/
llvm-mc.cpp 116 RelocModel("relocation-model",
117 cl::desc("Choose relocation model"),
121 "Target default relocation model"),
  /external/llvm/tools/macho-dump/
macho-dump.cpp 94 // Dump the relocation entries.
101 Res = Error("unable to read relocation table entry '" + Twine(i) + "'");
105 outs() << " # Relocation " << i << "\n";
  /external/elfutils/
NEWS 43 libdwfl: bug fixes and optimization in relocation handling
146 libebl: add function to test for relative relocation
453 relocation section. Fixed. This fix also improved the asymptotic
491 libebl: Fix last patch to recognize relocation sections. We must not
497 libebl: recognize relocation sections for debug section
871 Improve relocation table output in readelf. Avoid some crashes.
  /external/elfutils/po/
elfutils.pot 1009 "Relocation section [%2u] '%s' for section [%2u] '%s' at offset %#0<PRIx64> "
1013 "Relocation section [%2u] '%s' for section [%2u] '%s' at offset %#0<PRIx64> "
1022 "Relocation section [%2u] '%s' at offset %#0<PRIx64> contains %d entry:\n"
1025 "Relocation section [%2u] '%s' at offset %#0<PRIx64> contains %d entries:\n"
1054 "Relocation section [%2zu] '%s' for section [%2u] '%s' at offset %#0<PRIx64> "
1058 "Relocation section [%2zu] '%s' for section [%2u] '%s' at offset %#0<PRIx64> "
    [all...]
  /external/elfutils/libdwfl/
derelocate.c 286 /* Check that MOD is valid and make sure its relocation has been done. */
366 /* All relative to first and only relocation base: module start. */
  /external/kernel-headers/original/asm-mips/
elf.h 88 * The following two relocation types are specified in the MIPS ABI
100 * The following two relocation types are specified in the MIPS ABI
  /external/llvm/include/llvm/Target/
TargetMachine.h 73 /// CodeGenInfo - Low level target information such as relocation model.
191 /// getRelocationModel - Returns the code generation relocation model. The
TargetOptions.h 169 /// relocation model being in use. It's value is undefined (and irrelevant)
170 /// if the relocation model is anything other than PIC.
  /external/llvm/lib/Target/MBlaze/MCTargetDesc/
MBlazeBaseInfo.h 62 /// the address the relocation entry symbol resides during execution.
66 /// which the address of a call site relocation entry symbol resides
  /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=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=thumbv7-apple-ios | FileCheck %s --check-prefix=THUMB
  /external/llvm/test/CodeGen/X86/
postra-licm.ll 1 ; RUN: llc < %s -mtriple=i386-apple-darwin -relocation-model=pic -disable-fp-elim | FileCheck %s -check-prefix=X86-32
2 ; RUN: llc < %s -mtriple=x86_64-apple-darwin -relocation-model=pic -disable-fp-elim | FileCheck %s -check-prefix=X86-64
  /external/llvm/utils/TableGen/
X86RecognizableInstr.cpp 634 HANDLE_OPTIONAL(relocation)
643 HANDLE_OPTIONAL(relocation)
761 // Operand 2 (optional) is an immediate or relocation.
771 HANDLE_OPTIONAL(relocation)
782 // Operand 2 (optional) is an immediate or relocation.
792 HANDLE_OPTIONAL(relocation)
    [all...]
  /external/valgrind/main/VEX/switchback/
linker.c 167 safely be prodded during relocation. Any attempt to prod
228 * which may be prodded during relocation, and abort if we try and write
627 "%s: unhandled ELF relocation(Rel) type %d\n\n",
762 This relocation type resembles R_SPARC_32, except it refers to an
841 fprintf(stderr, "%s: R_PPC_REL24 relocation failed\n", oc->fileName );
855 "%s: unhandled ELF relocation(RelA) type %d\n",
887 /* Process the relocation sections. */
891 relocation entries that, when done, make the stabs debugging
    [all...]
  /frameworks/compile/mclinker/debug/
Makefile.am 180 ${INCDIR}/LD/Relocation.h \
181 ${LIBDIR}/LD/Relocation.cpp \
  /frameworks/compile/mclinker/optimized/
Makefile.am 175 ${INCDIR}/LD/Relocation.h \
176 ${LIBDIR}/LD/Relocation.cpp \
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.4.3/bin/
mipsel-linux-android-objcopy 
mipsel-linux-android-strip 
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.4.3/mipsel-linux-android/bin/
objcopy 
strip 
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/bin/
i686-linux-objcopy 
i686-linux-strip 
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/bin/
objcopy 
strip 
  /bootable/recovery/minelf/
Retouch.c 43 // For details on the encoding used for relocation lists, please

Completed in 8412 milliseconds

<<21222324252627282930>>