Home
last modified time | relevance | path

Searched refs:sh_addralign (Results 1 – 22 of 22) sorted by relevance

/linux-6.3-rc2/arch/loongarch/kernel/
A Dmodule-sections.c155 got_sec->sh_addralign = L1_CACHE_BYTES; in module_frob_arch_sections()
163 plt_sec->sh_addralign = L1_CACHE_BYTES; in module_frob_arch_sections()
171 plt_idx_sec->sh_addralign = L1_CACHE_BYTES; in module_frob_arch_sections()
179 tramp->sh_addralign = __alignof__(struct plt_entry); in module_frob_arch_sections()
/linux-6.3-rc2/arch/arm64/kernel/
A Dmodule-plts.c240 dstsec->sh_addralign = max(dstsec->sh_addralign, in count_plts()
357 pltsec->sh_addralign = L1_CACHE_BYTES; in module_frob_arch_sections()
365 pltsec->sh_addralign = L1_CACHE_BYTES; in module_frob_arch_sections()
373 tramp->sh_addralign = __alignof__(struct plt_entry); in module_frob_arch_sections()
/linux-6.3-rc2/arch/riscv/kernel/
A Dmodule-sections.c140 mod->arch.plt.shdr->sh_addralign = L1_CACHE_BYTES; in module_frob_arch_sections()
147 mod->arch.got.shdr->sh_addralign = L1_CACHE_BYTES; in module_frob_arch_sections()
154 mod->arch.got_plt.shdr->sh_addralign = L1_CACHE_BYTES; in module_frob_arch_sections()
/linux-6.3-rc2/arch/arm/kernel/
A Dmodule-plts.c269 mod->arch.core.plt->sh_addralign = L1_CACHE_BYTES; in module_frob_arch_sections()
277 mod->arch.init.plt->sh_addralign = L1_CACHE_BYTES; in module_frob_arch_sections()
/linux-6.3-rc2/include/uapi/linux/
A Delf.h317 Elf32_Word sh_addralign; member
330 Elf64_Xword sh_addralign; /* Section alignment */ member
/linux-6.3-rc2/tools/bpf/resolve_btfids/
A Dmain.c302 if (sh->sh_addralign == expected) in compressed_section_fix()
306 sh->sh_addralign, expected); in compressed_section_fix()
308 sh->sh_addralign = expected; in compressed_section_fix()
/linux-6.3-rc2/tools/lib/bpf/
A Dlinker.c375 sec->shdr->sh_addralign = 1; in init_output_elf()
416 sec->shdr->sh_addralign = 8; in init_output_elf()
722 if (sec->shdr->sh_addralign && !is_pow_of_2(sec->shdr->sh_addralign)) in linker_sanity_check_elf()
724 if (sec->shdr->sh_addralign != sec->data->d_align) in linker_sanity_check_elf()
1022 shdr->sh_addralign = src_sec->shdr->sh_addralign; in init_sec()
1104 dst_align = dst->shdr->sh_addralign; in extend_sec()
1105 src_align = src->shdr->sh_addralign; in extend_sec()
1132 dst->shdr->sh_addralign = dst_align; in extend_sec()
2640 shdr->sh_addralign = align; in emit_elf_data_sec()
/linux-6.3-rc2/arch/ia64/kernel/
A Dmodule.c468 mod->arch.core_plt->sh_addralign = 16; in module_frob_arch_sections()
472 mod->arch.init_plt->sh_addralign = 16; in module_frob_arch_sections()
476 mod->arch.got->sh_addralign = 8; in module_frob_arch_sections()
480 mod->arch.opd->sh_addralign = 8; in module_frob_arch_sections()
/linux-6.3-rc2/arch/powerpc/kernel/
A Dmodule_64.c302 if (sechdrs[i].sh_addralign < 8) in module_frob_arch_sections()
303 sechdrs[i].sh_addralign = 8; in module_frob_arch_sections()
/linux-6.3-rc2/arch/alpha/kernel/
A Dmodule.c105 got->sh_addralign = 8; in module_frob_arch_sections()
/linux-6.3-rc2/scripts/
A Drecordmcount.h316 mcsec.sh_addralign = _w(_size); in append_func()
331 mcsec.sh_addralign = _w(_size); in append_func()
/linux-6.3-rc2/arch/mips/boot/
A Delf2ecoff.c216 s->sh_addralign = swab32(s->sh_addralign); in convert_elf_shdrs()
/linux-6.3-rc2/arch/mips/boot/tools/
A Drelocs.c287 sec->shdr.sh_addralign = elf_xword_to_cpu(shdr.sh_addralign); in read_shdrs()
/linux-6.3-rc2/tools/objtool/
A Delf.c1119 sec->sh.sh_addralign = 1; in elf_create_section()
1165 sec->sh.sh_addralign = 8; in elf_create_rel_reloc_section()
1199 sec->sh.sh_addralign = addrsize; in elf_create_rela_reloc_section()
A Dcheck.c1011 sec->sh.sh_addralign = addrsize; in create_mcount_loc_sections()
/linux-6.3-rc2/arch/x86/tools/
A Drelocs.c463 sec->shdr.sh_addralign = elf_xword_to_cpu(shdr.sh_addralign); in read_shdrs()
/linux-6.3-rc2/kernel/
A Dkexec_file.c821 align = sechdrs[i].sh_addralign; in kexec_purgatory_setup_kbuf()
895 align = sechdrs[i].sh_addralign; in kexec_purgatory_setup_sechdrs()
/linux-6.3-rc2/kernel/module/
A Dkallsyms.c137 info->symoffs = ALIGN(mod->data_layout.size, symsect->sh_addralign ?: 1); in layout_symtab()
A Dmain.c372 unsigned long align = pcpusec->sh_addralign; in percpu_modalloc()
1397 ret = ALIGN(*size, sechdr->sh_addralign ?: 1); in module_get_offset()
/linux-6.3-rc2/arch/mips/kernel/
A Dvpe.c173 ret = ALIGN(*size, sechdr->sh_addralign ? : 1); in get_offset()
/linux-6.3-rc2/scripts/mod/
A Dmodpost.c512 sechdrs[i].sh_addralign = TO_NATIVE(sechdrs[i].sh_addralign); in parse_elf()
/linux-6.3-rc2/tools/perf/util/
A Dsymbol-elf.c450 *plt_entry_size = shdr_plt->sh_addralign == 8 ? 8 : 16; in get_plt_sizes()

Completed in 54 milliseconds