Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/u-boot/arch/x86/lib/
H A Dreloc_ia32_efi.c20 Elf32_Rel *rel = 0; in _relocate()
27 rel = (Elf32_Rel *)((unsigned long)dyn[i].d_un.d_ptr + in _relocate()
67 rel = (Elf32_Rel *)((char *)rel + relent); in _relocate()
H A Drelocate.c91 Elf32_Rel *re_src, Elf32_Rel *re_end) in do_elf_reloc_fixups32()
/OK3568_Linux_fs/u-boot/arch/arm/lib/
H A Dreloc_arm_efi.c22 Elf32_Rel *rel = 0; in _relocate()
29 rel = (Elf32_Rel *)((ulong)dyn[i].d_un.d_ptr in _relocate()
61 rel = (Elf32_Rel *)((char *)rel + relent); in _relocate()
/OK3568_Linux_fs/buildroot/package/upx/
H A D0001-Check-DT_REL-DT_RELA-DT_RELSZ-DT_RELASZ.patch30 Elf32_Rel *rp = (Elf32_Rel *)&file_image[rel_off];
38 Elf32_Rel *last = (Elf32_Rel *)(relsz + (char *)rp);
/OK3568_Linux_fs/kernel/arch/mips/include/asm/
H A Dmodule.h43 #define Elf_Rel Elf32_Rel
48 #define Elf_Mips_Rel Elf32_Rel
/OK3568_Linux_fs/kernel/include/asm-generic/
H A Dmodule.h40 #define Elf_Rel Elf32_Rel
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/
H A Delf.h25 typedef Elf32_Rel Elf_Rel;
H A Delf32.h127 } Elf32_Rel; typedef
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/
H A Delf.h25 typedef Elf32_Rel Elf_Rel;
H A Delf32.h127 } Elf32_Rel; typedef
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/
H A Delf.h25 typedef Elf32_Rel Elf_Rel;
H A Delf32.h127 } Elf32_Rel; typedef
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/
H A Delf.h25 typedef Elf32_Rel Elf_Rel;
H A Delf32.h127 } Elf32_Rel; typedef
/OK3568_Linux_fs/kernel/arch/m68k/kernel/
H A Dmodule.c29 Elf32_Rel *rel = (void *)sechdrs[relsec].sh_addr; in apply_relocate()
/OK3568_Linux_fs/kernel/scripts/mod/
H A Dmodpost.h33 #define Elf_Rel Elf32_Rel
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Delf.h165 } Elf32_Rel; typedef
/OK3568_Linux_fs/kernel/arch/x86/kernel/
H A Dmodule.c96 Elf32_Rel *rel = (void *)sechdrs[relsec].sh_addr; in apply_relocate()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Delf.h164 } Elf32_Rel; typedef
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Delf.h164 } Elf32_Rel; typedef
/OK3568_Linux_fs/u-boot/include/
H A Delf.h383 } Elf32_Rel; typedef
/OK3568_Linux_fs/kernel/scripts/
H A Dsorttable.h69 # define Elf_Rel Elf32_Rel
/OK3568_Linux_fs/u-boot/tools/
H A Dmips-relocs.c152 const Elf32_Rel *rel = _rel; in parse_mips32_rel()

12