Searched refs:dstsec (Results 1 – 2 of 2) sorted by relevance
158 Elf64_Word dstidx, Elf_Shdr *dstsec) in count_plts() argument232 dstsec->sh_addralign = max(dstsec->sh_addralign, in count_plts()320 Elf64_Shdr *dstsec = sechdrs + sechdrs[i].sh_info; in module_frob_arch_sections() local326 if (!(dstsec->sh_flags & SHF_EXECINSTR)) in module_frob_arch_sections()338 if (!module_init_layout_section(secstrings + dstsec->sh_name)) in module_frob_arch_sections()340 sechdrs[i].sh_info, dstsec); in module_frob_arch_sections()343 sechdrs[i].sh_info, dstsec); in module_frob_arch_sections()
81 Elf32_Shdr *dstsec = sechdrs + relsec->sh_info; in apply_relocate() local108 if (rel->r_offset < 0 || rel->r_offset > dstsec->sh_size - sizeof(u32)) { in apply_relocate()111 rel->r_offset, dstsec->sh_size); in apply_relocate()115 loc = dstsec->sh_addr + rel->r_offset; in apply_relocate()