Lines Matching refs:rel
56 Rel *rel; in count_reloc() local
69 rel = (Rel *)_cache->c_data->d_buf; in count_reloc()
93 rel = (Rel *)((uintptr_t)rel + ent)) { in count_reloc()
96 uchar_t type = (uchar_t)ELF_R_TYPE(rel->r_info, M_MACH); in count_reloc()
98 ulong_t offset = rel->r_offset + addr; in count_reloc()
101 ulong_t rsymndx = ELF_R_SYM(rel->r_info); in count_reloc()
427 Rel *rel; local
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);
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);