HomeSort by relevance Sort by last modified time
    Searched full:relocation (Results 401 - 425 of 1303) sorted by null

<<11121314151617181920>>

  /external/llvm/test/CodeGen/X86/
force-align-stack.ll 1 ; RUN: llc < %s -relocation-model=static -force-align-stack | FileCheck %s
hidden-vis-pic.ll 1 ; RUN: llc < %s -disable-cfi -mtriple=i386-apple-darwin9 -relocation-model=pic -disable-fp-elim | FileCheck %s
loop-hoist.ll 3 ; RUN: llc < %s -relocation-model=dynamic-no-pic -mtriple=i686-apple-darwin8.7.2 | FileCheck %s
no-cfi.ll 2 ; RUN: llc < %s -mtriple=x86_64-unknown-linux-gnu -disable-cfi -relocation-model=pic | FileCheck --check-prefix=PIC %s
shift-codegen.ll 1 ; RUN: llc < %s -relocation-model=static -march=x86 | FileCheck %s
tail-call-got.ll 1 ; RUN: llc < %s -relocation-model=pic -mattr=+sse2 | FileCheck %s
  /external/llvm/test/MC/MachO/ARM/
darwin-ARM-reloc.s 58 @ CHECK: # Relocation 0
61 @ CHECK: # Relocation 1
80 @ CHECK: # Relocation 0
83 @ CHECK: # Relocation 1
  /external/llvm/test/MC/MachO/
loc.s 21 // CHECK-NEXT: # Relocation 0
  /external/llvm/tools/gold/
README.txt 19 link on x86-64 with a relocation error: PIC and non-PIC can't be combined).
  /frameworks/compile/mclinker/include/mcld/LD/
ELFReader.h 91 /// readRela - read ELF rela and create Relocation
96 /// readRel - read ELF rel and create Relocation
158 /// readRela - read ELF rela and create Relocation
163 /// readRel - read ELF rel and create Relocation
  /frameworks/compile/mclinker/lib/Fragment/
Android.mk 12 Relocation.cpp \
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm/
elf.h 45 /* x86-64 relocation types */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/asm/
elf.h 45 /* x86-64 relocation types */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/asm/
elf.h 45 /* x86-64 relocation types */
  /external/llvm/lib/Target/MBlaze/MCTargetDesc/
MBlazeMCCodeEmitter.cpp 49 /// operand requires relocation, record the relocation and return zero.
108 /// operand requires relocation, record the relocation and return zero.
116 return 0; // The relocation has already been recorded at this point.
  /external/llvm/include/llvm/Support/
ELF.h 446 // ELF Relocation types for PPC32
448 R_PPC_NONE = 0, /* No relocation. */
467 // ELF Relocation types for PPC64
499 // ELF Relocation types for AArch64
602 // ELF Relocation types for ARM
763 // ELF Relocation types for Mips
    [all...]
  /external/elfutils/libelf/
gelf.h 100 /* Relocation table entry without addend (in section of type SHT_REL). */
103 /* Relocation table entry with addend (in section of type SHT_RELA). */
219 /* Retrieve REL relocation info at the given index. */
222 /* Retrieve RELA relocation info at the given index. */
225 /* Update REL relocation information at given index. */
228 /* Update RELA relocation information at given index. */
  /external/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCELFObjectWriter.cpp 71 // determine the type of the relocation
239 // The .odp creation emits a relocation against the symbol ".TOC." which
240 // create a R_PPC64_TOC relocation. However the relocation symbol name
267 // relocation type to avoid nondeterminism.
271 // Copy to a temporary vector of relocation entries having a different
  /external/llvm/test/CodeGen/ARM/
fast-isel-call.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
3 ; RUN: llc < %s -O0 -fast-isel-abort -relocation-model=dynamic-no-pic -mtriple=armv7-apple-ios -arm-long-calls | FileCheck %s --check-prefix=ARM-LONG
4 ; RUN: llc < %s -O0 -fast-isel-abort -relocation-model=dynamic-no-pic -mtriple=thumbv7-apple-ios -arm-long-calls | FileCheck %s --check-prefix=THUMB-LONG
5 ; RUN: llc < %s -O0 -relocation-model=dynamic-no-pic -mtriple=armv7-apple-ios -mattr=-vfp2 | FileCheck %s --check-prefix=ARM-NOVFP
6 ; RUN: llc < %s -O0 -relocation-model=dynamic-no-pic -mtriple=thumbv7-apple-ios -mattr=-vfp2 | FileCheck %s --check-prefix=THUMB-NOVFP
  /external/qemu/
a.out.h 36 * F_RELFLG relocation info stripped from file
111 host_ulong s_relptr; /* file ptr to relocation */
113 unsigned short s_nreloc; /* number of relocation entries */
207 unsigned short x_nreloc; /* # relocation entries */
229 /********************** RELOCATION DIRECTIVES **********************/
341 unsigned short e_lfarlc; /* File address of relocation table, 0x40 */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
coff.h 69 * F_RELFLG relocation info stripped from file
159 char s_relptr[4]; /* file ptr to relocation */
161 char s_nreloc[2]; /* number of relocation entries */
313 char x_nreloc[2]; /* # relocation entries */
335 /********************** RELOCATION DIRECTIVES **********************/
340 char r_type[2]; /* Relocation type */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
coff.h 69 * F_RELFLG relocation info stripped from file
159 char s_relptr[4]; /* file ptr to relocation */
161 char s_nreloc[2]; /* number of relocation entries */
313 char x_nreloc[2]; /* # relocation entries */
335 /********************** RELOCATION DIRECTIVES **********************/
340 char r_type[2]; /* Relocation type */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
coff.h 69 * F_RELFLG relocation info stripped from file
159 char s_relptr[4]; /* file ptr to relocation */
161 char s_nreloc[2]; /* number of relocation entries */
313 char x_nreloc[2]; /* # relocation entries */
335 /********************** RELOCATION DIRECTIVES **********************/
340 char r_type[2]; /* Relocation type */
  /external/v8/src/
assembler.h 147 // Relocation information
150 // Relocation information consists of the address (pc) of the datum
151 // to which the relocation information applies, the relocation mode
152 // (rmode), and an optional data field. The relocation mode may be
153 // "descriptive" and not indicate a need for relocation, but simply
160 // in the relocation information. Two types of source positions are collected
173 // we do not normally record relocation info.
233 // Is the relocation mode affected by GC?
267 // Apply a relocation by delta byte
    [all...]
  /external/elfutils/libebl/
eblcopyrelocp.c 1 /* Check whether given relocation is a copy relocation.

Completed in 398 milliseconds

<<11121314151617181920>>