| /OK3568_Linux_fs/kernel/tools/perf/util/ |
| H A D | genelf.c | 195 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 D | genelf_debug.c | 528 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 D | probe-finder.c | 1250 shdr.sh_type == SHT_PROGBITS) in debuginfo__find_probes()
|
| H A D | symbol-elf.c | 897 if (ss->opdshdr.sh_type != SHT_PROGBITS) in symsrc__init()
|
| /OK3568_Linux_fs/kernel/drivers/soc/rockchip/minidump/ |
| H A D | rk_minidump.c | 164 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 D | loongson3-llsc-check.c | 288 if (sh->sh_type != SHT_PROGBITS) in main()
|
| /OK3568_Linux_fs/kernel/scripts/ |
| H A D | recordmcount.h | 309 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 D | elf.h | 269 #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 D | elf.h | 268 #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 D | elf.h | 268 #define SHT_PROGBITS 1 macro
|
| /OK3568_Linux_fs/u-boot/tools/ |
| H A D | img2srec.c | 312 if ( (sectHeader[i].sh_type == SHT_PROGBITS) in ConvertELF()
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | elf.h | 248 #define SHT_PROGBITS 1 /* program defined information */ macro
|
| /OK3568_Linux_fs/kernel/drivers/remoteproc/ |
| H A D | remoteproc_coredump.c | 436 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 D | elf_common.h | 274 #define SHT_PROGBITS 1 /* program defined information */ macro
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/ |
| H A D | elf_common.h | 274 #define SHT_PROGBITS 1 /* program defined information */ macro
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/ |
| H A D | elf_common.h | 274 #define SHT_PROGBITS 1 /* program defined information */ macro
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/ |
| H A D | elf_common.h | 274 #define SHT_PROGBITS 1 /* program defined information */ macro
|
| /OK3568_Linux_fs/kernel/samples/bpf/ |
| H A D | bpf_load.c | 614 if (shdr_prog.sh_type != SHT_PROGBITS || in do_load_bpf_file()
|
| /OK3568_Linux_fs/kernel/tools/objtool/ |
| H A D | elf.c | 1036 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 D | elf.h | 429 #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 D | elf.h | 429 #define SHT_PROGBITS 1 /* Program data */ macro
|
| /OK3568_Linux_fs/kernel/scripts/mod/ |
| H A D | modpost.c | 910 if (sechdr->sh_type == SHT_PROGBITS && in check_section()
|
| /OK3568_Linux_fs/kernel/tools/lib/bpf/ |
| H A D | libbpf.c | 2767 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()
|