Home
last modified time | relevance | path

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

/linux-6.12.1/tools/perf/util/
Dgenelf.c192 shdr->sh_type = SHT_PROGBITS; in jit_add_eh_frame_info()
226 shdr->sh_type = SHT_PROGBITS; in jit_add_eh_frame_info()
328 shdr->sh_type = SHT_PROGBITS; in jit_write_elf()
Dgenelf_debug.c539 shdr->sh_type = SHT_PROGBITS; in jit_add_debug_info()
573 shdr->sh_type = SHT_PROGBITS; in jit_add_debug_info()
607 shdr->sh_type = SHT_PROGBITS; in jit_add_debug_info()
Dprobe-finder.c1146 shdr.sh_type == SHT_PROGBITS) in debuginfo__find_probes()
Dsymbol-elf.c1305 if (ss->opdshdr.sh_type != SHT_PROGBITS) in symsrc__init()
/linux-6.12.1/arch/mips/tools/
Dloongson3-llsc-check.c288 if (sh->sh_type != SHT_PROGBITS) in main()
/linux-6.12.1/scripts/
Drecordmcount.h309 mcsec.sh_type = w(SHT_PROGBITS); in append_func()
567 if (w(txthdr->sh_type) != SHT_PROGBITS || in __has_rel_mcount()
/linux-6.12.1/include/uapi/linux/
Delf.h273 #define SHT_PROGBITS 1 macro
/linux-6.12.1/tools/lib/bpf/
Dlinker.c493 if (shdr->sh_type == SHT_PROGBITS && shdr->sh_size == 0 && in is_ignored_sec()
654 case SHT_PROGBITS: in linker_load_obj_file()
753 case SHT_PROGBITS: in linker_sanity_check_elf()
895 if (link_sec->shdr->sh_type != SHT_PROGBITS && link_sec->shdr->sh_type != SHT_NOBITS) { in linker_sanity_check_elf_relos()
1192 return sec->shdr->sh_type == SHT_PROGBITS || sec->shdr->sh_type == SHT_NOBITS; in is_data_sec()
2680 shdr->sh_type = SHT_PROGBITS; in emit_elf_data_sec()
Dlibbpf.c3743 if (hdr->sh_type == SHT_PROGBITS && hdr->sh_size == 0 && in ignore_elf_section()
3876 if (sh->sh_type != SHT_PROGBITS) in bpf_object__elf_collect()
3880 if (sh->sh_type != SHT_PROGBITS) in bpf_object__elf_collect()
3885 } else if (sh->sh_type == SHT_PROGBITS && data->d_size > 0) { in bpf_object__elf_collect()
/linux-6.12.1/drivers/remoteproc/
Dremoteproc_coredump.c436 elf_shdr_set_sh_type(class, shdr, SHT_PROGBITS); in rproc_coredump_using_sections()
/linux-6.12.1/tools/objtool/
Delf.c1143 sec->sh.sh_type = SHT_PROGBITS; in elf_create_section()
/linux-6.12.1/scripts/mod/
Dmodpost.c758 if (sechdr->sh_type == SHT_PROGBITS && in check_section()