Searched refs:core_plt_section (Results 1 – 4 of 4) sorted by relevance
144 me->arch.core_plt_section = i; in module_frob_arch_sections()146 if (!me->arch.core_plt_section || !me->arch.init_plt_section) { in module_frob_arch_sections()152 sechdrs[me->arch.core_plt_section].sh_size in module_frob_arch_sections()154 sechdrs[me->arch.core_plt_section].sh_type = SHT_NOBITS; in module_frob_arch_sections()181 entry = (void *)sechdrs[mod->arch.core_plt_section].sh_addr; in do_plt_call()
158 me->arch.core_plt_section = i; in module_frob_arch_sections()160 if (!me->arch.core_plt_section || !me->arch.init_plt_section) { in module_frob_arch_sections()166 sechdrs[me->arch.core_plt_section].sh_size in module_frob_arch_sections()193 entry = (void *)sechdrs[mod->arch.core_plt_section].sh_addr; in do_plt_call()
13 unsigned int core_plt_section, init_plt_section; member
46 unsigned int core_plt_section;