| /bionic/libc/kernel/uapi/drm/ |
| tegra_drm.h | 126 __u64 relocs; member in struct:drm_tegra_submit
|
| /external/kernel-headers/original/uapi/drm/ |
| nouveau_drm.h | 103 uint64_t relocs; member in struct:drm_nouveau_gem_pushbuf
|
| tegra_drm.h | 126 __u64 relocs; member in struct:drm_tegra_submit
|
| /external/libdrm/include/drm/ |
| tegra_drm.h | 121 __u64 relocs; member in struct:drm_tegra_submit
|
| nouveau_drm.h | 181 uint64_t relocs; member in struct:drm_nouveau_gem_pushbuf
|
| /external/libdrm/nouveau/ |
| nouveau.h | 176 int relocs; member in struct:nouveau_bufctx 214 uint32_t relocs, uint32_t pushes);
|
| /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/drm/ |
| nouveau_drm.h | 145 uint64_t relocs; member in struct:drm_nouveau_gem_pushbuf 156 uint64_t relocs; member in struct:drm_nouveau_gem_pushbuf_call
|
| /toolchain/binutils/binutils-2.25/bfd/ |
| elf32-i370.c | 516 only if there were actually SDAREL relocs for that symbol. */ 581 bfd_boolean relocs; 626 relocs = FALSE; 652 relocs = TRUE; 665 to copy relocs into the output file. */ 728 if (relocs) 785 /* Look through the relocs for a section during the first phase, and 796 const Elf_Internal_Rela *relocs) 819 rel_end = relocs + sec->reloc_count; 820 for (rel = relocs; rel < rel_end; rel++ 575 bfd_boolean relocs; local [all...] |
| hp300hpux.c | 147 free_cached_info routine which assumes that the relocs and symtabs 316 /* Write out the symbols, and then the relocs. We must write out 321 /* Skip the relocs to where we want to put the symbols. */ 711 void * relocs; local 750 relocs = bfd_alloc (abfd, reloc_size); 751 if (!relocs && reloc_size != 0) 757 if (bfd_bread (relocs, reloc_size, abfd) != reloc_size) 759 bfd_release (abfd, relocs); 764 rptr = (struct hp300hpux_reloc *) relocs; 774 bfd_release (abfd, relocs); [all...] |
| libnlm.h | 32 /* A reloc for an imported NLM symbol. Normal relocs are associated 33 with sections, and include a symbol. These relocs are associated 53 struct nlm_relent *relocs; member in struct:__anon73846 125 /* This is used when writing out the external relocs. */ 173 chance to work over the relocs. This is a bit icky. */
|
| bout.c | 683 struct relocation_info *relocs; 708 relocs = bfd_malloc (reloc_size); 709 if (!relocs && reloc_size != 0) 716 if (relocs != NULL) 717 free (relocs); 721 if (bfd_bread ((void *) relocs, reloc_size, abfd) != reloc_size) 724 if (relocs != NULL) 725 free (relocs); 750 for (rptr = relocs, cache_ptr = reloc_cache, counter = 0; 874 if (relocs != NULL 682 struct relocation_info *relocs; local [all...] |
| elf32-cr16.c | 29 /* The cr16 linker needs to keep track of the number of relocs that 31 that it can discard PC relative relocs if it doesn't need them when 680 /* Look through the relocs for a section during the first phase. 682 virtual table relocs for gc. */ 686 const Elf_Internal_Rela *relocs) 713 rel_end = relocs + sec->reloc_count; 714 for (rel = relocs; rel < rel_end; rel++) 734 /* Some relocs require a global offset table. */ 2452 bfd_boolean relocs; local [all...] |
| elf32-vax.c | 379 /* The VAX linker needs to keep track of the number of relocs that it 381 can discard PC relative relocs if it doesn't need them when linking 385 /* This structure keeps track of the number of PC relative relocs we have 394 /* Number of relocs copied in this section. */ 404 /* Number of PC relative relocs copied for this symbol. */ 543 /* Look through the relocs for a section during the first phase, and 549 const Elf_Internal_Rela *relocs) 571 rel_end = relocs + sec->reloc_count; 572 for (rel = relocs; rel < rel_end; rel++) 849 const Elf_Internal_Rela *relocs) 1110 bfd_boolean relocs; local [all...] |
| libcoff-in.h | 195 /* The relocs, swapped into COFF internal form. This may be NULL. */ 196 struct internal_reloc *relocs; member in struct:coff_section_tdata 197 /* If this is TRUE, the relocs entry may not be freed. */ 463 /* The relocs to be output. */ 464 struct internal_reloc *relocs; member in struct:coff_link_section_info 514 /* Buffer large enough to hold external relocs of any input section. */ 516 /* Buffer large enough to hold swapped relocs of any input section. */
|
| sunos.c | 92 /* Number of dynamic relocs. */ 94 /* Read in dynamic relocs. This may be reloc_std_external or 97 /* arelent structures for dynamic relocs. */ 219 /* Similarly, the relocs end at the hash table. */ 402 /* Return the amount of memory required for the dynamic relocs. */ 422 /* Read in the dynamic relocs. */ 760 /* The .dynrel section holds the dynamic relocs. The address is 1682 void * relocs; local [all...] |
| versados.c | 61 int relocs; /* Reloc count, valid end of pass 1. */ member in struct:esdid 62 int donerel; /* Have relocs been translated. */ 407 int rn = EDATA (abfd, otr->esdid - 1).relocs++; 491 /* Now allocate space for the relocs and sections. */ 505 amt = (bfd_size_type) esdid->relocs * sizeof (arelent); 513 esdid->section->reloc_count = esdid->relocs; 514 if (esdid->relocs) 517 esdid->relocs = 0;
|
| aoutx.h | 303 /* std relocs. */ 975 /* ?? Do we really need to check for relocs here? */ 2278 void * relocs; local 3518 void * relocs; member in struct:aout_final_link_info 4702 void * relocs; local [all...] |
| /toolchain/binutils/binutils-2.25/gold/ |
| ehframe.cc | 647 Track_relocs<size, big_endian> relocs; local 653 if (!relocs.initialize(object, reloc_shndx, reloc_type)) 665 if (relocs.advance(p + 4 - pcontents) > 0) 688 if (relocs.advance(p + 4 - pcontents) > 0) 699 pcontents, p, pentend, &relocs, &cies, 707 pcontents, id, p, pentend, &relocs, &cies)) 730 Track_relocs<size, big_endian>* relocs, 889 if (relocs->advance(per_offset) > 0) 891 if (relocs->next_offset() != per_offset) 894 unsigned int personality_symndx = relocs->next_symndx() [all...] |
| /external/libdrm/intel/ |
| intel_bufmgr_fake.c | 213 struct fake_buffer_reloc *relocs; member in struct:_drm_intel_bo_fake 936 drm_intel_fake_bo_unreference_locked(bo_fake->relocs[i]. 942 free(bo_fake->relocs); [all...] |
| intel_bufmgr_gem.c | 196 struct drm_i915_gem_relocation_entry *relocs; member in struct:_drm_intel_bo_gem 198 * Array of info structs corresponding to relocs[i].target_handle etc 201 /** Number of entries in relocs */ 429 if (bo_gem->relocs == NULL && bo_gem->softpin_target == NULL) { 447 upper_32_bits(bo_gem->relocs[j].offset), 448 lower_32_bits(bo_gem->relocs[j].offset), 453 bo_gem->relocs[j].delta); 521 bufmgr_gem->exec_objects[index].relocs_ptr = (uintptr_t) bo_gem->relocs; 569 bufmgr_gem->exec2_objects[index].relocs_ptr = (uintptr_t)bo_gem->relocs; 630 bo_gem->relocs = malloc(max_relocs [all...] |
| /frameworks/compile/mclinker/lib/Target/Mips/ |
| MipsRelocator.cpp | 558 RelocationSet& relocs = m_PostponedRelocs[rsym]; local 559 for (RelocationSet::iterator it = relocs.begin(); it != relocs.end(); ++it) [all...] |
| /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/drm/ |
| nouveau_drm.h | 164 uint64_t relocs; member in struct:drm_nouveau_gem_pushbuf
|
| /toolchain/binutils/binutils-2.25/binutils/ |
| coffgrok.h | 56 struct coff_reloc *relocs; member in struct:coff_section
|
| nlmconv.c | 677 /* FIXME: If any relocs referring to _end use inplace addends, 1253 arelent **relocs; local 1367 arelent **relocs; local 1406 arelent **relocs; local 1561 arelent **relocs; local 1806 arelent **relocs; local 1869 arelent **relocs; local [all...] |
| /toolchain/binutils/binutils-2.25/gas/config/ |
| tc-mn10300.c | 2169 static arelent * relocs[MAX_RELOC_EXPANSION + 1]; local [all...] |