Home
last modified time | relevance | path

Searched refs:Elf32_Rel (Results 1 - 25 of 28) sorted by relevance

12

/kernel/linux/linux-5.10/arch/arm/kernel/
H A Dmodule-plts.c106 const Elf32_Rel *x = a, *y = b; in cmp_rel()
116 static bool is_zero_addend_relocation(Elf32_Addr base, const Elf32_Rel *rel) in is_zero_addend_relocation()
144 static bool duplicate_rel(Elf32_Addr base, const Elf32_Rel *rel, int num) in duplicate_rel()
146 const Elf32_Rel *prev; in duplicate_rel()
163 const Elf32_Rel *rel, int num, Elf32_Word dstidx) in count_plts()
245 Elf32_Rel *rels = (void *)ehdr + s->sh_offset; in module_frob_arch_sections()
246 int numrels = s->sh_size / sizeof(Elf32_Rel); in module_frob_arch_sections()
257 sort(rels, numrels, sizeof(Elf32_Rel), cmp_rel, NULL); in module_frob_arch_sections()
H A Dmodule.c78 Elf32_Rel *rel = (void *)relsec->sh_addr; in apply_relocate()
81 for (i = 0; i < relsec->sh_size / sizeof(Elf32_Rel); i++, rel++) { in apply_relocate()
/kernel/linux/linux-6.6/arch/arm/kernel/
H A Dmodule-plts.c101 const Elf32_Rel *x = a, *y = b; in cmp_rel()
111 static bool is_zero_addend_relocation(Elf32_Addr base, const Elf32_Rel *rel) in is_zero_addend_relocation()
139 static bool duplicate_rel(Elf32_Addr base, const Elf32_Rel *rel, int num) in duplicate_rel()
141 const Elf32_Rel *prev; in duplicate_rel()
158 const Elf32_Rel *rel, int num, Elf32_Word dstidx) in count_plts()
240 Elf32_Rel *rels = (void *)ehdr + s->sh_offset; in module_frob_arch_sections()
241 int numrels = s->sh_size / sizeof(Elf32_Rel); in module_frob_arch_sections()
252 sort(rels, numrels, sizeof(Elf32_Rel), cmp_rel, NULL); in module_frob_arch_sections()
H A Dmodule.c116 Elf32_Rel *rel = (void *)relsec->sh_addr; in apply_relocate()
119 for (i = 0; i < relsec->sh_size / sizeof(Elf32_Rel); i++, rel++) { in apply_relocate()
/kernel/linux/linux-5.10/arch/mips/include/asm/
H A Dmodule.h43 #define Elf_Rel Elf32_Rel
48 #define Elf_Mips_Rel Elf32_Rel
/kernel/linux/linux-6.6/arch/mips/include/asm/
H A Dmodule.h43 #define Elf_Rel Elf32_Rel
48 #define Elf_Mips_Rel Elf32_Rel
/kernel/linux/linux-5.10/include/asm-generic/
H A Dmodule.h40 #define Elf_Rel Elf32_Rel
/kernel/linux/linux-6.6/include/asm-generic/
H A Dmodule.h40 #define Elf_Rel Elf32_Rel
/kernel/linux/linux-5.10/arch/m68k/kernel/
H A Dmodule.c29 Elf32_Rel *rel = (void *)sechdrs[relsec].sh_addr; in apply_relocate()
/kernel/linux/linux-6.6/arch/m68k/kernel/
H A Dmodule.c29 Elf32_Rel *rel = (void *)sechdrs[relsec].sh_addr; in apply_relocate()
/kernel/linux/linux-6.6/scripts/mod/
H A Dmodpost.h33 #define Elf_Rel Elf32_Rel
/kernel/liteos_m/components/dynlink/
H A Dlos_dynlink.h59 typedef Elf32_Rel LD_ELF_REL;
/kernel/linux/linux-5.10/scripts/mod/
H A Dmodpost.h33 #define Elf_Rel Elf32_Rel
/kernel/linux/linux-5.10/scripts/
H A Drecordmcount.c439 static int arm_is_fake_mcount(Elf32_Rel const *rp) in arm_is_fake_mcount()
456 static int LARCH32_is_fake_mcount(Elf32_Rel const *rp) in LARCH32_is_fake_mcount()
H A Dsorttable.h69 # define Elf_Rel Elf32_Rel
/kernel/linux/linux-6.6/scripts/
H A Drecordmcount.c439 static int arm_is_fake_mcount(Elf32_Rel const *rp) in arm_is_fake_mcount()
456 static int LARCH32_is_fake_mcount(Elf32_Rel const *rp) in LARCH32_is_fake_mcount()
H A Dsorttable.h78 # define Elf_Rel Elf32_Rel
/kernel/linux/linux-5.10/arch/x86/kernel/
H A Dmodule.c96 Elf32_Rel *rel = (void *)sechdrs[relsec].sh_addr; in apply_relocate()
/kernel/linux/linux-5.10/include/uapi/linux/
H A Delf.h168 } Elf32_Rel; typedef
/kernel/linux/linux-6.6/include/uapi/linux/
H A Delf.h169 } Elf32_Rel; typedef
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Delf.h139 } Elf32_Rel; typedef
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Delf.h139 } Elf32_Rel; typedef
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H A Delf.h125 } Elf32_Rel; typedef
/kernel/linux/linux-6.6/arch/x86/kernel/
H A Dmodule.c98 Elf32_Rel *rel = (void *)sechdrs[relsec].sh_addr; in apply_relocate()
/kernel/linux/linux-6.6/arch/mips/kernel/
H A Dvpe.c430 Elf32_Rel *rel = (void *) sechdrs[relsec].sh_addr; in apply_relocations()

Completed in 18 milliseconds

12