Home
last modified time | relevance | path

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

/Linux-v5.10/tools/perf/util/
Dgenelf.c191 shdr->sh_type = SHT_PROGBITS; in jit_add_eh_frame_info()
225 shdr->sh_type = SHT_PROGBITS; in jit_add_eh_frame_info()
313 shdr->sh_type = SHT_PROGBITS; in jit_write_elf()
Dgenelf_debug.c528 shdr->sh_type = SHT_PROGBITS; in jit_add_debug_info()
562 shdr->sh_type = SHT_PROGBITS; in jit_add_debug_info()
596 shdr->sh_type = SHT_PROGBITS; in jit_add_debug_info()
Dprobe-finder.c1247 shdr.sh_type == SHT_PROGBITS) in debuginfo__find_probes()
Dsymbol-elf.c870 if (ss->opdshdr.sh_type != SHT_PROGBITS) in symsrc__init()
/Linux-v5.10/arch/mips/tools/
Dloongson3-llsc-check.c288 if (sh->sh_type != SHT_PROGBITS) in main()
/Linux-v5.10/include/uapi/linux/
Delf.h269 #define SHT_PROGBITS 1 macro
/Linux-v5.10/scripts/
Drecordmcount.h304 mcsec.sh_type = w(SHT_PROGBITS); in append_func()
562 if (w(txthdr->sh_type) != SHT_PROGBITS || in __has_rel_mcount()
/Linux-v5.10/samples/bpf/
Dbpf_load.c614 if (shdr_prog.sh_type != SHT_PROGBITS || in do_load_bpf_file()
/Linux-v5.10/tools/objtool/
Delf.c713 sec->sh.sh_type = SHT_PROGBITS; in elf_create_section()
/Linux-v5.10/scripts/mod/
Dmodpost.c914 if (sechdr->sh_type == SHT_PROGBITS && in check_section()
/Linux-v5.10/tools/lib/bpf/
Dlibbpf.c2766 if (hdr->sh_type == SHT_PROGBITS && hdr->sh_size == 0 && in ignore_elf_section()
2877 } else if (sh.sh_type == SHT_PROGBITS && data->d_size > 0) { in bpf_object__elf_collect()