Searched refs:plt_sec (Results 1 – 1 of 1) sorted by relevance
42 struct mod_section *plt_sec = &mod->arch.plt; in module_emit_plt_entry() local44 struct plt_entry *plt = get_plt_entry(val, sechdrs, plt_sec, plt_idx_sec); in module_emit_plt_entry()50 nr = plt_sec->num_entries; in module_emit_plt_entry()53 plt = (struct plt_entry *)sechdrs[plt_sec->shndx].sh_addr; in module_emit_plt_entry()58 plt_sec->num_entries++; in module_emit_plt_entry()60 BUG_ON(plt_sec->num_entries > plt_sec->max_entries); in module_emit_plt_entry()107 Elf_Shdr *got_sec, *plt_sec, *plt_idx_sec, *tramp = NULL; in module_frob_arch_sections() local160 plt_sec = sechdrs + mod->arch.plt.shndx; in module_frob_arch_sections()161 plt_sec->sh_type = SHT_NOBITS; in module_frob_arch_sections()162 plt_sec->sh_flags = SHF_EXECINSTR | SHF_ALLOC; in module_frob_arch_sections()[all …]