HomeSort by relevance Sort by last modified time
    Searched full:relocation (Results 526 - 550 of 1712) sorted by null

<<21222324252627282930>>

  /external/llvm/test/ExecutionEngine/MCJIT/
test-global-init-nonzero-sm-pic.ll 1 ; RUN: %lli_mcjit -relocation-model=pic -code-model=small %s > /dev/null
  /external/llvm/test/ExecutionEngine/RuntimeDyld/X86/
MachO_x86-64_PIC_relocations.s 1 # RUN: llvm-mc -triple=x86_64-apple-macosx10.9 -relocation-model=pic -filetype=obj -o %t.o %s
  /external/llvm/test/MC/ELF/
relocation-pc.s 3 // Test that we produce the correct relocation.
  /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/test/MC/Mips/
eh-frame.s 22 // MIPS32: RELOCATION RECORDS FOR [.rel.eh_frame]:
58 // MIPS32EL: RELOCATION RECORDS FOR [.rel.eh_frame]:
94 // MIPS64: RELOCATION RECORDS FOR [.rela.eh_frame]:
132 // MIPS64EL: RELOCATION RECORDS FOR [.rela.eh_frame]:
  /external/llvm/test/MC/PowerPC/
ppc64-initial-cfa.s 1 # RUN: llvm-mc -triple=powerpc64-unknown-linux-gnu -filetype=obj -relocation-model=static %s | \
3 # RUN: llvm-mc -triple=powerpc64-unknown-linux-gnu -filetype=obj -relocation-model=pic %s | \
5 # RUN: llvm-mc -triple=powerpc64le-unknown-linux-gnu -filetype=obj -relocation-model=static %s | \
7 # RUN: llvm-mc -triple=powerpc64le-unknown-linux-gnu -filetype=obj -relocation-model=pic %s | \
tls-ie-obj.s 4 // Test correct relocation generation for thread-local storage
  /frameworks/compile/mclinker/lib/Fragment/
Android.mk 10 Relocation.cpp \
  /frameworks/compile/mclinker/lib/LD/
