Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/perf/util/
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 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 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()
/OK3568_Linux_fs/kernel/drivers/soc/rockchip/minidump/
H A Drk_minidump.c164 shdr->sh_type = SHT_PROGBITS; in md_update_ss_toc()
541 shdr->sh_type = SHT_PROGBITS; in rk_minidump_add_header()
552 shdr->sh_type = SHT_PROGBITS; in rk_minidump_add_header()
/OK3568_Linux_fs/kernel/arch/mips/tools/
H A Dloongson3-llsc-check.c288 if (sh->sh_type != SHT_PROGBITS) in main()
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Delf.h269 #define SHT_PROGBITS 1 macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Delf.h268 #define SHT_PROGBITS 1 macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Delf.h268 #define SHT_PROGBITS 1 macro
/OK3568_Linux_fs/u-boot/tools/
H A Dimg2srec.c312 if ( (sectHeader[i].sh_type == SHT_PROGBITS) in ConvertELF()
/OK3568_Linux_fs/u-boot/include/
H A Delf.h248 #define SHT_PROGBITS 1 /* program defined information */ macro
/OK3568_Linux_fs/kernel/drivers/remoteproc/
H A Dremoteproc_coredump.c436 elf_shdr_set_sh_type(class, shdr, SHT_PROGBITS); in rproc_coredump_using_sections()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/
H A Delf_common.h274 #define SHT_PROGBITS 1 /* program defined information */ macro
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/
H A Delf_common.h274 #define SHT_PROGBITS 1 /* program defined information */ macro
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/
H A Delf_common.h274 #define SHT_PROGBITS 1 /* program defined information */ macro
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/
H A Delf_common.h274 #define SHT_PROGBITS 1 /* program defined information */ macro
/OK3568_Linux_fs/kernel/samples/bpf/
H A Dbpf_load.c614 if (shdr_prog.sh_type != SHT_PROGBITS || in do_load_bpf_file()
/OK3568_Linux_fs/kernel/tools/objtool/
H A Delf.c1036 sec->sh.sh_type = SHT_PROGBITS; in elf_create_section()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/
H A Delf.h429 #define SHT_PROGBITS 1 /* Program data */ macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/
H A Delf.h429 #define SHT_PROGBITS 1 /* Program data */ macro
/OK3568_Linux_fs/kernel/scripts/mod/
H A Dmodpost.c910 if (sechdr->sh_type == SHT_PROGBITS && in check_section()
/OK3568_Linux_fs/kernel/tools/lib/bpf/
H A Dlibbpf.c2767 if (hdr->sh_type == SHT_PROGBITS && hdr->sh_size == 0 && in ignore_elf_section()
2878 } else if (sh.sh_type == SHT_PROGBITS && data->d_size > 0) { in bpf_object__elf_collect()