Home
last modified time | relevance | path

Searched refs:Elf32_Sword (Results 1 – 18 of 18) sorted by relevance

/OK3568_Linux_fs/kernel/arch/h8300/kernel/
H A Dmodule.c46 if ((Elf32_Sword)v > 0x7fff || in apply_relocate_add()
47 (Elf32_Sword)v < -(Elf32_Sword)0x8000) in apply_relocate_add()
54 if ((Elf32_Sword)v > 0x7f || in apply_relocate_add()
55 (Elf32_Sword)v < -(Elf32_Sword)0x80) in apply_relocate_add()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/
H A Delf32.h43 typedef int32_t Elf32_Sword; typedef
51 typedef Elf32_Sword Elf32_Ssize;
112 Elf32_Sword d_tag; /* Entry type. */
133 Elf32_Sword r_addend; /* Addend. */
H A Delf.h15 typedef Elf32_Sword Elf_Sword;
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/
H A Delf32.h43 typedef int32_t Elf32_Sword; typedef
51 typedef Elf32_Sword Elf32_Ssize;
112 Elf32_Sword d_tag; /* Entry type. */
133 Elf32_Sword r_addend; /* Addend. */
H A Delf.h15 typedef Elf32_Sword Elf_Sword;
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/
H A Delf32.h43 typedef int32_t Elf32_Sword; typedef
51 typedef Elf32_Sword Elf32_Ssize;
112 Elf32_Sword d_tag; /* Entry type. */
133 Elf32_Sword r_addend; /* Addend. */
H A Delf.h15 typedef Elf32_Sword Elf_Sword;
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/
H A Delf32.h43 typedef int32_t Elf32_Sword; typedef
51 typedef Elf32_Sword Elf32_Ssize;
112 Elf32_Sword d_tag; /* Entry type. */
133 Elf32_Sword r_addend; /* Addend. */
H A Delf.h15 typedef Elf32_Sword Elf_Sword;
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Delf.h12 typedef __s32 Elf32_Sword; typedef
140 Elf32_Sword d_tag;
142 Elf32_Sword d_val;
175 Elf32_Sword r_addend;
/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.h12 typedef __s32 Elf32_Sword; typedef
139 Elf32_Sword d_tag;
141 Elf32_Sword d_val;
174 Elf32_Sword r_addend;
/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.h12 typedef __s32 Elf32_Sword; typedef
139 Elf32_Sword d_tag;
141 Elf32_Sword d_val;
174 Elf32_Sword r_addend;
/OK3568_Linux_fs/u-boot/include/
H A Delf.h28 typedef int32_t Elf32_Sword; /* Signed large integer */ typedef
390 Elf32_Sword r_addend;
446 Elf32_Sword d_tag; /* controls meaning of d_val */
/OK3568_Linux_fs/kernel/arch/powerpc/boot/
H A Delf.h9 typedef signed int Elf32_Sword; 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/
H A Delf.h32 typedef int32_t Elf32_Sword; typedef
654 Elf32_Sword r_addend; /* Addend */
830 Elf32_Sword d_tag; /* Dynamic entry type */
955 #define DT_EXTRATAGIDX(tag) ((Elf32_Word)-((Elf32_Sword) (tag) <<1>>1)-1)
1766 Elf32_Sword ri_gp_value; /* $gp register value. */
/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/
H A Delf.h32 typedef int32_t Elf32_Sword; typedef
654 Elf32_Sword r_addend; /* Addend */
830 Elf32_Sword d_tag; /* Dynamic entry type */
955 #define DT_EXTRATAGIDX(tag) ((Elf32_Word)-((Elf32_Sword) (tag) <<1>>1)-1)
1766 Elf32_Sword ri_gp_value; /* $gp register value. */
/OK3568_Linux_fs/kernel/arch/parisc/kernel/
H A Dmodule.c529 Elf32_Sword addend; in apply_relocate_add()
/OK3568_Linux_fs/kernel/fs/
H A Dbinfmt_elf_fdpic.c843 Elf32_Sword d_tag; in elf_fdpic_map_file()