Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/scripts/
H A 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()
/kernel/linux/linux-6.6/scripts/
H A 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()

Completed in 3 milliseconds