Home
last modified time | relevance | path

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

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