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

1 2 3 4 5 67 8 91011>>

  /external/mesa3d/src/gallium/drivers/radeon/
AMDGPUTargetMachine.h 44 Reloc::Model RM, CodeModel::Model CM,
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/
nvfx_fragprog.c 268 struct nvfx_relocation reloc; local
280 reloc.target = target;
281 reloc.location = fpc->inst_offset + 2;
282 util_dynarray_append(&fpc->label_relocs, struct nvfx_relocation, reloc);
304 struct nvfx_relocation reloc; local
321 reloc.target = target;
322 reloc.location = fpc->inst_offset + 3;
323 util_dynarray_append(&fpc->label_relocs, struct nvfx_relocation, reloc);
331 struct nvfx_relocation reloc; local
345 reloc.target = target
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
r600_hw_context.c 172 block->reloc[block->nbo].bo_pm4_index = block->pm4_ndwords - 1;
557 pipe_resource_reference((struct pipe_resource**)&block->reloc[k].bo, NULL);
710 * If reg needs a reloc, this function will add it to its block's reloc list.
711 * @return true if reg needs a reloc, false otherwise
723 (struct pipe_resource**)&reg->block->reloc[reloc_id].bo,
725 reg->block->reloc[reloc_id].bo_usage = reg->bo_usage;
764 /* Update the reloc for this register if necessary. */
827 struct r600_block_reloc *reloc = &block->reloc[block->pm4_bo_index[j]] local
    [all...]
  /external/llvm/lib/MC/
WinCOFFObjectWriter.cpp 760 COFFRelocation Reloc;
762 Reloc.Data.SymbolTableIndex = 0;
763 Reloc.Data.VirtualAddress = Layout.getFragmentOffset(Fragment);
767 Reloc.Symb = coff_symbol->Section->Symbol;
771 Reloc.Symb = coff_symbol;
773 ++Reloc.Symb->Relocations;
775 Reloc.Data.VirtualAddress += Fixup.getOffset();
776 Reloc.Data.Type = TargetObjectWriter->getRelocType(Target, Fixup,
782 Reloc.Data.Type == COFF::IMAGE_REL_AMD64_REL32) ||
784 Reloc.Data.Type == COFF::IMAGE_REL_I386_REL32)
    [all...]
