HomeSort by: relevance | last modified time | path
    Searched defs:reloc_index (Results 1 - 25 of 31) sorted by relevancy

1 2

  /src/sys/external/bsd/drm2/dist/drm/i915/gt/
intel_renderstate.c 79 unsigned int i = 0, reloc_index = 0; local
93 if (i * 4 == rodata->reloc[reloc_index]) {
105 reloc_index++;
111 if (rodata->reloc[reloc_index] != -1) {
112 DRM_ERROR("only %d relocs resolved\n", reloc_index);
  /src/external/gpl3/binutils/dist/bfd/
elf-sframe.c 93 unsigned int reloc_index)
96 sfd_info->sfd_func_bfdinfo[func_idx].func_reloc_index = reloc_index;
126 unsigned int reloc_index = 0; local
134 reloc_index++;
138 BFD_ASSERT (reloc_index < sec->reloc_count);
141 sframe_decoder_set_func_reloc_index (sfd_info, i, reloc_index);
143 reloc_index++;
elf-eh-frame.c 47 unsigned int reloc_index; member in union:cie::__anon9686
720 this_inf->reloc_index = cookie->rel - cookie->rels;
845 cie->personality.reloc_index
1164 for (cookie->rel = cookie->rels + ent->reloc_index;
1250 rel = cookie->rels + cie->personality.reloc_index;
1543 cookie->rel = cookie->rels + ent->reloc_index;
elf32-i386.c 3753 int s, k, reloc_index;
3768 reloc_index = k + s * PLT_NON_JUMP_SLOT_RELOCS;
3769 loc = (htab->srelplt2->contents + reloc_index
3750 int s, k, reloc_index; local
elf32-ppc.c 9471 bfd_vma reloc_index;
9476 reloc_index = ent->plt.offset / 4;
9479 reloc_index = ((ent->plt.offset - htab->plt_initial_entry_size)
9481 if (reloc_index > PLT_NUM_SINGLE_ENTRIES
9483 reloc_index -= (reloc_index - PLT_NUM_SINGLE_ENTRIES) / 2;
9494 got_offset = (reloc_index + 3) * 4;
9534 plt_entry[4] | reloc_index,
9563 + ((VXWORKS_PLTRESOLVE_RELOCS + reloc_index
9675 loc = relplt->contents + (reloc_index
9454 bfd_vma reloc_index; local
    [all...]
elf-bfd.h 420 unsigned int reloc_index;
419 unsigned int reloc_index; member in struct:eh_cie_fde
elf32-xtensa.c 2268 unsigned reloc_index)
2276 chunk = reloc_index / PLT_ENTRIES_PER_CHUNK;
2284 lit_offset = 8 + (reloc_index % PLT_ENTRIES_PER_CHUNK) * 4;
2285 code_offset = (reloc_index % PLT_ENTRIES_PER_CHUNK) * PLT_ENTRY_SIZE;
2289 bfd_put_32 (output_bfd, reloc_index * sizeof (Elf32_External_Rela),
10298 int reloc_index, chunk;
10306 reloc_index = srel->size / sizeof (Elf32_External_Rela);
10308 chunk = reloc_index / PLT_ENTRIES_PER_CHUNK;
10314 if (reloc_index % PLT_ENTRIES_PER_CHUNK == 0)
10273 int reloc_index, chunk; local
elf32-arm.c 15786 bfd_vma reloc_index; local
15789 reloc_index = (irela->r_offset - offset) / 8;
15794 edit_next && edit_next->index <= reloc_index;
15802 || edit_node->index != reloc_index)
  /src/external/gpl3/binutils.old/dist/bfd/
elf-eh-frame.c 47 unsigned int reloc_index; member in union:cie::__anon11170
720 this_inf->reloc_index = cookie->rel - cookie->rels;
840 cie->personality.reloc_index
1159 for (cookie->rel = cookie->rels + ent->reloc_index;
1244 rel = cookie->rels + cie->personality.reloc_index;
1521 cookie->rel = cookie->rels + ent->reloc_index;
elf32-i386.c 3742 int s, k, reloc_index;
3757 reloc_index = k + s * PLT_NON_JUMP_SLOT_RELOCS;
3758 loc = (htab->srelplt2->contents + reloc_index
3739 int s, k, reloc_index; local
elf32-ppc.c 9496 bfd_vma reloc_index;
9501 reloc_index = ent->plt.offset / 4;
9504 reloc_index = ((ent->plt.offset - htab->plt_initial_entry_size)
9506 if (reloc_index > PLT_NUM_SINGLE_ENTRIES
9508 reloc_index -= (reloc_index - PLT_NUM_SINGLE_ENTRIES) / 2;
9519 got_offset = (reloc_index + 3) * 4;
9559 plt_entry[4] | reloc_index,
9588 + ((VXWORKS_PLTRESOLVE_RELOCS + reloc_index
9700 loc = relplt->contents + (reloc_index
9479 bfd_vma reloc_index; local
    [all...]
elf-bfd.h 414 unsigned int reloc_index;
413 unsigned int reloc_index; member in struct:eh_cie_fde
elf32-xtensa.c 2269 unsigned reloc_index)
2277 chunk = reloc_index / PLT_ENTRIES_PER_CHUNK;
2285 lit_offset = 8 + (reloc_index % PLT_ENTRIES_PER_CHUNK) * 4;
2286 code_offset = (reloc_index % PLT_ENTRIES_PER_CHUNK) * PLT_ENTRY_SIZE;
2290 bfd_put_32 (output_bfd, reloc_index * sizeof (Elf32_External_Rela),
10298 int reloc_index, chunk;
10306 reloc_index = srel->size / sizeof (Elf32_External_Rela);
10308 chunk = reloc_index / PLT_ENTRIES_PER_CHUNK;
10314 if (reloc_index % PLT_ENTRIES_PER_CHUNK == 0)
10273 int reloc_index, chunk; local
  /src/external/gpl3/gdb/dist/bfd/
elf-eh-frame.c 47 unsigned int reloc_index; member in union:cie::__anon17617
717 this_inf->reloc_index = cookie->rel - cookie->rels;
834 cie->personality.reloc_index
1153 for (cookie->rel = cookie->rels + ent->reloc_index;
1238 rel = cookie->rels + cie->personality.reloc_index;
1515 cookie->rel = cookie->rels + ent->reloc_index;
elf32-i386.c 3694 int s, k, reloc_index;
3709 reloc_index = k + s * PLT_NON_JUMP_SLOT_RELOCS;
3710 loc = (htab->srelplt2->contents + reloc_index
3691 int s, k, reloc_index; local
elf32-ppc.c 9505 bfd_vma reloc_index;
9510 reloc_index = ent->plt.offset / 4;
9513 reloc_index = ((ent->plt.offset - htab->plt_initial_entry_size)
9515 if (reloc_index > PLT_NUM_SINGLE_ENTRIES
9517 reloc_index -= (reloc_index - PLT_NUM_SINGLE_ENTRIES) / 2;
9528 got_offset = (reloc_index + 3) * 4;
9568 plt_entry[4] | reloc_index,
9597 + ((VXWORKS_PLTRESOLVE_RELOCS + reloc_index
9709 loc = relplt->contents + (reloc_index
9488 bfd_vma reloc_index; local
    [all...]
elf-bfd.h 414 unsigned int reloc_index;
413 unsigned int reloc_index; member in struct:eh_cie_fde
elf32-xtensa.c 2267 unsigned reloc_index)
2275 chunk = reloc_index / PLT_ENTRIES_PER_CHUNK;
2283 lit_offset = 8 + (reloc_index % PLT_ENTRIES_PER_CHUNK) * 4;
2284 code_offset = (reloc_index % PLT_ENTRIES_PER_CHUNK) * PLT_ENTRY_SIZE;
2288 bfd_put_32 (output_bfd, reloc_index * sizeof (Elf32_External_Rela),
10296 int reloc_index, chunk;
10304 reloc_index = srel->size / sizeof (Elf32_External_Rela);
10306 chunk = reloc_index / PLT_ENTRIES_PER_CHUNK;
10312 if (reloc_index % PLT_ENTRIES_PER_CHUNK == 0)
10271 int reloc_index, chunk; local
  /src/external/gpl3/gdb.old/dist/bfd/
elf-eh-frame.c 47 unsigned int reloc_index; member in union:cie::__anon20357
717 this_inf->reloc_index = cookie->rel - cookie->rels;
834 cie->personality.reloc_index
1153 for (cookie->rel = cookie->rels + ent->reloc_index;
1238 rel = cookie->rels + cie->personality.reloc_index;
1515 cookie->rel = cookie->rels + ent->reloc_index;
elf32-i386.c 3684 int s, k, reloc_index;
3699 reloc_index = k + s * PLT_NON_JUMP_SLOT_RELOCS;
3700 loc = (htab->srelplt2->contents + reloc_index
3681 int s, k, reloc_index; local
elf32-ppc.c 9507 bfd_vma reloc_index;
9512 reloc_index = ent->plt.offset / 4;
9515 reloc_index = ((ent->plt.offset - htab->plt_initial_entry_size)
9517 if (reloc_index > PLT_NUM_SINGLE_ENTRIES
9519 reloc_index -= (reloc_index - PLT_NUM_SINGLE_ENTRIES) / 2;
9530 got_offset = (reloc_index + 3) * 4;
9570 plt_entry[4] | reloc_index,
9599 + ((VXWORKS_PLTRESOLVE_RELOCS + reloc_index
9711 loc = relplt->contents + (reloc_index
9490 bfd_vma reloc_index; local
    [all...]
elf-bfd.h 414 unsigned int reloc_index;
413 unsigned int reloc_index; member in struct:eh_cie_fde
elf32-xtensa.c 2269 unsigned reloc_index)
2277 chunk = reloc_index / PLT_ENTRIES_PER_CHUNK;
2285 lit_offset = 8 + (reloc_index % PLT_ENTRIES_PER_CHUNK) * 4;
2286 code_offset = (reloc_index % PLT_ENTRIES_PER_CHUNK) * PLT_ENTRY_SIZE;
2290 bfd_put_32 (output_bfd, reloc_index * sizeof (Elf32_External_Rela),
10302 int reloc_index, chunk;
10310 reloc_index = srel->size / sizeof (Elf32_External_Rela);
10312 chunk = reloc_index / PLT_ENTRIES_PER_CHUNK;
10318 if (reloc_index % PLT_ENTRIES_PER_CHUNK == 0)
10277 int reloc_index, chunk; local
  /src/external/gpl3/binutils/dist/gas/config/
tc-riscv.c 2546 size_t reloc_index; local
2556 reloc_index = -1;
2560 reloc_index++;
2571 && reloc_index < 1
2586 if (str_depth || reloc_index)
2607 return reloc_index;
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-riscv.c 2543 size_t reloc_index; local
2552 reloc_index = -1;
2556 reloc_index++;
2567 && reloc_index < 1
2582 if (str_depth || reloc_index)
2600 return reloc_index;

Completed in 134 milliseconds

1 2