Home
last modified time | relevance | path

Searched defs:elf32_hdr (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/arch/powerpc/boot/
H A Delf.h55 typedef struct elf32_hdr { struct
56 unsigned char e_ident[EI_NIDENT];
57 Elf32_Half e_type;
58 Elf32_Half e_machine;
59 Elf32_Word e_version;
60 Elf32_Addr e_entry; /* Entry point */
61 Elf32_Off e_phoff;
62 Elf32_Off e_shoff;
63 Elf32_Word e_flags;
64 Elf32_Half e_ehsize;
[all …]
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Delf.h205 typedef struct elf32_hdr{ struct
206 unsigned char e_ident[EI_NIDENT];
207 Elf32_Half e_type;
208 Elf32_Half e_machine;
209 Elf32_Word e_version;
210 Elf32_Addr e_entry; /* Entry point */
211 Elf32_Off e_phoff;
212 Elf32_Off e_shoff;
213 Elf32_Word e_flags;
214 Elf32_Half e_ehsize;
[all …]
/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.h204 typedef struct elf32_hdr{ struct
205 unsigned char e_ident[EI_NIDENT];
206 Elf32_Half e_type;
207 Elf32_Half e_machine;
208 Elf32_Word e_version;
209 Elf32_Addr e_entry; /* Entry point */
210 Elf32_Off e_phoff;
211 Elf32_Off e_shoff;
212 Elf32_Word e_flags;
213 Elf32_Half e_ehsize;
[all …]
/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.h204 typedef struct elf32_hdr{ struct
205 unsigned char e_ident[EI_NIDENT];
206 Elf32_Half e_type;
207 Elf32_Half e_machine;
208 Elf32_Word e_version;
209 Elf32_Addr e_entry; /* Entry point */
210 Elf32_Off e_phoff;
211 Elf32_Off e_shoff;
212 Elf32_Word e_flags;
213 Elf32_Half e_ehsize;
[all …]