Searched refs:reloc_index (Results 1 - 18 of 18) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/external/bsd/drm/dist/shared-core/
H A Dnouveau_drm.h185 uint32_t reloc_index; member in struct:drm_nouveau_gem_pushbuf_reloc
H A Dradeon_cs.c177 parser.reloc_index = -1;
199 parser.reloc_index = i;
206 parser.reloc_index = -1;
289 struct drm_radeon_kernel_chunk *reloc_chunk = &parser->chunks[parser->reloc_index];
H A Dradeon_drv.h257 int reloc_index; member in struct:drm_radeon_cs_parser
/netbsd-6-1-5-RELEASE/sys/external/bsd/drm/dist/libdrm/nouveau/
H A Dnouveau_pushbuf.c110 r->reloc_index = (uint32_t *)ptr - nvpb->pushbuf;
208 nvpb->pushbuf[reloc->reloc_index] = push;
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/bfd/
H A Delf-eh-frame.c45 unsigned int reloc_index; member in union:cie::__anon2900
607 this_inf->reloc_index = cookie->rel - cookie->rels;
718 cie->personality.reloc_index
947 for (cookie->rel = cookie->rels + ent->reloc_index;
1028 rel = cookie->rels + cie->personality.reloc_index;
1148 cookie->rel = cookie->rels + ent->reloc_index;
H A Delf32-ppc.c8233 bfd_vma reloc_index;
8238 reloc_index = ent->plt.offset / 4;
8241 reloc_index = ((ent->plt.offset - htab->plt_initial_entry_size)
8243 if (reloc_index > PLT_NUM_SINGLE_ENTRIES
8245 reloc_index -= (reloc_index - PLT_NUM_SINGLE_ENTRIES) / 2;
8258 got_offset = (reloc_index + 3) * 4;
8298 plt_entry[4] | reloc_index,
8327 + ((VXWORKS_PLTRESOLVE_RELOCS + reloc_index
8421 + reloc_index * sizeo
8216 bfd_vma reloc_index; local
[all...]
H A Delf32-xtensa.c2321 unsigned reloc_index)
2328 chunk = reloc_index / PLT_ENTRIES_PER_CHUNK;
2336 lit_offset = 8 + (reloc_index % PLT_ENTRIES_PER_CHUNK) * 4;
2337 code_offset = (reloc_index % PLT_ENTRIES_PER_CHUNK) * PLT_ENTRY_SIZE;
2341 bfd_put_32 (output_bfd, reloc_index * sizeof (Elf32_External_Rela),
9604 int reloc_index, chunk;
9612 reloc_index = srel->size / sizeof (Elf32_External_Rela);
9614 chunk = reloc_index / PLT_ENTRIES_PER_CHUNK;
9620 if (reloc_index % PLT_ENTRIES_PER_CHUNK == 0)
2314 elf_xtensa_create_plt_entry(struct bfd_link_info *info, bfd *output_bfd, unsigned reloc_index) argument
9579 int reloc_index, chunk; local
H A Delf-bfd.h336 unsigned int reloc_index;
335 unsigned int reloc_index; member in struct:eh_cie_fde
H A Delf32-i386.c4228 int s, k, reloc_index;
4242 reloc_index = k + s * PLT_NON_JUMP_SLOT_RELOCS;
4243 loc = (htab->srelplt2->contents + reloc_index
4226 int s, k, reloc_index; local
H A Delfxx-mips.c2831 unsigned long reloc_index,
2848 + reloc_index * sizeof (Elf64_Mips_External_Rel)));
2854 + reloc_index * sizeof (Elf32_External_Rel)));
2815 mips_elf_output_dynamic_relocation(bfd *output_bfd, asection *sreloc, unsigned long reloc_index, unsigned long indx, int r_type, bfd_vma offset) argument
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/bfd/
H A Delf-eh-frame.c45 unsigned int reloc_index; member in union:cie::__anon217
607 this_inf->reloc_index = cookie->rel - cookie->rels;
718 cie->personality.reloc_index
947 for (cookie->rel = cookie->rels + ent->reloc_index;
1028 rel = cookie->rels + cie->personality.reloc_index;
1148 cookie->rel = cookie->rels + ent->reloc_index;
H A Delf32-ppc.c8230 bfd_vma reloc_index;
8235 reloc_index = ent->plt.offset / 4;
8238 reloc_index = ((ent->plt.offset - htab->plt_initial_entry_size)
8240 if (reloc_index > PLT_NUM_SINGLE_ENTRIES
8242 reloc_index -= (reloc_index - PLT_NUM_SINGLE_ENTRIES) / 2;
8255 got_offset = (reloc_index + 3) * 4;
8295 plt_entry[4] | reloc_index,
8324 + ((VXWORKS_PLTRESOLVE_RELOCS + reloc_index
8418 + reloc_index * sizeo
8213 bfd_vma reloc_index; local
[all...]
H A Delf32-xtensa.c2321 unsigned reloc_index)
2328 chunk = reloc_index / PLT_ENTRIES_PER_CHUNK;
2336 lit_offset = 8 + (reloc_index % PLT_ENTRIES_PER_CHUNK) * 4;
2337 code_offset = (reloc_index % PLT_ENTRIES_PER_CHUNK) * PLT_ENTRY_SIZE;
2341 bfd_put_32 (output_bfd, reloc_index * sizeof (Elf32_External_Rela),
9604 int reloc_index, chunk;
9612 reloc_index = srel->size / sizeof (Elf32_External_Rela);
9614 chunk = reloc_index / PLT_ENTRIES_PER_CHUNK;
9620 if (reloc_index % PLT_ENTRIES_PER_CHUNK == 0)
2314 elf_xtensa_create_plt_entry(struct bfd_link_info *info, bfd *output_bfd, unsigned reloc_index) argument
9579 int reloc_index, chunk; local
H A Delf-bfd.h343 unsigned int reloc_index;
342 unsigned int reloc_index; member in struct:eh_cie_fde
H A Delf32-i386.c4225 int s, k, reloc_index;
4239 reloc_index = k + s * PLT_NON_JUMP_SLOT_RELOCS;
4240 loc = (htab->srelplt2->contents + reloc_index
4223 int s, k, reloc_index; local
H A Delfxx-mips.c2831 unsigned long reloc_index,
2848 + reloc_index * sizeof (Elf64_Mips_External_Rel)));
2854 + reloc_index * sizeof (Elf32_External_Rel)));
2815 mips_elf_output_dynamic_relocation(bfd *output_bfd, asection *sreloc, unsigned long reloc_index, unsigned long indx, int r_type, bfd_vma offset) argument
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gold/
H A Dreloc.cc1191 unsigned int reloc_index = local
1196 unsigned char* pov = view + reloc_index * incr_reloc_size;
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/config/
H A Dtc-mips.c11185 size_t reloc_index, i;
11193 reloc_index = -1;
11197 reloc_index++;
11208 && reloc_index < (HAVE_NEWABI ? 3 : 1)
11209 && parse_relocation (&str, &reversed_reloc[reloc_index]));
11224 if (reloc_index != 0)
11227 for (i = 0; i < reloc_index; i++)
11228 reloc[i] = reversed_reloc[reloc_index - 1 - i];
11231 return reloc_index;
11177 size_t reloc_index, i; local

Completed in 500 milliseconds