Relocator.cpp 30 void Relocator::partialScanRelocation(Relocation& pReloc,
38 // 1. update the relocation target offset
49 // set relocation target symbol to the output section symbol's resolveInfo
54 void Relocator::issueUndefRef(Relocation& pReloc,
  /frameworks/compile/mclinker/lib/Target/AArch64/
AArch64LDBackend.h 132 /// getRelEntrySize - the size in BYTE of rel type relocation
136 /// getRelEntrySize - the size in BYTE of rela type relocation
150 /// m_RelDyn - dynamic relocation table of .rel.dyn
152 /// m_RelPLT - dynamic relocation table of .rel.plt
  /hardware/intel/img/psb_video/src/
psb_cmdbuf.h 62 /* Relocation records */
136 * relocation records, on error -1 is returned.
140 /* Creates a relocation record for a DWORD in the mapped "cmdbuf" at address
142 * The relocation is based on the device virtual address of "ref_buffer"
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/listfmts/nasm/
nasm-listfmt.c 31 /* NOTE: For this code to generate relocation information, the relocations
47 /*@null@*/ yasm_reloc *next_reloc; /* next relocation in section */
61 /*@null@*/ yasm_reloc *next_reloc; /* next relocation in section */
127 N_("relocation too complex"));
167 /* get the next relocation for the bytecode's section */
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMLDBackend.h 153 /// getRelEntrySize - the size in BYTE of rel type relocation
157 /// getRelEntrySize - the size in BYTE of rela type relocation
159 { assert(0 && "ARM backend with Rela type relocation\n"); return 12; }
170 /// m_RelDyn - dynamic relocation table of .rel.dyn
172 /// m_RelPLT - dynamic relocation table of .rel.plt
  /frameworks/rs/cpu_ref/linkloader/include/impl/
ELFObject.hxx 157 rsl_assert(0 && "Not implemented relocation type.");
175 // FIXME: Predefine relocation codes.
206 rsl_assert(0 && "Wrong type for R_ARM_CALL relocation.");
254 // Relocate the R_ARM_CALL relocation type
266 // Relocate the R_ARM_THM_CALL relocation type
396 __android_log_print(ANDROID_LOG_INFO, "rs", "AARCH64 relocation symbol %s value is %llx\n",
405 "Unimplemented AARCH64 relocation type %d(0x%x)\n", static_cast<uint32_t>(reltype),
407 rsl_assert(0 && "Unimplemented relocation type.");
479 // on relocation.
513 rsl_assert(0 && "Wrong type for R_ARM_CALL relocation.")
    [all...]
  /external/llvm/test/CodeGen/ARM/
fast-isel-call.ll 1 ; RUN: llc < %s -O0 -verify-machineinstrs -fast-isel-abort -relocation-model=dynamic-no-pic -mtriple=armv7-apple-ios | FileCheck %s --check-prefix=ARM
2 ; RUN: llc < %s -O0 -verify-machineinstrs -fast-isel-abort -relocation-model=dynamic-no-pic -mtriple=armv7-linux-gnueabi | FileCheck %s --check-prefix=ARM
3 ; RUN: llc < %s -O0 -verify-machineinstrs -fast-isel-abort -relocation-model=dynamic-no-pic -mtriple=thumbv7-apple-ios | FileCheck %s --check-prefix=THUMB
4 ; RUN: llc < %s -O0 -verify-machineinstrs -fast-isel-abort -relocation-model=dynamic-no-pic -mtriple=armv7-apple-ios -arm-long-calls | FileCheck %s --check-prefix=ARM-LONG
5 ; RUN: llc < %s -O0 -verify-machineinstrs -fast-isel-abort -relocation-model=dynamic-no-pic -mtriple=armv7-linux-gnueabi -arm-long-calls | FileCheck %s --check-prefix=ARM-LONG
6 ; RUN: llc < %s -O0 -verify-machineinstrs -fast-isel-abort -relocation-model=dynamic-no-pic -mtriple=thumbv7-apple-ios -arm-long-calls | FileCheck %s --check-prefix=THUMB-LONG
7 ; RUN: llc < %s -O0 -verify-machineinstrs -fast-isel-abort -relocation-model=dynamic-no-pic -mtriple=armv7-apple-ios -mattr=-vfp2 | FileCheck %s --check-prefix=ARM-NOVFP
8 ; RUN: llc < %s -O0 -verify-machineinstrs -fast-isel-abort -relocation-model=dynamic-no-pic -mtriple=armv7-linux-gnueabi -mattr=-vfp2 | FileCheck %s --check-prefix=ARM-NOVFP
9 ; RUN: llc < %s -O0 -verify-machineinstrs -fast-isel-abort -relocation-model=dynamic-no-pic -mtriple=thumbv7-apple-ios -mattr=-vfp2 | FileCheck %s --check-prefix=THUMB-NOVFP
  /external/chromium_org/courgette/
disassembler_elf_32.cc 295 VLOG(1) << "Skipping relocation entry for unsupported section: " <<
305 VLOG(1) << "Relocation address in unrecognized ELF section: " << \
426 // Loop through sections for relocation sections
439 // Loop through relocation objects in the relocation section
486 // Loop through sections for relocation sections
disassembler_elf_32_arm.cc 271 // Convert an ELF relocation struction into an RVA
287 // This is a basic ABS32 relocation address
300 // entries in the relocation table with a Courgette relocation table
304 // (1) In the same relocation table
311 // The expectation is that one relocation section will contain
317 // Walk all the bytes in the section, matching relocation table or not
356 // Skip over relocation tables
  /external/elfutils/0.153/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/kernel-headers/original/uapi/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 */
  /frameworks/compile/mclinker/lib/Core/
Linker.cpp 28 #include <mcld/Fragment/Relocation.h>
171 // 6. - read all relocation entries from input files
172 // For all relocation sections of each input file (in the tree),
215 // 11. - scan all relocation entries by output symbols.
240 m_pObjLinker->relocation();
331 Relocation::Clear();
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-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.11-4.8/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/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/xdf/
xdf-objfmt.c 48 } type; /* type of relocation */
54 } size; /* size of relocation */
55 unsigned int shift; /* relocation shift (0,4,8,16,24,32) */
74 unsigned long relptr; /* file ptr to relocation */
75 unsigned long nreloc; /* number of relocation entries >64k -> error */
180 N_("xdf: relocation too complex"));
222 N_("xdf: relocation too complex"));
348 localbuf += 4; /* address of relocation */
359 N_("xdf: no base symbol for WRT relocation"));
362 YASM_WRITE_8(localbuf, reloc->type); /* type of relocation */
    [all...]
  /external/chromium_org/chrome/browser/ui/window_sizer/
window_sizer_common_unittest.cc 277 // relocation.
297 // without relocation.
308 // relocation.
318 // without relocation.
329 // relocation.
348 // relocation.
358 // relocation.
371 // relocation.

Completed in 665 milliseconds

<<21222324252627282930>>