/linux-4.4.14/arch/metag/kernel/ |
D | module.c | 25 static unsigned int count_relocs(const Elf32_Rela *rela, unsigned int num) in count_relocs() 47 const Elf32_Rela *x, *y; in relacmp() 49 y = (Elf32_Rela *)_x; in relacmp() 50 x = (Elf32_Rela *)_y; in relacmp() 76 for (i = 0; i < sizeof(Elf32_Rela) / sizeof(uint32_t); i++) { in relaswap() 110 sechdrs[i].sh_size / sizeof(Elf32_Rela)); in get_plt_size() 118 sechdrs[i].sh_size / sizeof(Elf32_Rela), in get_plt_size() 119 sizeof(Elf32_Rela), relacmp, relaswap); in get_plt_size() 124 / sizeof(Elf32_Rela)) in get_plt_size() 205 Elf32_Rela *rel = (void *)sechdrs[relsec].sh_addr; in apply_relocate_add()
|
/linux-4.4.14/arch/powerpc/kernel/ |
D | module_32.c | 36 static unsigned int count_relocs(const Elf32_Rela *rela, unsigned int num) in count_relocs() 61 const Elf32_Rela *x, *y; in relacmp() 63 y = (Elf32_Rela *)_x; in relacmp() 64 x = (Elf32_Rela *)_y; in relacmp() 90 for (i = 0; i < sizeof(Elf32_Rela) / sizeof(uint32_t); i++) { in relaswap() 124 sechdrs[i].sh_size / sizeof(Elf32_Rela)); in get_plt_size() 132 sechdrs[i].sh_size / sizeof(Elf32_Rela), in get_plt_size() 133 sizeof(Elf32_Rela), relacmp, relaswap); in get_plt_size() 138 / sizeof(Elf32_Rela)) in get_plt_size() 219 Elf32_Rela *rela = (void *)sechdrs[relsec].sh_addr; in apply_relocate_add()
|
/linux-4.4.14/arch/avr32/kernel/ |
D | module.c | 28 static inline int check_rela(Elf32_Rela *rela, struct module *module, in check_rela() 65 Elf32_Rela *rela; in module_frob_arch_sections() 107 nrela = sechdrs[i].sh_size / sizeof(Elf32_Rela); in module_frob_arch_sections() 152 Elf32_Rela *rel = (void *)relsec->sh_addr; in apply_relocate_add() 156 for (i = 0; i < relsec->sh_size / sizeof(Elf32_Rela); i++, rel++) { in apply_relocate_add()
|
/linux-4.4.14/arch/hexagon/kernel/ |
D | module.c | 88 unsigned int nrelocs = sechdrs[relsec].sh_size / sizeof(Elf32_Rela); in apply_relocate_add() 89 Elf32_Rela *rela = (void *)sechdrs[relsec].sh_addr; in apply_relocate_add()
|
/linux-4.4.14/arch/mips/include/asm/ |
D | module.h | 43 #define Elf_Rela Elf32_Rela 48 #define Elf_Mips_Rela Elf32_Rela
|
/linux-4.4.14/include/asm-generic/ |
D | module.h | 42 #define Elf_Rela Elf32_Rela
|
/linux-4.4.14/arch/openrisc/kernel/ |
D | module.c | 27 Elf32_Rela *rel = (void *)sechdrs[relsec].sh_addr; in apply_relocate_add()
|
/linux-4.4.14/arch/cris/kernel/ |
D | module.c | 52 Elf32_Rela *rela = (void *)sechdrs[relsec].sh_addr; in apply_relocate_add()
|
/linux-4.4.14/arch/h8300/kernel/ |
D | module.c | 15 Elf32_Rela *rela = (void *)sechdrs[relsec].sh_addr; in apply_relocate_add()
|
/linux-4.4.14/arch/microblaze/kernel/ |
D | module.c | 26 Elf32_Rela *rela = (void *)sechdrs[relsec].sh_addr; in apply_relocate_add()
|
/linux-4.4.14/arch/sh/kernel/ |
D | module.c | 44 Elf32_Rela *rel = (void *)sechdrs[relsec].sh_addr; in apply_relocate_add()
|
/linux-4.4.14/arch/nios2/kernel/ |
D | module.c | 49 Elf32_Rela *rela = (void *)sechdrs[relsec].sh_addr; in apply_relocate_add()
|
/linux-4.4.14/arch/mn10300/kernel/ |
D | module.c | 63 Elf32_Rela *rel = (void *)sechdrs[relsec].sh_addr; in apply_relocate_add()
|
/linux-4.4.14/arch/c6x/kernel/ |
D | module.c | 51 Elf32_Rela *rel = (void *) sechdrs[relsec].sh_addr; in apply_relocate_add()
|
/linux-4.4.14/arch/arc/kernel/ |
D | module.c | 68 Elf32_Rela *rel_entry = (void *)sechdrs[relsec].sh_addr; in apply_relocate_add()
|
/linux-4.4.14/arch/xtensa/kernel/ |
D | module.c | 56 Elf32_Rela *rela = (void *)sechdrs[relsec].sh_addr; in apply_relocate_add()
|
/linux-4.4.14/arch/m68k/kernel/ |
D | module.c | 69 Elf32_Rela *rel = (void *)sechdrs[relsec].sh_addr; in apply_relocate_add()
|
/linux-4.4.14/scripts/mod/ |
D | modpost.h | 32 #define Elf_Rela Elf32_Rela
|
/linux-4.4.14/arch/m32r/kernel/ |
D | module.c | 78 Elf32_Rela *rel = (void *)sechdrs[relsec].sh_addr; in apply_relocate_add()
|
/linux-4.4.14/scripts/ |
D | sortextable.h | 65 # define Elf_Rela Elf32_Rela
|
D | recordmcount.h | 106 # define Elf_Rela Elf32_Rela
|
/linux-4.4.14/arch/blackfin/kernel/ |
D | module.c | 156 Elf32_Rela *rel = (void *)sechdrs[relsec].sh_addr; in apply_relocate_add()
|
/linux-4.4.14/include/uapi/linux/ |
D | elf.h | 174 } Elf32_Rela; typedef
|
/linux-4.4.14/arch/parisc/kernel/ |
D | module.c | 545 Elf32_Rela *rel = (void *)sechdrs[relsec].sh_addr; in apply_relocate_add()
|