Home
last modified time | relevance | path

Searched refs:SHF_ALLOC (Results 1 – 25 of 30) sorted by relevance

12

/OK3568_Linux_fs/kernel/arch/riscv/kernel/
H A Dmodule-sections.c139 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 Dgenelf.c197 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 Dvpe.c189 {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 Dmodule-plts.c389 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 Dmodule-plts.c268 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 Dmodule.c364 if (!(s->sh_flags & SHF_ALLOC)) in module_finalize()
/OK3568_Linux_fs/kernel/kernel/
H A Dmodule.c363 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 Dkexec_file.c827 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 Dmodule.c467 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 Dmodule-elf-format.rst119 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 Delf.c79 if (!(shdr->sh_flags & SHF_ALLOC) || in load_elf_image_shdr()
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Delf.h288 #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 Delf.h287 #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 Delf.h287 #define SHF_ALLOC 0x2 macro
/OK3568_Linux_fs/u-boot/include/
H A Delf.h311 #define SHF_ALLOC 0x2 /* occupies memory */ macro
/OK3568_Linux_fs/u-boot/tools/
H A Dmips-relocs.c345 skip = !(shdr_field(j, sh_flags) & SHF_ALLOC); in main()
/OK3568_Linux_fs/kernel/arch/x86/tools/
H A Drelocs.c597 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 Delf_common.h329 #define SHF_ALLOC 0x2 /* Section occupies memory. */ macro
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/
H A Delf_common.h329 #define SHF_ALLOC 0x2 /* Section occupies memory. */ macro
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/
H A Delf_common.h329 #define SHF_ALLOC 0x2 /* Section occupies memory. */ macro
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/
H A Delf_common.h329 #define SHF_ALLOC 0x2 /* Section occupies memory. */ macro
/OK3568_Linux_fs/kernel/scripts/
H A Drecordmcount.h310 mcsec.sh_flags = _w(SHF_ALLOC); in append_func()
/OK3568_Linux_fs/kernel/arch/mips/boot/tools/
H A Drelocs.c485 if (!(sec_applies->shdr.sh_flags & SHF_ALLOC)) in walk_relocs()
/OK3568_Linux_fs/kernel/arch/sh/kernel/
H A Ddwarf.c1100 if ((sechdrs[i].sh_flags & SHF_ALLOC) in module_dwarf_finalize()
/OK3568_Linux_fs/kernel/arch/parisc/kernel/
H A Dmodule.c890 && (sechdrs[i].sh_flags & SHF_ALLOC)) { in module_finalize()

12