| /OK3568_Linux_fs/kernel/arch/riscv/kernel/ |
| H A D | module-sections.c | 139 mod->arch.plt.shdr->sh_flags = SHF_EXECINSTR | SHF_ALLOC; in module_frob_arch_sections() 146 mod->arch.got.shdr->sh_flags = SHF_ALLOC; in module_frob_arch_sections() 153 mod->arch.got_plt.shdr->sh_flags = SHF_ALLOC; in module_frob_arch_sections()
|
| /OK3568_Linux_fs/kernel/tools/perf/util/ |
| H A D | genelf.c | 197 shdr->sh_flags = SHF_ALLOC; in jit_add_eh_frame_info() 231 shdr->sh_flags = SHF_ALLOC; in jit_add_eh_frame_info() 333 shdr->sh_flags = SHF_EXECINSTR | SHF_ALLOC; in jit_write_elf() 500 shdr->sh_flags = SHF_ALLOC; in jit_write_elf()
|
| /OK3568_Linux_fs/kernel/arch/mips/kernel/ |
| H A D | vpe.c | 189 {SHF_EXECINSTR | SHF_ALLOC, ARCH_SHF_SMALL}, in layout_sections() 190 {SHF_ALLOC, SHF_WRITE | ARCH_SHF_SMALL}, in layout_sections() 191 {SHF_WRITE | SHF_ALLOC, ARCH_SHF_SMALL}, in layout_sections() 192 {ARCH_SHF_SMALL | SHF_ALLOC, 0} in layout_sections() 654 if (!(sechdrs[i].sh_flags & SHF_ALLOC)) in vpe_elfload() 684 if (!(sechdrs[info].sh_flags & SHF_ALLOC)) in vpe_elfload()
|
| /OK3568_Linux_fs/kernel/arch/arm64/kernel/ |
| H A D | module-plts.c | 389 pltsec->sh_flags = SHF_EXECINSTR | SHF_ALLOC; in module_frob_arch_sections() 397 pltsec->sh_flags = SHF_EXECINSTR | SHF_ALLOC; in module_frob_arch_sections() 405 tramp->sh_flags = SHF_EXECINSTR | SHF_ALLOC; in module_frob_arch_sections()
|
| /OK3568_Linux_fs/kernel/arch/arm/kernel/ |
| H A D | module-plts.c | 268 mod->arch.core.plt->sh_flags = SHF_EXECINSTR | SHF_ALLOC; in module_frob_arch_sections() 276 mod->arch.init.plt->sh_flags = SHF_EXECINSTR | SHF_ALLOC; in module_frob_arch_sections()
|
| H A D | module.c | 364 if (!(s->sh_flags & SHF_ALLOC)) in module_finalize()
|
| /OK3568_Linux_fs/kernel/kernel/ |
| H A D | module.c | 363 if ((shdr->sh_flags & SHF_ALLOC) in find_sec() 1547 return !(sect->sh_flags & SHF_ALLOC) || sect->sh_size == 0; in sect_empty() 2447 if (!(info->sechdrs[infosec].sh_flags & SHF_ALLOC)) in apply_relocations() 2498 { SHF_EXECINSTR | SHF_ALLOC, ARCH_SHF_SMALL }, in layout_sections() 2499 { SHF_ALLOC, SHF_WRITE | ARCH_SHF_SMALL }, in layout_sections() 2500 { SHF_RO_AFTER_INIT | SHF_ALLOC, ARCH_SHF_SMALL }, in layout_sections() 2501 { SHF_WRITE | SHF_ALLOC, ARCH_SHF_SMALL }, in layout_sections() 2502 { ARCH_SHF_SMALL | SHF_ALLOC, 0 } in layout_sections() 2708 if (sechdrs[sym->st_shndx].sh_flags & SHF_ALLOC in elf_type() 2746 if (!(sec->sh_flags & SHF_ALLOC) in is_core_symbol() [all …]
|
| H A D | kexec_file.c | 827 if (!(sechdrs[i].sh_flags & SHF_ALLOC)) in kexec_purgatory_setup_kbuf() 901 if (!(sechdrs[i].sh_flags & SHF_ALLOC)) in kexec_purgatory_setup_sechdrs() 965 if (!(section->sh_flags & SHF_ALLOC)) in kexec_apply_relocations()
|
| /OK3568_Linux_fs/kernel/arch/ia64/kernel/ |
| H A D | module.c | 467 mod->arch.core_plt->sh_flags = SHF_EXECINSTR | SHF_ALLOC; in module_frob_arch_sections() 471 mod->arch.init_plt->sh_flags = SHF_EXECINSTR | SHF_ALLOC; in module_frob_arch_sections() 475 mod->arch.got->sh_flags = ARCH_SHF_SMALL | SHF_ALLOC; in module_frob_arch_sections() 479 mod->arch.opd->sh_flags = SHF_ALLOC; in module_frob_arch_sections()
|
| /OK3568_Linux_fs/kernel/Documentation/livepatch/ |
| H A D | module-elf-format.rst | 119 at patch module load time. These sections must also be marked with SHF_ALLOC, 121 be copied into memory along with the other SHF_ALLOC sections). 172 characteristics. Notice that they are marked SHF_ALLOC ("A") so that they will
|
| /OK3568_Linux_fs/u-boot/cmd/ |
| H A D | elf.c | 79 if (!(shdr->sh_flags & SHF_ALLOC) || in load_elf_image_shdr()
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | elf.h | 288 #define SHF_ALLOC 0x2 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 | 287 #define SHF_ALLOC 0x2 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 | 287 #define SHF_ALLOC 0x2 macro
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | elf.h | 311 #define SHF_ALLOC 0x2 /* occupies memory */ macro
|
| /OK3568_Linux_fs/u-boot/tools/ |
| H A D | mips-relocs.c | 345 skip = !(shdr_field(j, sh_flags) & SHF_ALLOC); in main()
|
| /OK3568_Linux_fs/kernel/arch/x86/tools/ |
| H A D | relocs.c | 597 if (!(sec_applies->shdr.sh_flags & SHF_ALLOC)) { in print_absolute_relocs() 682 if (!(sec_applies->shdr.sh_flags & SHF_ALLOC)) { in walk_relocs()
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/ |
| H A D | elf_common.h | 329 #define SHF_ALLOC 0x2 /* Section occupies memory. */ macro
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/ |
| H A D | elf_common.h | 329 #define SHF_ALLOC 0x2 /* Section occupies memory. */ macro
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/ |
| H A D | elf_common.h | 329 #define SHF_ALLOC 0x2 /* Section occupies memory. */ macro
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/ |
| H A D | elf_common.h | 329 #define SHF_ALLOC 0x2 /* Section occupies memory. */ macro
|
| /OK3568_Linux_fs/kernel/scripts/ |
| H A D | recordmcount.h | 310 mcsec.sh_flags = _w(SHF_ALLOC); in append_func()
|
| /OK3568_Linux_fs/kernel/arch/mips/boot/tools/ |
| H A D | relocs.c | 485 if (!(sec_applies->shdr.sh_flags & SHF_ALLOC)) in walk_relocs()
|
| /OK3568_Linux_fs/kernel/arch/sh/kernel/ |
| H A D | dwarf.c | 1100 if ((sechdrs[i].sh_flags & SHF_ALLOC) in module_dwarf_finalize()
|
| /OK3568_Linux_fs/kernel/arch/parisc/kernel/ |
| H A D | module.c | 890 && (sechdrs[i].sh_flags & SHF_ALLOC)) { in module_finalize()
|