_w                131 scripts/recordmcount.h 	return ELF_R_SYM(_w(rp->r_info));
_w                137 scripts/recordmcount.h 	rp->r_info = _w(ELF_R_INFO(sym, type));
_w                167 scripts/recordmcount.h 	Elf_Addr current_r_offset = _w(rp->r_offset);
_w                193 scripts/recordmcount.h 	uint_t const old_shoff = _w(ehdr->e_shoff);
_w                194 scripts/recordmcount.h 	uint_t const old_shstr_sh_size   = _w(shstr->sh_size);
_w                195 scripts/recordmcount.h 	uint_t const old_shstr_sh_offset = _w(shstr->sh_offset);
_w                196 scripts/recordmcount.h 	uint_t t = 1 + strlen(mc_name) + _w(shstr->sh_size);
_w                199 scripts/recordmcount.h 	shstr->sh_size = _w(t);
_w                200 scripts/recordmcount.h 	shstr->sh_offset = _w(sb.st_size);
_w                221 scripts/recordmcount.h 	mcsec.sh_flags = _w(SHF_ALLOC);
_w                223 scripts/recordmcount.h 	mcsec.sh_offset = _w(t);
_w                224 scripts/recordmcount.h 	mcsec.sh_size = _w((void *)mlocp - (void *)mloc0);
_w                227 scripts/recordmcount.h 	mcsec.sh_addralign = _w(_size);
_w                228 scripts/recordmcount.h 	mcsec.sh_entsize = _w(_size);
_w                237 scripts/recordmcount.h 	mcsec.sh_offset = _w((void *)mlocp - (void *)mloc0 + t);
_w                238 scripts/recordmcount.h 	mcsec.sh_size   = _w((void *)mrelp - (void *)mrel0);
_w                241 scripts/recordmcount.h 	mcsec.sh_addralign = _w(_size);
_w                242 scripts/recordmcount.h 	mcsec.sh_entsize = _w(rel_entsize);
_w                248 scripts/recordmcount.h 	ehdr->e_shoff = _w(new_e_shoff);
_w                282 scripts/recordmcount.h 	Elf_Shdr *const shdr0 = (Elf_Shdr *)(_w(ehdr->e_shoff)
_w                287 scripts/recordmcount.h 	Elf_Rel const *const rel0 = (Elf_Rel const *)(_w(relhdr->sh_offset)
_w                290 scripts/recordmcount.h 	*sym0 = (Elf_Sym const *)(_w(symsec->sh_offset)
_w                293 scripts/recordmcount.h 	*str0 = (char const *)(_w(strsec->sh_offset)
_w                318 scripts/recordmcount.h 	unsigned rel_entsize = _w(relhdr->sh_entsize);
_w                319 scripts/recordmcount.h 	unsigned const nrel = _w(relhdr->sh_size) / rel_entsize;
_w                331 scripts/recordmcount.h 				_w(_w(relp->r_offset) - recval + mcount_adjust);
_w                332 scripts/recordmcount.h 			mrelp->r_offset = _w(offbase
_w                358 scripts/recordmcount.h 	Elf_Shdr *const shdr0 = (Elf_Shdr *)(_w(ehdr->e_shoff)
_w                364 scripts/recordmcount.h 	unsigned rel_entsize = _w(relhdr->sh_entsize);
_w                365 scripts/recordmcount.h 	unsigned const nrel = _w(relhdr->sh_size) / rel_entsize;
_w                423 scripts/recordmcount.h 	Elf_Sym const *const sym0 = (Elf_Sym const *)(_w(symhdr->sh_offset)
_w                425 scripts/recordmcount.h 	unsigned const nsym = _w(symhdr->sh_size) / _w(symhdr->sh_entsize);
_w                440 scripts/recordmcount.h 			*recvalp = _w(symp->st_value);
_w                467 scripts/recordmcount.h 	    !(_w(txthdr->sh_flags) & SHF_EXECINSTR))
_w                495 scripts/recordmcount.h 			totrelsz += _w(shdrp->sh_size);
_w                505 scripts/recordmcount.h 	Elf_Shdr *const shdr0 = (Elf_Shdr *)(_w(ehdr->e_shoff)
_w                509 scripts/recordmcount.h 	char const *const shstrtab = (char const *)(_w(shstr->sh_offset)
_w                537 scripts/recordmcount.h 			rel_entsize = _w(relhdr->sh_entsize);