Home
last modified time | relevance | path

Searched refs:dstsec (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/arch/arm64/kernel/
H A Dmodule-plts.c158 Elf64_Word dstidx, Elf_Shdr *dstsec) in count_plts() argument
233 dstsec->sh_addralign = max(dstsec->sh_addralign, in count_plts()
318 Elf64_Shdr *dstsec = sechdrs + sechdrs[i].sh_info; in module_frob_arch_sections() local
324 if (!(dstsec->sh_flags & SHF_EXECINSTR)) in module_frob_arch_sections()
336 if (!module_init_layout_section(secstrings + dstsec->sh_name)) in module_frob_arch_sections()
338 sechdrs[i].sh_info, dstsec); in module_frob_arch_sections()
341 sechdrs[i].sh_info, dstsec); in module_frob_arch_sections()
/openbmc/linux/arch/arm/kernel/
H A Dmodule-plts.c242 Elf32_Shdr *dstsec = sechdrs + s->sh_info; in module_frob_arch_sections() local
248 if (!(dstsec->sh_flags & SHF_EXECINSTR)) in module_frob_arch_sections()
254 if (!module_init_layout_section(secstrings + dstsec->sh_name)) in module_frob_arch_sections()
255 core_plts += count_plts(syms, dstsec->sh_addr, rels, in module_frob_arch_sections()
258 init_plts += count_plts(syms, dstsec->sh_addr, rels, in module_frob_arch_sections()
H A Dmodule.c115 Elf32_Shdr *dstsec = sechdrs + relsec->sh_info; in apply_relocate() local
142 if (rel->r_offset < 0 || rel->r_offset > dstsec->sh_size - sizeof(u32)) { in apply_relocate()
145 rel->r_offset, dstsec->sh_size); in apply_relocate()
149 loc = dstsec->sh_addr + rel->r_offset; in apply_relocate()