MCObjectFileInfo.cpp 150 if (RelocM == Reloc::Static) {
291 PersonalityEncoding = (RelocM == Reloc::PIC_)
294 LSDAEncoding = (RelocM == Reloc::PIC_)
297 TTypeEncoding = (RelocM == Reloc::PIC_)
302 if (RelocM == Reloc::PIC_) {
329 if (RelocM == Reloc::PIC_) {
357 if (RelocM == Reloc::PIC_) {
371 if (RelocM == Reloc::PIC_) {
384 if (RelocM == Reloc::PIC_) {
799 void MCObjectFileInfo::InitMCObjectFileInfo(StringRef T, Reloc::Model relocm
    [all...]
  /external/mesa3d/src/gallium/drivers/nv30/
nvfx_fragprog.c 268 struct nvfx_relocation reloc; local
280 reloc.target = target;
281 reloc.location = fpc->inst_offset + 2;
282 util_dynarray_append(&fpc->label_relocs, struct nvfx_relocation, reloc);
304 struct nvfx_relocation reloc; local
321 reloc.target = target;
322 reloc.location = fpc->inst_offset + 3;
323 util_dynarray_append(&fpc->label_relocs, struct nvfx_relocation, reloc);
331 struct nvfx_relocation reloc; local
345 reloc.target = target
    [all...]
  /external/mesa3d/src/gallium/drivers/r600/
r600_hw_context.c 172 block->reloc[block->nbo].bo_pm4_index = block->pm4_ndwords - 1;
557 pipe_resource_reference((struct pipe_resource**)&block->reloc[k].bo, NULL);
710 * If reg needs a reloc, this function will add it to its block's reloc list.
711 * @return true if reg needs a reloc, false otherwise
723 (struct pipe_resource**)&reg->block->reloc[reloc_id].bo,
725 reg->block->reloc[reloc_id].bo_usage = reg->bo_usage;
764 /* Update the reloc for this register if necessary. */
827 struct r600_block_reloc *reloc = &block->reloc[block->pm4_bo_index[j]] local
    [all...]
  /frameworks/compile/mclinker/lib/Target/AArch64/
AArch64Relocator.cpp 170 Relocation& reloc = helper_DynRela_init(rsym, local
175 getRelRelMap().record(pReloc, reloc);
186 Relocation& reloc = helper_DynRela_init(rsym, local
189 getRelRelMap().record(pReloc, reloc);
255 Relocation& reloc = helper_DynRela_init(rsym, local
260 getRelRelMap().record(pReloc, reloc);
263 Relocation& reloc = helper_DynRela_init(rsym, local
268 getRelRelMap().record(pReloc, reloc);
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMLDBackend.cpp 453 // 2. it has no reloc data. (All symbols in the input relocs are in the
468 Relocation* reloc = llvm::cast<Relocation>(reloc_it); local
469 ResolveInfo* sym = reloc->symInfo();
621 RelocData::iterator reloc, rEnd = (*rs)->getRelocData()->end(); local
622 for (reloc = (*rs)->getRelocData()->begin(); reloc != rEnd; ++reloc) {
623 Relocation* relocation = llvm::cast<Relocation>(reloc);
  /frameworks/compile/mclinker/lib/Target/X86/
X86Relocator.h 154 /// mayHaveFunctionPointerAccess - check if the given reloc would possibly
214 /// mayHaveFunctionPointerAccess - check if the given reloc would possibly
X86Relocator.cpp 806 // Allocate 2 got entries and 1 dynamic reloc for R_386_TLS_LDM
823 Relocation* reloc = local
829 reloc->setSymInfo(pReloc.symInfo());
832 uint8_t* op = (reinterpret_cast<uint8_t*>(&reloc->target()));
836 // create the new reloc (move 1 byte forward).
837 reloc = Relocation::Create(X86_32Relocator::R_386_TLS_OPT,
841 reloc->setSymInfo(pReloc.symInfo());
842 op = (reinterpret_cast<uint8_t*>(&reloc->target()));
860 // 3. insert the new relocs "BEFORE" the original reloc.
861 assert(reloc != NULL)
863 RelocData::iterator(pReloc), reloc); local
1365 Relocation& reloc = helper_DynRel_init(rsym, local
1385 Relocation& reloc = helper_DynRel_init(rsym, local
1467 Relocation& reloc = helper_DynRel_init(rsym, local
1475 Relocation& reloc = helper_DynRel_init(rsym, local
    [all...]
  /hardware/intel/img/libdrm/libdrm/radeon/
radeon_cs_space.c 94 fprintf(stderr,"WRITE DOMAIN RELOC FAILURE 0x%x %d %d\n", bo->handle, write_domain, old_write);
96 fprintf(stderr,"READ DOMAIN RELOC FAILURE 0x%x %d %d\n", bo->handle, read_domains, old_read);
  /hardware/intel/img/psb_video/src/
psb_cmdbuf.h 157 #define RELOC(dest, offset, buf) psb_cmdbuf_add_relocation(cmdbuf, (uint32_t*) &dest, buf, offset, 0XFFFFFFFF, 0, 0, 1)
269 do { *cmdbuf->cmd_idx++ = reg; RELOC(*cmdbuf->cmd_idx++, buffer_offset, buffer); } while (0)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/lib/ldscripts/
i386pe.x 137 .reloc BLOCK(__section_alignment__) :
139 *(.reloc)
i386pe.xa 137 .reloc BLOCK(__section_alignment__) :
139 *(.reloc)
i386pe.xbn 137 .reloc BLOCK(__section_alignment__) :
139 *(.reloc)
i386pe.xn 137 .reloc BLOCK(__section_alignment__) :
139 *(.reloc)
i386pep.x 142 .reloc BLOCK(__section_alignment__) :
144 *(.reloc)
i386pep.xa 142 .reloc BLOCK(__section_alignment__) :
144 *(.reloc)
i386pep.xbn 142 .reloc BLOCK(__section_alignment__) :
144 *(.reloc)
i386pep.xn 142 .reloc BLOCK(__section_alignment__) :
144 *(.reloc)
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/
elf.h 170 SHN_ABS = 0xfff1, /* associated symbols don't change on reloc */
389 yasm_reloc reloc; member in struct:elf_reloc_entry
434 /* reloc functions */
487 elf_reloc_entry *reloc);
512 elf_reloc_entry *reloc,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/lib32/
ld-2.11.1.so 
ld-linux.so.2 
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/lib32/
ld-2.11.1.so 

Completed in 3256 milliseconds

1 2 3 4 5 67 8 91011>>