Home
last modified time | relevance | path

Searched refs:Elf32_Rel (Results 1 – 12 of 12) sorted by relevance

/Linux-v5.4/arch/arm/kernel/
Dmodule-plts.c80 const Elf32_Rel *x = a, *y = b; in cmp_rel()
90 static bool is_zero_addend_relocation(Elf32_Addr base, const Elf32_Rel *rel) in is_zero_addend_relocation()
118 static bool duplicate_rel(Elf32_Addr base, const Elf32_Rel *rel, int num) in duplicate_rel()
120 const Elf32_Rel *prev; in duplicate_rel()
137 const Elf32_Rel *rel, int num, Elf32_Word dstidx) in count_plts()
219 Elf32_Rel *rels = (void *)ehdr + s->sh_offset; in module_frob_arch_sections()
220 int numrels = s->sh_size / sizeof(Elf32_Rel); in module_frob_arch_sections()
231 sort(rels, numrels, sizeof(Elf32_Rel), cmp_rel, NULL); in module_frob_arch_sections()
Dmodule.c72 Elf32_Rel *rel = (void *)relsec->sh_addr; in apply_relocate()
75 for (i = 0; i < relsec->sh_size / sizeof(Elf32_Rel); i++, rel++) { in apply_relocate()
/Linux-v5.4/arch/unicore32/kernel/
Dmodule.c36 Elf32_Rel *rel = (void *)relsec->sh_addr; in apply_relocate()
39 for (i = 0; i < relsec->sh_size / sizeof(Elf32_Rel); i++, rel++) { in apply_relocate()
/Linux-v5.4/arch/mips/include/asm/
Dmodule.h43 #define Elf_Rel Elf32_Rel
48 #define Elf_Mips_Rel Elf32_Rel
/Linux-v5.4/include/asm-generic/
Dmodule.h40 #define Elf_Rel Elf32_Rel
/Linux-v5.4/arch/m68k/kernel/
Dmodule.c29 Elf32_Rel *rel = (void *)sechdrs[relsec].sh_addr; in apply_relocate()
/Linux-v5.4/scripts/mod/
Dmodpost.h32 #define Elf_Rel Elf32_Rel
/Linux-v5.4/scripts/
Dsortextable.h62 # define Elf_Rel Elf32_Rel
Drecordmcount.h104 # define Elf_Rel Elf32_Rel
/Linux-v5.4/arch/x86/kernel/
Dmodule.c96 Elf32_Rel *rel = (void *)sechdrs[relsec].sh_addr; in apply_relocate()
/Linux-v5.4/include/uapi/linux/
Delf.h164 } Elf32_Rel; typedef
/Linux-v5.4/arch/mips/kernel/
Dvpe.c431 Elf32_Rel *rel = (void *) sechdrs[relsec].sh_addr; in apply_relocations()