Home
last modified time | relevance | path

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

/Linux-v4.19/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.c530 shdr->sh_type = SHT_PROGBITS; in jit_add_debug_info()
564 shdr->sh_type = SHT_PROGBITS; in jit_add_debug_info()
598 shdr->sh_type = SHT_PROGBITS; in jit_add_debug_info()
Dprobe-finder.c1175 shdr.sh_type == SHT_PROGBITS) in debuginfo__find_probes()
Dsymbol-elf.c738 if (ss->opdshdr.sh_type != SHT_PROGBITS) in symsrc__init()
/Linux-v4.19/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-v4.19/include/uapi/linux/
Delf.h268 #define SHT_PROGBITS 1 macro
/Linux-v4.19/samples/bpf/
Dbpf_load.c598 if (shdr_prog.sh_type != SHT_PROGBITS || in do_load_bpf_file()
/Linux-v4.19/arch/powerpc/kernel/
Dkexec_elf_64.c308 case SHT_PROGBITS: in elf_is_shdr_sane()
/Linux-v4.19/tools/objtool/
Delf.c517 sec->sh.sh_type = SHT_PROGBITS; in elf_create_section()
/Linux-v4.19/scripts/mod/
Dmodpost.c861 if (sechdr->sh_type == SHT_PROGBITS && in check_section()
/Linux-v4.19/tools/lib/bpf/
Dlibbpf.c805 } else if ((sh.sh_type == SHT_PROGBITS) && in bpf_object__elf_collect()