Home
last modified time | relevance | path

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

/linux-4.1.27/scripts/
Drecordmcount.h220 mcsec.sh_type = w(SHT_PROGBITS); in append_func()
466 if (w(txthdr->sh_type) != SHT_PROGBITS || in __has_rel_mcount()
/linux-4.1.27/include/uapi/linux/
Delf.h267 #define SHT_PROGBITS 1 macro
/linux-4.1.27/tools/perf/util/
Dprobe-finder.c1020 shdr.sh_type == SHT_PROGBITS) { in debuginfo__find_probes()
Dsymbol-elf.c702 if (ss->opdshdr.sh_type != SHT_PROGBITS) in symsrc__init()
/linux-4.1.27/scripts/mod/
Dmodpost.c850 if (sechdr->sh_type == SHT_PROGBITS && in check_section()