txthdr            473 scripts/recordmcount.h 	Elf_Shdr const *const txthdr = &shdr0[w(relhdr->sh_info)];
txthdr            474 scripts/recordmcount.h 	char const *const txtname = &shstrtab[w(txthdr->sh_name)];
txthdr            481 scripts/recordmcount.h 	if (w(txthdr->sh_type) != SHT_PROGBITS ||
txthdr            482 scripts/recordmcount.h 	    !(_w(txthdr->sh_flags) & SHF_EXECINSTR))