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

/freebsd-11-stable/sys/dev/drm/
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.h254 int reloc_index; member in struct:drm_radeon_cs_parser
/freebsd-11-stable/contrib/binutils/bfd/
H A Delf32-ppc.c7102 bfd_vma reloc_index;
7105 reloc_index = ent->plt.offset / 4;
7108 reloc_index = ((ent->plt.offset - htab->plt_initial_entry_size)
7110 if (reloc_index > PLT_NUM_SINGLE_ENTRIES
7112 reloc_index -= (reloc_index - PLT_NUM_SINGLE_ENTRIES) / 2;
7123 got_offset = (reloc_index + 3) * 4;
7172 plt_entry[4] | reloc_index,
7201 + ((VXWORKS_PLTRESOLVE_RELOCS + reloc_index
7271 + reloc_index * sizeo
7086 bfd_vma reloc_index; local
[all...]
H A Delf32-i386.c3412 int s, k, reloc_index;
3426 reloc_index = k + s * PLT_NON_JUMP_SLOT_RELOCS;
3427 loc = (htab->srelplt2->contents + reloc_index
3410 int s, k, reloc_index; local
/freebsd-11-stable/contrib/binutils/gas/config/
H A Dtc-mips.c10989 size_t reloc_index, i;
10997 reloc_index = -1;
11001 reloc_index++;
11012 && reloc_index < (HAVE_NEWABI ? 3 : 1)
11013 && parse_relocation (&str, &reversed_reloc[reloc_index]));
11028 if (reloc_index != 0)
11031 for (i = 0; i < reloc_index; i++)
11032 reloc[i] = reversed_reloc[reloc_index - 1 - i];
11035 return reloc_index;
10981 size_t reloc_index, i; local

Completed in 104 milliseconds