Home
last modified time | relevance | path

Searched refs:Elf32_Half (Results 1 – 10 of 10) sorted by relevance

/linux-6.15/arch/powerpc/boot/
H A Delf.h7 typedef unsigned short Elf32_Half; typedef
57 Elf32_Half e_type;
58 Elf32_Half e_machine;
64 Elf32_Half e_ehsize;
65 Elf32_Half e_phentsize;
66 Elf32_Half e_phnum;
67 Elf32_Half e_shentsize;
68 Elf32_Half e_shnum;
69 Elf32_Half e_shstrndx;
/linux-6.15/tools/include/uapi/linux/
H A Delf.h10 typedef __u16 Elf32_Half; typedef
202 Elf32_Half st_shndx;
219 Elf32_Half e_type;
220 Elf32_Half e_machine;
226 Elf32_Half e_ehsize;
228 Elf32_Half e_phnum;
230 Elf32_Half e_shnum;
231 Elf32_Half e_shstrndx;
496 Elf32_Half vd_flags;
497 Elf32_Half vd_ndx;
[all …]
/linux-6.15/include/uapi/linux/
H A Delf.h10 typedef __u16 Elf32_Half; typedef
202 Elf32_Half st_shndx;
219 Elf32_Half e_type;
220 Elf32_Half e_machine;
226 Elf32_Half e_ehsize;
228 Elf32_Half e_phnum;
230 Elf32_Half e_shnum;
231 Elf32_Half e_shstrndx;
585 Elf32_Half vd_flags;
586 Elf32_Half vd_ndx;
[all …]
H A Delf-fdpic.h28 Elf32_Half version; /* version of these structures, just in case... */
29 Elf32_Half nsegs; /* number of segments */
/linux-6.15/arch/arm/vdso/
H A Dvdsomunge.c106 static Elf32_Half read_elf_half(Elf32_Half half, bool swap) in read_elf_half()
/linux-6.15/arch/x86/um/
H A Delfcore.c11 Elf32_Half elf_core_extra_phdrs(struct coredump_params *cprm) in elf_core_extra_phdrs()
/linux-6.15/include/linux/
H A Delf.h46 #define Elf_Half Elf32_Half
/linux-6.15/scripts/mod/
H A Dmodpost.h31 #define Elf_Section Elf32_Half
/linux-6.15/fs/proc/
H A Dvmcore.c1607 if ((Elf32_Half)(ehdr->e_phnum + count) != ehdr->e_phnum + count) { in vmcore_add_device_ram_elf64()
/linux-6.15/sound/soc/codecs/
H A Drt5677.c817 Elf32_Half i; in rt5677_parse_and_load_dsp()