Searched refs:SHT_PROGBITS (Results 1 - 12 of 12) sorted by relevance

/linux-master/tools/perf/util/
H A Dgenelf_debug.c539 shdr->sh_type = SHT_PROGBITS;
573 shdr->sh_type = SHT_PROGBITS;
607 shdr->sh_type = SHT_PROGBITS;
H A Dgenelf.c197 shdr->sh_type = SHT_PROGBITS;
231 shdr->sh_type = SHT_PROGBITS;
333 shdr->sh_type = SHT_PROGBITS;
H A Dprobe-finder.c1148 shdr.sh_type == SHT_PROGBITS)
H A Dsymbol-elf.c1305 if (ss->opdshdr.sh_type != SHT_PROGBITS)
/linux-master/arch/mips/tools/
H A Dloongson3-llsc-check.c288 if (sh->sh_type != SHT_PROGBITS)
/linux-master/scripts/
H A Drecordmcount.h309 mcsec.sh_type = w(SHT_PROGBITS);
567 if (w(txthdr->sh_type) != SHT_PROGBITS ||
/linux-master/include/uapi/linux/
H A Delf.h273 #define SHT_PROGBITS 1 macro
/linux-master/tools/lib/bpf/
H A Dlinker.c493 if (shdr->sh_type == SHT_PROGBITS && shdr->sh_size == 0 &&
654 case SHT_PROGBITS:
753 case SHT_PROGBITS:
895 if (link_sec->shdr->sh_type != SHT_PROGBITS && link_sec->shdr->sh_type != SHT_NOBITS) {
1178 return sec->shdr->sh_type == SHT_PROGBITS || sec->shdr->sh_type == SHT_NOBITS;
2659 shdr->sh_type = SHT_PROGBITS;
H A Dlibbpf.c3672 if (hdr->sh_type == SHT_PROGBITS && hdr->sh_size == 0 &&
3805 if (sh->sh_type != SHT_PROGBITS)
3809 if (sh->sh_type != SHT_PROGBITS)
3814 } else if (sh->sh_type == SHT_PROGBITS && data->d_size > 0) {
/linux-master/drivers/remoteproc/
H A Dremoteproc_coredump.c436 elf_shdr_set_sh_type(class, shdr, SHT_PROGBITS);
/linux-master/tools/objtool/
H A Delf.c1143 sec->sh.sh_type = SHT_PROGBITS;
/linux-master/scripts/mod/
H A Dmodpost.c770 if (sechdr->sh_type == SHT_PROGBITS &&

Completed in 241 milliseconds