Home
last modified time | relevance | path

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

/arch/nds32/kernel/
Dmodule.c119 Elf32_Shdr *dstsec = sechdrs + relsec->sh_info; in apply_relocate_add() local
140 || rel->r_offset > dstsec->sh_size - sizeof(u16)) { in apply_relocate_add()
143 relindex, i, rel->r_offset, dstsec->sh_size); in apply_relocate_add()
147 loc = (Elf32_Addr *) (dstsec->sh_addr + rel->r_offset); in apply_relocate_add()
256 relindex, i, rel->r_offset, dstsec->sh_size); in apply_relocate_add()
263 relindex, i, rel->r_offset, dstsec->sh_size); in apply_relocate_add()
/arch/arm64/kernel/
Dmodule-plts.c162 Elf64_Word dstidx, Elf_Shdr *dstsec) in count_plts() argument
240 dstsec->sh_addralign = max(dstsec->sh_addralign, in count_plts()
328 Elf64_Shdr *dstsec = sechdrs + sechdrs[i].sh_info; in module_frob_arch_sections() local
334 if (!(dstsec->sh_flags & SHF_EXECINSTR)) in module_frob_arch_sections()
346 if (!module_init_layout_section(secstrings + dstsec->sh_name)) in module_frob_arch_sections()
348 sechdrs[i].sh_info, dstsec); in module_frob_arch_sections()
351 sechdrs[i].sh_info, dstsec); in module_frob_arch_sections()
/arch/arm/kernel/
Dmodule-plts.c247 Elf32_Shdr *dstsec = sechdrs + s->sh_info; in module_frob_arch_sections() local
253 if (!(dstsec->sh_flags & SHF_EXECINSTR)) in module_frob_arch_sections()
259 if (!module_init_layout_section(secstrings + dstsec->sh_name)) in module_frob_arch_sections()
260 core_plts += count_plts(syms, dstsec->sh_addr, rels, in module_frob_arch_sections()
263 init_plts += count_plts(syms, dstsec->sh_addr, rels, in module_frob_arch_sections()
Dmodule.c77 Elf32_Shdr *dstsec = sechdrs + relsec->sh_info; in apply_relocate() local
101 if (rel->r_offset < 0 || rel->r_offset > dstsec->sh_size - sizeof(u32)) { in apply_relocate()
104 rel->r_offset, dstsec->sh_size); in apply_relocate()
108 loc = dstsec->sh_addr + rel->r_offset; in apply_relocate()