Lines Matching defs:rel
56 Rel *rel;
69 rel = (Rel *)_cache->c_data->d_buf;
93 rel = (Rel *)((uintptr_t)rel + ent)) {
96 uchar_t type = (uchar_t)ELF_R_TYPE(rel->r_info, M_MACH);
98 ulong_t offset = rel->r_offset + addr;
101 ulong_t rsymndx = ELF_R_SYM(rel->r_info);
427 Rel *rel;
437 rel = (Rel *)_icache->c_data->d_buf;
446 rel = (Rel *)((uintptr_t)rel + ent)) {
449 uchar_t type = (uchar_t)ELF_R_TYPE(rel->r_info, M_MACH);
467 * .rel.plt sh_info records the section index of the .plt, when
477 if ((ircache == (Cache *)0) || (rel->r_offset < bgn) ||
478 (rel->r_offset > end)) {
496 if ((rel->r_offset >= bgn) &&
497 (rel->r_offset <= end))
510 off = rel->r_offset - ircache->c_shdr->sh_addr;
523 apply_reloc(rel, reloc, name, oaddr, lmp);
533 undo_reloc(rel, oaddr, iaddr, reloc);
556 inc_reloc(*func, rel, reloc, oaddr, iaddr);
559 inc_reloc(*data, rel, reloc, oaddr, iaddr);