Lines Matching refs:w
117 # define _w w
218 mcsec.sh_name = w((sizeof(Elf_Rela) == rel_entsize) + strlen(".rel") in append_func()
220 mcsec.sh_type = w(SHT_PROGBITS); in append_func()
231 mcsec.sh_name = w(old_shstr_sh_size); in append_func()
233 ? w(SHT_RELA) in append_func()
234 : w(SHT_REL); in append_func()
239 mcsec.sh_link = w(symsec_sh_link); in append_func()
240 mcsec.sh_info = w(old_shnum); in append_func()
262 char const *symname = &str0[w(symp->st_name)]; in get_mcountsym()
284 unsigned const symsec_sh_link = w(relhdr->sh_link); in get_sym_str_and_relp()
286 Elf_Shdr const *const strsec = &shdr0[w(symsec->sh_link)]; in get_sym_str_and_relp()
363 Elf_Shdr const *const shdr = &shdr0[w(relhdr->sh_info)]; in nop_mcount()
458 Elf_Shdr const *const txthdr = &shdr0[w(relhdr->sh_info)]; in __has_rel_mcount()
459 char const *const txtname = &shstrtab[w(txthdr->sh_name)]; in __has_rel_mcount()
466 if (w(txthdr->sh_type) != SHT_PROGBITS || in __has_rel_mcount()
477 if (w(relhdr->sh_type) != SHT_REL && w(relhdr->sh_type) != SHT_RELA) in has_rel_mcount()
533 w(relhdr->sh_info), txtname, &recval, in do_func()
534 &shdr0[symsec_sh_link = w(relhdr->sh_link)], in do_func()