Searched refs:relacmp (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/kernel/ |
H A D | module_32.c | 47 static int relacmp(const void *_x, const void *_y) in relacmp() function 106 sizeof(Elf32_Rela), relacmp, NULL); in get_plt_size()
|
H A D | module_64.c | 171 static int relacmp(const void *_x, const void *_y) in relacmp() function 217 sizeof(Elf64_Rela), relacmp, NULL); in get_stubs_size()
|
/kernel/linux/linux-6.6/arch/powerpc/kernel/ |
H A D | module_32.c | 48 static int relacmp(const void *_x, const void *_y) in relacmp() function 107 sizeof(Elf32_Rela), relacmp, NULL); in get_plt_size()
|
H A D | module_64.c | 183 static int relacmp(const void *_x, const void *_y) in relacmp() function 229 sizeof(Elf64_Rela), relacmp, NULL); in get_stubs_size() 319 sizeof(Elf64_Rela), relacmp, NULL); in get_got_size()
|
Completed in 5 milliseconds