Searched refs:txthdr (Results 1 - 1 of 1) sorted by relevance

/linux-master/scripts/
H A Drecordmcount.h559 Elf_Shdr const *const txthdr = &shdr0[w(relhdr->sh_info)]; local
560 char const *const txtname = &shstrtab[w(txthdr->sh_name)];
567 if (w(txthdr->sh_type) != SHT_PROGBITS ||
568 !(_w(txthdr->sh_flags) & SHF_EXECINSTR))

Completed in 111 milliseconds