Searched refs:Elf64_Rela (Results 1 – 14 of 14) sorted by relevance
/linux-4.4.14/arch/powerpc/kernel/ |
D | module_64.c | 210 static unsigned int count_relocs(const Elf64_Rela *rela, unsigned int num) in count_relocs() 233 const Elf64_Rela *x, *y; in relacmp() 235 y = (Elf64_Rela *)_x; in relacmp() 236 x = (Elf64_Rela *)_y; in relacmp() 262 for (i = 0; i < sizeof(Elf64_Rela) / sizeof(uint64_t); i++) { in relaswap() 283 sechdrs[i].sh_size / sizeof(Elf64_Rela)); in get_stubs_size() 291 sechdrs[i].sh_size / sizeof(Elf64_Rela), in get_stubs_size() 292 sizeof(Elf64_Rela), relacmp, relaswap); in get_stubs_size() 296 / sizeof(Elf64_Rela)); in get_stubs_size() 494 Elf64_Rela *rela = (void *)sechdrs[relsec].sh_addr; in apply_relocate_add()
|
/linux-4.4.14/arch/alpha/kernel/ |
D | module.c | 41 process_reloc_for_got(Elf64_Rela *rela, in process_reloc_for_got() 80 Elf64_Rela *rela; in module_frob_arch_sections() 124 nrela = s->sh_size / sizeof(Elf64_Rela); in module_frob_arch_sections() 149 Elf64_Rela *rela = (void *)sechdrs[relsec].sh_addr; in apply_relocate_add()
|
/linux-4.4.14/arch/ia64/kernel/ |
D | module.c | 319 duplicate_reloc (const Elf64_Rela *rela, unsigned int num) in duplicate_reloc() 332 count_gots (const Elf64_Rela *rela, unsigned int num) in count_gots() 359 count_plts (const Elf64_Rela *rela, unsigned int num) in count_plts() 385 count_fdescs (const Elf64_Rela *rela, unsigned int num) in count_fdescs() 450 const Elf64_Rela *rels = (void *)ehdr + s->sh_offset; in module_frob_arch_sections() 451 unsigned long numrels = s->sh_size/sizeof(Elf64_Rela); in module_frob_arch_sections() 790 unsigned int i, n = sechdrs[relsec].sh_size / sizeof(Elf64_Rela); in apply_relocate_add() 791 Elf64_Rela *rela = (void *) sechdrs[relsec].sh_addr; in apply_relocate_add()
|
/linux-4.4.14/arch/x86/tools/ |
D | relocs_64.c | 8 #define Elf_Rel Elf64_Rela
|
/linux-4.4.14/include/asm-generic/ |
D | module.h | 25 #define Elf_Rela Elf64_Rela
|
/linux-4.4.14/arch/mips/include/asm/ |
D | module.h | 61 #define Elf_Rela Elf64_Rela
|
/linux-4.4.14/scripts/mod/ |
D | modpost.h | 47 #define Elf_Rela Elf64_Rela
|
/linux-4.4.14/arch/x86/kernel/ |
D | module.c | 146 Elf64_Rela *rel = (void *)sechdrs[relsec].sh_addr; in apply_relocate_add()
|
D | machine_kexec_64.c | 412 Elf64_Rela *rel; in arch_kexec_apply_relocations_add()
|
/linux-4.4.14/scripts/ |
D | sortextable.h | 44 # define Elf_Rela Elf64_Rela
|
D | recordmcount.h | 73 # define Elf_Rela Elf64_Rela
|
/linux-4.4.14/include/uapi/linux/ |
D | elf.h | 180 } Elf64_Rela; typedef
|
/linux-4.4.14/arch/arm64/kernel/ |
D | module.c | 218 Elf64_Rela *rel = (void *)sechdrs[relsec].sh_addr; in apply_relocate_add()
|
/linux-4.4.14/arch/parisc/kernel/ |
D | module.c | 682 Elf64_Rela *rel = (void *)sechdrs[relsec].sh_addr; in apply_relocate_add()
|