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

<<21222324252627282930>>

  /external/llvm/test/MC/MachO/
darwin-x86_64-nobase-relocs.s 7 // create a relocation entry.
tlv-reloc.s 60 // CHECK: # Relocation 0
97 // CHECK: # Relocation 0
100 // CHECK: # Relocation 1
  /external/llvm/test/MC/PowerPC/
ppc64-relocs-01.s 41 # Finally the TOC creates the relocation for the 'number64'.
  /external/v8/test/mjsunit/regress/
regress-lazy-deopt-reloc.js 32 // Regression test for issue where we did not pad the relocation
  /frameworks/compile/mclinker/include/mcld/LD/
ELFReader.h 92 /// readRela - read ELF rela and create Relocation
97 /// readRel - read ELF rel and create Relocation
182 /// readRela - read ELF rela and create Relocation
187 /// readRel - read ELF rel and create Relocation
ObjectReader.h 47 /// readRelocations - read relocation sections
  /frameworks/compile/mclinker/include/mcld/Support/
ELF.h 22 // Ignore this flag if SHF_ALLOC is also set or if a relocation refers to
  /external/chromium_org/courgette/
assembly_program.h 74 // Generates an entire base relocation table.
77 // Generates an ELF style relocation table for X86.
80 // Generates an ELF style relocation table for ARM.
disassembler_elf_32.h 22 // RelToRVA processes entries in ELF relocation table,
24 // relocation table, and ParseRel32RelocsFromSection finds branch
155 // Convert an ELF relocation struction into an RVA
  /external/chromium_org/v8/src/
regexp-macro-assembler-irregexp.h 38 // Create an assembler. Instructions and relocation information are emitted
40 // relocation information starting from the end of the buffer. See CodeDesc
125 // The buffer into which code and relocation info are generated.
  /external/grub/stage2/
imgact_aout.h 104 /* Relocation table offset. */
129 unsigned long a_trsize; /* text relocation size */
130 unsigned long a_drsize; /* data relocation size */
  /external/llvm/include/llvm/CodeGen/
MachineConstantPool.h 50 /// whether or not it may generate a relocation entry. This must be
111 /// whether or not it may generate a relocation entry. This must be
115 /// 0: This constant pool entry is guaranteed to never have a relocation
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86ELFRelocationInfo.cpp 51 // G: the offset into the global offset table at which the relocation
58 // S: the value of the symbol whose index resides in the relocation entry.
59 // Z: the size of the symbol whose index resides in the relocation entry.
  /external/llvm/test/CodeGen/ARM/
fast-isel-GEP-coalesce.ll 1 ; RUN: llc < %s -O0 -verify-machineinstrs -fast-isel-abort -relocation-model=dynamic-no-pic -mtriple=armv7-apple-darwin | 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-darwin | FileCheck %s --check-prefix=THUMB
fast-isel-binary.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-select.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 -fast-isel-abort -relocation-model=dynamic-no-pic -mtriple=thumbv7-apple-ios | FileCheck %s --check-prefix=THUMB
fast-isel.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/MC/MachO/ARM/
darwin-Thumb-reloc.s 59 @ CHECK: # Relocation 0
62 @ CHECK: # Relocation 1
65 @ CHECK: # Relocation 2
  /external/v8/src/
regexp-macro-assembler-irregexp.h 38 // Create an assembler. Instructions and relocation information are emitted
40 // relocation information starting from the end of the buffer. See CodeDesc
122 // The buffer into which code and relocation info are generated.
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMLDBackend.cpp 227 "static linkage should not result in a dynamic relocation section");
235 "static linkage should not result in a dynamic relocation section");
531 Relocation* relocation = llvm::cast<Relocation>(reloc); local
533 switch (relocation->type()) {
545 LDSymbol* symbol = relocation->symInfo()->outSymbol();
552 if (relocation->symInfo()->isGlobal() &&
553 (relocation->symInfo()->reserved() & ARMRelocator::ReservePLT) != 0x0) {
559 Stub* stub = getStubFactory()->create(*relocation, // relocatio
    [all...]
  /frameworks/rs/cpu_ref/linkloader/include/impl/
ELFObject.hxx 155 rsl_assert(0 && "Not implemented relocation type.");
173 // FIXME: Predefine relocation codes.
204 rsl_assert(0 && "Wrong type for R_ARM_CALL relocation.");
252 // Relocate the R_ARM_CALL relocation type
264 // Relocate the R_ARM_THM_CALL relocation type
389 rsl_assert(0 && "Not implemented relocation type.");
443 rsl_assert(0 && "Not implemented relocation type.");
493 rsl_assert(0 && "Not implemented relocation type.");
549 // Find the nearest LO16 relocation type after this entry
586 // Find the nearest LO16 relocation type after this entr
    [all...]
  /external/llvm/include/llvm/Support/
ELF.h 419 // ELF Relocation types for PPC32
421 R_PPC_NONE = 0, /* No relocation. */
476 // ELF Relocation types for PPC64
562 // ELF Relocation types for AArch64
665 // ELF Relocation types for ARM
826 // ELF Relocation types for Mips
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/winsys/radeon/drm/
radeon_winsys.h 287 * Add a new buffer relocation. Every relocation must first be added
294 * \return Relocation index.
324 * \param cs A command stream the relocation is written to.
325 * \param buf A winsys buffer to write the relocation for.
  /external/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCMCCodeEmitter.cpp 69 /// operand requires relocation, record the relocation and return zero.
208 // Add a fixup for the TLS register, which simply provides a relocation
209 // hint to the linker that this statement is part of a relocation sequence.
251 "Relocation required in an instruction that we cannot encode!");
  /external/mesa3d/src/gallium/winsys/radeon/drm/
radeon_winsys.h 287 * Add a new buffer relocation. Every relocation must first be added
294 * \return Relocation index.
324 * \param cs A command stream the relocation is written to.
325 * \param buf A winsys buffer to write the relocation for.

Completed in 1547 milliseconds

<<21222324252627282930>>