Searched refs:get_plt_size (Results 1 – 2 of 2) sorted by relevance
| /linux-4.4.14/arch/metag/kernel/ |
| D | module.c | 85 static unsigned long get_plt_size(const Elf32_Ehdr *hdr, in get_plt_size() function 153 = get_plt_size(hdr, sechdrs, secstrings, 0); in module_frob_arch_sections() 156 = get_plt_size(hdr, sechdrs, secstrings, 1); in module_frob_arch_sections()
|
| /linux-4.4.14/arch/powerpc/kernel/ |
| D | module_32.c | 99 static unsigned long get_plt_size(const Elf32_Ehdr *hdr, in get_plt_size() function 167 = get_plt_size(hdr, sechdrs, secstrings, 0); in module_frob_arch_sections() 169 = get_plt_size(hdr, sechdrs, secstrings, 1); in module_frob_arch_sections()
|