Searched refs:__apply_relocate (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/arch/mips/kernel/ |
H A D | module.c | 314 static int __apply_relocate(Elf_Shdr *sechdrs, const char *strtab, in __apply_relocate() function 391 return __apply_relocate(sechdrs, strtab, symindex, relsec, me, false); in apply_relocate() 399 return __apply_relocate(sechdrs, strtab, symindex, relsec, me, true); in apply_relocate_add()
|