Home
last modified time | relevance | path

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

/Linux-v5.4/tools/perf/util/
Dgenelf.c196 shdr->sh_type = SHT_PROGBITS; in jit_add_eh_frame_info()
230 shdr->sh_type = SHT_PROGBITS; in jit_add_eh_frame_info()
318 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.c1167 shdr.sh_type == SHT_PROGBITS) in debuginfo__find_probes()
Dsymbol-elf.c783 if (ss->opdshdr.sh_type != SHT_PROGBITS) in symsrc__init()
/Linux-v5.4/scripts/
Drecordmcount.h224 mcsec.sh_type = w(SHT_PROGBITS); in append_func()
481 if (w(txthdr->sh_type) != SHT_PROGBITS || in __has_rel_mcount()
/Linux-v5.4/include/uapi/linux/
Delf.h268 #define SHT_PROGBITS 1 macro
/Linux-v5.4/samples/bpf/
Dbpf_load.c614 if (shdr_prog.sh_type != SHT_PROGBITS || in do_load_bpf_file()
/Linux-v5.4/tools/objtool/
Delf.c524 sec->sh.sh_type = SHT_PROGBITS; in elf_create_section()
/Linux-v5.4/scripts/mod/
Dmodpost.c926 if (sechdr->sh_type == SHT_PROGBITS && in check_section()
/Linux-v5.4/tools/lib/bpf/
Dlibbpf.c1592 } else if (sh.sh_type == SHT_PROGBITS && data->d_size > 0) { in bpf_object__elf_collect()