Symbol: Rel
usr/src/boot/sys/sys/elf_generic.h
67
__ElfType(Rel);
usr/src/cmd/sgs/elfdump/common/elfdump.c
2703
relsize = sizeof (Rel);
usr/src/cmd/sgs/elfdump/common/elfdump.c
2744
Rel *rel;
usr/src/cmd/sgs/elfdump/common/elfdump.c
2755
rel = (Rel *)rels;
usr/src/cmd/sgs/elfdump/common/elfdump.c
4452
relsize = sizeof (Rel);
usr/src/cmd/sgs/elfdump/common/elfdump.c
4489
Rel *rel;
usr/src/cmd/sgs/elfdump/common/elfdump.c
4501
rel = (Rel *)rels;
usr/src/cmd/sgs/elfdump/common/fake_shdr.c
248
FAKE_M_WORD_ALIGN, sizeof (Rel), ELF_T_REL },
usr/src/cmd/sgs/include/i386/machdep_x86.h
86
#define M_RELOC Rel
usr/src/cmd/sgs/libld/common/_libld.h
945
extern uintptr_t ld_process_sym_reloc(Ofl_desc *, Rel_desc *, Rel *,
usr/src/cmd/sgs/libld/common/machrel.intel.c
1204
ofl->ofl_relocgotsz += (Xword)sizeof (Rel);
usr/src/cmd/sgs/libld/common/machrel.intel.c
1206
ofl->ofl_relocpltsz += (Xword)sizeof (Rel);
usr/src/cmd/sgs/libld/common/machrel.intel.c
1208
ofl->ofl_relocbsssz += (Xword)sizeof (Rel);
usr/src/cmd/sgs/libld/common/machrel.intel.c
1210
ofl->ofl_relocrelsz += (Xword)sizeof (Rel);
usr/src/cmd/sgs/libld/common/machrel.intel.c
1212
RELAUX_GET_OSDESC(orsp)->os_szoutrels += (Xword)sizeof (Rel);
usr/src/cmd/sgs/libld/common/machrel.intel.c
229
Rel rea;
usr/src/cmd/sgs/libld/common/machrel.intel.c
386
(char *)&rea, sizeof (Rel));
usr/src/cmd/sgs/libld/common/machrel.intel.c
387
relosp->os_szoutrels += sizeof (Rel);
usr/src/cmd/sgs/libld/common/machrel.intel.c
95
Rel *rel = (Rel *)reloc;
usr/src/cmd/sgs/libld/common/relocate.c
121
Rel *rend, *reloc;
usr/src/cmd/sgs/libld/common/relocate.c
127
reloc = (Rel *)irel->is_indata->d_buf;
usr/src/cmd/sgs/libld/common/relocate.c
136
entsize = sizeof (Rel);
usr/src/cmd/sgs/libld/common/relocate.c
142
for (rend = (Rel *)((uintptr_t)reloc + (uintptr_t)rsize);
usr/src/cmd/sgs/libld/common/relocate.c
144
reloc = (Rel *)((uintptr_t)reloc + (uintptr_t)entsize)) {
usr/src/cmd/sgs/libld/common/relocate.c
1474
ld_process_sym_reloc(Ofl_desc *ofl, Rel_desc *reld, Rel *reloc, Is_desc *isp,
usr/src/cmd/sgs/libld/common/relocate.c
1886
Rel *reloc)
usr/src/cmd/sgs/libld/common/relocate.c
2127
Rel *rend; /* end of relocation section data */
usr/src/cmd/sgs/libld/common/relocate.c
2128
Rel *reloc; /* current relocation entry */
usr/src/cmd/sgs/libld/common/relocate.c
2139
reloc = (Rel *)rsect->is_indata->d_buf;
usr/src/cmd/sgs/libld/common/relocate.c
2148
entsize = sizeof (Rel);
usr/src/cmd/sgs/libld/common/relocate.c
2168
for (rend = (Rel *)((uintptr_t)reloc + (uintptr_t)rsize);
usr/src/cmd/sgs/libld/common/relocate.c
2170
reloc = (Rel *)((uintptr_t)reloc + (uintptr_t)entsize)) {
usr/src/cmd/sgs/libld/common/relocate.c
2298
Rel *rend, *reloc;
usr/src/cmd/sgs/libld/common/relocate.c
2304
reloc = (Rel *)rsect->is_indata->d_buf;
usr/src/cmd/sgs/libld/common/relocate.c
2315
entsize = sizeof (Rel);
usr/src/cmd/sgs/libld/common/relocate.c
2328
for (rend = (Rel *)((uintptr_t)reloc + (uintptr_t)rsize);
usr/src/cmd/sgs/libld/common/relocate.c
2330
reloc = (Rel *)((uintptr_t)reloc + (uintptr_t)entsize)) {
usr/src/cmd/sgs/libld/common/sections.c
2469
relsize = sizeof (Rel);
usr/src/cmd/sgs/libld/common/sections.c
382
entsize = sizeof (Rel);
usr/src/cmd/sgs/libld/common/sections.c
521
SET_SEC_INFO_WORD_ALIGN(ELF_T_REL, 0, sizeof (Rel))
usr/src/cmd/sgs/libld/common/sections.c
891
if (ld_process_sym_reloc(ofl, &reld, (Rel *)&reloc, isec,
usr/src/cmd/sgs/libld/common/update.c
2521
dyn->d_un.d_ptr = sizeof (Rel);
usr/src/cmd/sgs/liblddbg/common/got.c
132
Rel *rel;
usr/src/cmd/sgs/liblddbg/common/got.c
155
rel = (Rel *)reloc;
usr/src/cmd/sgs/liblddbg/common/relocate.c
675
Rel *rel = (Rel *)reloc;
usr/src/cmd/sgs/librtld/common/_librtld.h
95
Rt_map *, Rel **, Rel **, Rel **);
usr/src/cmd/sgs/librtld/common/dldump.c
154
Rel *rel_base = 0, *rel_null, *rel_data, *rel_func;
usr/src/cmd/sgs/librtld/common/dldump.c
830
if (rel_base == (Rel *)0) {
usr/src/cmd/sgs/librtld/common/dldump.c
831
rel_base = (Rel *)_mcache->c_data->d_buf;
usr/src/cmd/sgs/librtld/common/dldump.c
833
rel_data = (Rel *)((Xword)rel_null +
usr/src/cmd/sgs/librtld/common/dldump.c
835
rel_func = (Rel *)((Xword)rel_data +
usr/src/cmd/sgs/librtld/common/relocate.c
424
Rt_map *lmp, Rel **null, Rel **data, Rel **func)
usr/src/cmd/sgs/librtld/common/relocate.c
427
Rel *rel;
usr/src/cmd/sgs/librtld/common/relocate.c
437
rel = (Rel *)_icache->c_data->d_buf;
usr/src/cmd/sgs/librtld/common/relocate.c
446
rel = (Rel *)((uintptr_t)rel + ent)) {
usr/src/cmd/sgs/librtld/common/relocate.c
543
*func = (Rel *)((uintptr_t)*func + ent);
usr/src/cmd/sgs/librtld/common/relocate.c
546
*null = (Rel *)((uintptr_t)*null + ent);
usr/src/cmd/sgs/librtld/common/relocate.c
557
*func = (Rel *)((uintptr_t)*func + ent);
usr/src/cmd/sgs/librtld/common/relocate.c
56
Rel *rel;
usr/src/cmd/sgs/librtld/common/relocate.c
560
*data = (Rel *)((uintptr_t)*data + ent);
usr/src/cmd/sgs/librtld/common/relocate.c
69
rel = (Rel *)_cache->c_data->d_buf;
usr/src/cmd/sgs/librtld/common/relocate.c
93
rel = (Rel *)((uintptr_t)rel + ent)) {
usr/src/cmd/sgs/librtld/i386/_relocate.c
105
Rel *rel = vrel;
usr/src/cmd/sgs/librtld/i386/_relocate.c
119
Rel *rel = vrel;
usr/src/cmd/sgs/librtld/i386/_relocate.c
41
Rel *rel = vrel;
usr/src/cmd/sgs/librtld/i386/_relocate.c
80
Rel *nrel = vnrel;
usr/src/cmd/sgs/librtld/i386/_relocate.c
81
Rel *orel = vorel;
usr/src/cmd/sgs/rtld/i386/_setup.c
204
relent = sizeof (Rel);
usr/src/cmd/sgs/rtld/i386/_setup.c
214
roffset = ((Rel *)reladdr)->r_offset + ld_base;
usr/src/cmd/sgs/rtld/i386/i386_elf.c
1007
Rel *rel = (Rel*)rptr;
usr/src/cmd/sgs/rtld/i386/i386_elf.c
198
Rel *rptr;
usr/src/cmd/sgs/rtld/i386/i386_elf.c
225
if (!lmp || ((reloff % sizeof (Rel)) != 0)) {
usr/src/cmd/sgs/rtld/i386/i386_elf.c
238
rptr = (Rel *)(addr + reloff);
usr/src/cmd/sgs/rtld/i386/i386_elf.c
296
uint_t pltndx = reloff / sizeof (Rel);
usr/src/cmd/sgs/rtld/i386/i386_elf.c
318
(Xword)(reloff / sizeof (Rel)), PLT_T_FULL, nlmp, (Addr)symval,
usr/src/cmd/sgs/rtld/i386/i386_elf.c
373
Rel *rel;
usr/src/cmd/sgs/rtld/i386/i386_elf.c
500
rtype = ELF_R_TYPE(((Rel *)relbgn)->r_info, M_MACH);
usr/src/cmd/sgs/rtld/i386/i386_elf.c
520
rtype = ELF_R_TYPE(((Rel *)relbgn)->r_info, M_MACH);
usr/src/cmd/sgs/rtld/i386/i386_elf.c
523
roffset = ((Rel *)relbgn)->r_offset;
usr/src/cmd/sgs/rtld/i386/i386_elf.c
545
rsymndx = ELF_R_SYM(((Rel *)relbgn)->r_info);
usr/src/cmd/sgs/rtld/i386/i386_elf.c
546
rel = (Rel *)relbgn;
usr/src/cmd/sgs/rtld/i386/i386_elf.c
923
Rel rel;
usr/src/lib/libproc/common/Psymtab_machelf32.c
411
pltentries = pltrelsz / sizeof (Rel);
usr/src/lib/libproc/common/Psymtab_machelf32.c
415
pltentries = pltrelsz / sizeof (Rel);