Lines Matching refs:w
116 # define _w w
222 mcsec.sh_name = w((sizeof(Elf_Rela) == rel_entsize) + strlen(".rel") in append_func()
224 mcsec.sh_type = w(SHT_PROGBITS); in append_func()
236 mcsec.sh_name = w(old_shstr_sh_size); in append_func()
238 ? w(SHT_RELA) in append_func()
239 : w(SHT_REL); in append_func()
244 mcsec.sh_link = w(symsec_sh_link); in append_func()
245 mcsec.sh_info = w(old_shnum); in append_func()
274 char const *symname = &str0[w(symp->st_name)]; in get_mcountsym()
296 unsigned const symsec_sh_link = w(relhdr->sh_link); in get_sym_str_and_relp()
298 Elf_Shdr const *const strsec = &shdr0[w(symsec->sh_link)]; in get_sym_str_and_relp()
376 Elf_Shdr const *const shdr = &shdr0[w(relhdr->sh_info)]; in nop_mcount()
473 Elf_Shdr const *const txthdr = &shdr0[w(relhdr->sh_info)]; in __has_rel_mcount()
474 char const *const txtname = &shstrtab[w(txthdr->sh_name)]; in __has_rel_mcount()
481 if (w(txthdr->sh_type) != SHT_PROGBITS || in __has_rel_mcount()
492 if (w(relhdr->sh_type) != SHT_REL && w(relhdr->sh_type) != SHT_RELA) in has_rel_mcount()
576 symsec_sh_link = w(relhdr->sh_link); in do_func()
577 result = find_secsym_ndx(w(relhdr->sh_info), txtname, in do_func()