Home
last modified time | relevance | path

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

12

/kernel/linux/linux-5.10/tools/perf/util/
H A 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()
H A Dgenelf.c195 shdr->sh_type = SHT_PROGBITS; in jit_add_eh_frame_info()
229 shdr->sh_type = SHT_PROGBITS; in jit_add_eh_frame_info()
331 shdr->sh_type = SHT_PROGBITS; in jit_write_elf()
H A Dprobe-finder.c1250 shdr.sh_type == SHT_PROGBITS) in debuginfo__find_probes()
H A Dsymbol-elf.c897 if (ss->opdshdr.sh_type != SHT_PROGBITS) in symsrc__init()
/kernel/linux/linux-6.6/tools/perf/util/
H A 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()
H A Dgenelf.c197 shdr->sh_type = SHT_PROGBITS; in jit_add_eh_frame_info()
231 shdr->sh_type = SHT_PROGBITS; in jit_add_eh_frame_info()
333 shdr->sh_type = SHT_PROGBITS; in jit_write_elf()
H A Dprobe-finder.c1266 shdr.sh_type == SHT_PROGBITS) in debuginfo__find_probes()
H A Dsymbol-elf.c1304 if (ss->opdshdr.sh_type != SHT_PROGBITS) in symsrc__init()
/kernel/linux/linux-5.10/arch/mips/tools/
H A Dloongson3-llsc-check.c288 if (sh->sh_type != SHT_PROGBITS) in main()
/kernel/linux/linux-6.6/arch/mips/tools/
H A Dloongson3-llsc-check.c288 if (sh->sh_type != SHT_PROGBITS) in main()
/kernel/linux/linux-5.10/scripts/
H A Drecordmcount.h309 mcsec.sh_type = w(SHT_PROGBITS); in append_func()
567 if (w(txthdr->sh_type) != SHT_PROGBITS || in __has_rel_mcount()
/kernel/linux/linux-6.6/scripts/
H A Drecordmcount.h309 mcsec.sh_type = w(SHT_PROGBITS); in append_func()
567 if (w(txthdr->sh_type) != SHT_PROGBITS || in __has_rel_mcount()
/kernel/linux/linux-5.10/include/uapi/linux/
H A Delf.h272 #define SHT_PROGBITS 1 macro
/kernel/linux/linux-6.6/include/uapi/linux/
H A Delf.h273 #define SHT_PROGBITS 1 macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Delf.h227 #define SHT_PROGBITS 1 macro
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Delf.h227 #define SHT_PROGBITS 1 macro
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H A Delf.h213 #define SHT_PROGBITS 1 macro
/kernel/linux/linux-6.6/tools/lib/bpf/
H A 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()
738 case SHT_PROGBITS: in linker_sanity_check_elf()
876 if (link_sec->shdr->sh_type != SHT_PROGBITS && link_sec->shdr->sh_type != SHT_NOBITS) { in linker_sanity_check_elf_relos()
1159 return sec->shdr->sh_type == SHT_PROGBITS || sec->shdr->sh_type == SHT_NOBITS; in is_data_sec()
2640 shdr->sh_type = SHT_PROGBITS; in emit_elf_data_sec()
H A Dlibbpf.c3351 if (hdr->sh_type == SHT_PROGBITS && hdr->sh_size == 0 && in ignore_elf_section()
3484 if (sh->sh_type != SHT_PROGBITS) in bpf_object__elf_collect()
3488 if (sh->sh_type != SHT_PROGBITS) in bpf_object__elf_collect()
3493 } else if (sh->sh_type == SHT_PROGBITS && data->d_size > 0) { in bpf_object__elf_collect()
/kernel/linux/linux-6.6/drivers/remoteproc/
H A Dremoteproc_coredump.c436 elf_shdr_set_sh_type(class, shdr, SHT_PROGBITS); in rproc_coredump_using_sections()
/kernel/linux/linux-5.10/samples/bpf/
H A Dbpf_load.c614 if (shdr_prog.sh_type != SHT_PROGBITS || in do_load_bpf_file()
/kernel/linux/linux-5.10/tools/objtool/
H A Delf.c1036 sec->sh.sh_type = SHT_PROGBITS; in elf_create_section()
/kernel/linux/linux-6.6/tools/objtool/
H A Delf.c1145 sec->sh.sh_type = SHT_PROGBITS; in elf_create_section()
/kernel/linux/linux-5.10/scripts/mod/
H A Dmodpost.c906 if (sechdr->sh_type == SHT_PROGBITS && in check_section()
/kernel/linux/linux-6.6/scripts/mod/
H A Dmodpost.c779 if (sechdr->sh_type == SHT_PROGBITS && in check_section()

Completed in 73 milliseconds

12