Home
last modified time | relevance | path

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

/linux-4.4.14/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.4.14/include/uapi/linux/
Delf.h267 #define SHT_PROGBITS 1 macro
/linux-4.4.14/tools/lib/bpf/
Dlibbpf.c555 } else if ((sh.sh_type == SHT_PROGBITS) && in bpf_object__elf_collect()
/linux-4.4.14/tools/perf/util/
Dsymbol-elf.c708 if (ss->opdshdr.sh_type != SHT_PROGBITS) in symsrc__init()
Dprobe-finder.c1040 shdr.sh_type == SHT_PROGBITS) { in debuginfo__find_probes()
/linux-4.4.14/scripts/mod/
Dmodpost.c853 if (sechdr->sh_type == SHT_PROGBITS && in check_section()