Lines Matching defs:_w

54 #undef _w
93 # define _w w8
131 # define _w w
145 return ELF_R_SYM(_w(rp->r_info));
151 rp->r_info = _w(ELF_R_INFO(sym, type));
181 Elf_Addr current_r_offset = _w(rp->r_offset);
272 uint_t const old_shoff = _w(ehdr->e_shoff);
273 uint_t const old_shstr_sh_size = _w(shstr->sh_size);
274 uint_t const old_shstr_sh_offset = _w(shstr->sh_offset);
278 uint_t t = 1 + strlen(mc_name) + _w(shstr->sh_size);
281 shstr->sh_size = _w(t);
282 shstr->sh_offset = _w(sb.st_size);
310 mcsec.sh_flags = _w(SHF_ALLOC);
312 mcsec.sh_offset = _w(t);
313 mcsec.sh_size = _w((void *)mlocp - (void *)mloc0);
316 mcsec.sh_addralign = _w(_size);
317 mcsec.sh_entsize = _w(_size);
327 mcsec.sh_offset = _w((void *)mlocp - (void *)mloc0 + t);
328 mcsec.sh_size = _w((void *)mrelp - (void *)mrel0);
331 mcsec.sh_addralign = _w(_size);
332 mcsec.sh_entsize = _w(rel_entsize);
342 ehdr->e_shoff = _w(new_e_shoff);
378 Elf_Shdr *const shdr0 = (Elf_Shdr *)(_w(ehdr->e_shoff)
383 Elf_Rel const *const rel0 = (Elf_Rel const *)(_w(relhdr->sh_offset)
386 *sym0 = (Elf_Sym const *)(_w(symsec->sh_offset)
389 *str0 = (char const *)(_w(strsec->sh_offset)
414 unsigned rel_entsize = _w(relhdr->sh_entsize);
415 unsigned const nrel = _w(relhdr->sh_size) / rel_entsize;
428 _w(_w(relp->r_offset) - recval + mcount_adjust);
429 mrelp->r_offset = _w(offbase
455 Elf_Shdr *const shdr0 = (Elf_Shdr *)(_w(ehdr->e_shoff)
461 unsigned rel_entsize = _w(relhdr->sh_entsize);
462 unsigned const nrel = _w(relhdr->sh_size) / rel_entsize;
477 ret = make_nop((void *)ehdr, _w(shdr->sh_offset) + _w(relp->r_offset));
525 Elf_Sym const *const sym0 = (Elf_Sym const *)(_w(symhdr->sh_offset)
527 unsigned const nsym = _w(symhdr->sh_size) / _w(symhdr->sh_entsize);
542 *recvalp = _w(symp->st_value);
568 !(_w(txthdr->sh_flags) & SHF_EXECINSTR))
600 totrelsz += _w(shdrp->sh_size);
609 Elf_Shdr *const shdr0 = (Elf_Shdr *)(_w(ehdr->e_shoff)
613 char const *const shstrtab = (char const *)(_w(shstr->sh_offset)
675 rel_entsize = _w(relhdr->sh_entsize);