HomeSort by relevance Sort by last modified time
    Searched full:reloc (Results 126 - 150 of 683) sorted by null

1 2 3 4 56 7 8 91011>>

  /hardware/intel/img/psb_video/src/
tng_cmdbuf.c 335 struct drm_psb_reloc *reloc = cmdbuf->reloc_idx; local
338 reloc->where = addr_in_dst_buffer - start_of_dst_buffer; /* Offset in DWORDs */
340 reloc->buffer = tng_cmdbuf_buffer_ref(cmdbuf, ref_buffer);
341 ASSERT(reloc->buffer != -1);
343 reloc->reloc_op = PSB_RELOC_OP_OFFSET;
356 *addr_in_dst_buffer = reloc - (struct drm_psb_reloc *)cmdbuf->reloc_base;
358 reloc->mask = mask;
359 reloc->shift = align_shift << PSB_RELOC_ALSHIFT_SHIFT;
360 reloc->pre_add = buf_offset;
361 reloc->background = background
    [all...]
  /external/llvm/lib/Target/ARM/
ARMCodeEmitter.cpp 74 IsPIC(TM.getRelocationModel() == Reloc::PIC_), IsThumb(false) {}
331 unsigned Reloc);
339 void emitGlobalAddress(const GlobalValue *GV, unsigned Reloc,
342 void emitExternalSymbolAddress(const char *ES, unsigned Reloc) const;
343 void emitConstPoolAddress(unsigned CPI, unsigned Reloc) const;
344 void emitJumpTableAddress(unsigned JTIndex, unsigned Reloc) const;
345 void emitMachineBasicBlock(MachineBasicBlock *BB, unsigned Reloc,
368 assert((Target.getRelocationModel() != Reloc::Default ||
369 Target.getRelocationModel() != Reloc::Static) &&
380 IsPIC = TM.getRelocationModel() == Reloc::PIC_
    [all...]
  /external/llvm/lib/Target/X86/
X86CodeEmitter.cpp 58 IsPIC(TM.getRelocationModel() == Reloc::PIC_) {}
88 void emitGlobalAddress(const GlobalValue *GV, unsigned Reloc,
91 void emitExternalSymbolAddress(const char *ES, unsigned Reloc);
92 void emitConstPoolAddress(unsigned CPI, unsigned Reloc, intptr_t Disp = 0,
94 void emitJumpTableAddress(unsigned JTI, unsigned Reloc,
137 IsPIC = TM.getRelocationModel() == Reloc::PIC_;
272 unsigned Reloc,
277 if (Reloc == X86::reloc_picrel_word)
279 else if (Reloc == X86::reloc_pcrel_word)
282 ? MachineRelocation::getIndirectSymbol(MCE.getCurrentPCOffset(), Reloc,
    [all...]
X86TargetMachine.h 32 Reloc::Model RM, CodeModel::Model CM,
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/share/info/
bfd.info     [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/
elf-objfmt.c 451 elf_reloc_entry *reloc; local
456 reloc = elf_reloc_entry_create(sym, NULL,
458 if (reloc == NULL) {
463 elf_secthead_append_reloc(info->sect, info->shead, reloc);
466 elf_handle_reloc_addend(zero, reloc, 0);
481 /*@null@*/ elf_reloc_entry *reloc = NULL; local
550 reloc = elf_reloc_entry_create(sym, wrt,
553 if (reloc == NULL) {
559 elf_secthead_append_reloc(info->sect, info->shead, reloc);
575 if (reloc)
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64TargetMachine.cpp 76 Reloc::Model RM, CodeModel::Model CM,
89 Reloc::Model RM, CodeModel::Model CM,
98 Reloc::Model RM, CodeModel::Model CM,
  /external/llvm/lib/Target/NVPTX/
NVPTXTargetMachine.cpp 72 Reloc::Model RM, CodeModel::Model CM,
83 const TargetOptions &Options, Reloc::Model RM, CodeModel::Model CM,
91 const TargetOptions &Options, Reloc::Model RM, CodeModel::Model CM,
  /external/llvm/lib/Target/
TargetMachine.cpp 76 Reloc::Model TargetMachine::getRelocationModel() const {
78 return Reloc::Default;
111 bool isPIC = getRelocationModel() == Reloc::PIC_;
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
AMDGPUTargetMachine.h 44 Reloc::Model RM, CodeModel::Model CM,
  /external/elfutils/0.153/backends/
arm_symbol.c 106 /* Check for the simple reloc types. */
i386_symbol.c 47 /* Check for the simple reloc types. */
ppc64_symbol.c 40 /* Check for the simple reloc types. */
sh_symbol.c 45 /* Check for the simple reloc types. */
  /external/llvm/include/llvm/CodeGen/
MachORelocation.h 24 /// see <mach-o/reloc.h>
  /external/llvm/include/llvm/Support/
CodeGen.h 24 namespace Reloc {
  /external/llvm/lib/Target/Hexagon/
HexagonTargetMachine.h 31 Reloc::Model RM, CodeModel::Model CM,
  /external/llvm/lib/Target/MSP430/
MSP430TargetMachine.cpp 30 Reloc::Model RM, CodeModel::Model CM,
MSP430TargetMachine.h 32 Reloc::Model RM, CodeModel::Model CM,
  /external/llvm/lib/Target/PowerPC/
PPCCodeEmitter.cpp 100 assert((MF.getTarget().getRelocationModel() != Reloc::Default ||
101 MF.getTarget().getRelocationModel() != Reloc::Static) &&
136 assert(TM.getRelocationModel() == Reloc::PIC_);
162 if (TM.getRelocationModel() == Reloc::PIC_) {
  /external/llvm/lib/Target/R600/
AMDGPUTargetMachine.h 38 StringRef CPU, TargetOptions Options, Reloc::Model RM,
  /external/llvm/lib/Target/SystemZ/
SystemZTargetMachine.h 31 Reloc::Model RM, CodeModel::Model CM,
  /external/llvm/lib/Target/XCore/
XCoreTargetMachine.cpp 26 Reloc::Model RM, CodeModel::Model CM,
XCoreTargetMachine.h 27 Reloc::Model RM, CodeModel::Model CM,
  /external/llvm/test/MC/ARM/
elf-reloc-02.ll 17 ;; Tests that reloc to .L.str* show up as explicit symbols

Completed in 1022 milliseconds

1 2 3 4 56 7 8 91011>>