Home
last modified time | relevance | path

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

/Linux-v5.4/scripts/
Drecordmcount.h473 Elf_Shdr const *const txthdr = &shdr0[w(relhdr->sh_info)]; in __has_rel_mcount() local
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()
482 !(_w(txthdr->sh_flags) & SHF_EXECINSTR)) in __has_rel_mcount()