Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/projects/build/scripts/
H A Drecordmcount.h456 Elf_Shdr const *const txthdr = &shdr0[w(relhdr->sh_info)]; in __has_rel_mcount() local
457 char const *const txtname = &shstrtab[w(txthdr->sh_name)]; in __has_rel_mcount()
464 if (w(txthdr->sh_type) != SHT_PROGBITS || in __has_rel_mcount()
465 !(_w(txthdr->sh_flags) & SHF_EXECINSTR)) in __has_rel_mcount()