Home
last modified time | relevance | path

Searched refs:e_ident (Results 1 - 25 of 133) sorted by relevance

123456

/kernel/linux/linux-5.10/arch/powerpc/boot/
H A Delf_util.c20 if (!(elf64->e_ident[EI_MAG0] == ELFMAG0 && in parse_elf64()
21 elf64->e_ident[EI_MAG1] == ELFMAG1 && in parse_elf64()
22 elf64->e_ident[EI_MAG2] == ELFMAG2 && in parse_elf64()
23 elf64->e_ident[EI_MAG3] == ELFMAG3 && in parse_elf64()
24 elf64->e_ident[EI_CLASS] == ELFCLASS64 && in parse_elf64()
26 elf64->e_ident[EI_DATA] == ELFDATA2LSB && in parse_elf64()
28 elf64->e_ident[EI_DATA] == ELFDATA2MSB && in parse_elf64()
56 if (!(elf32->e_ident[EI_MAG0] == ELFMAG0 && in parse_elf32()
57 elf32->e_ident[EI_MAG1] == ELFMAG1 && in parse_elf32()
58 elf32->e_ident[EI_MAG in parse_elf32()
[all...]
/kernel/linux/linux-6.6/arch/powerpc/boot/
H A Delf_util.c20 if (!(elf64->e_ident[EI_MAG0] == ELFMAG0 && in parse_elf64()
21 elf64->e_ident[EI_MAG1] == ELFMAG1 && in parse_elf64()
22 elf64->e_ident[EI_MAG2] == ELFMAG2 && in parse_elf64()
23 elf64->e_ident[EI_MAG3] == ELFMAG3 && in parse_elf64()
24 elf64->e_ident[EI_CLASS] == ELFCLASS64 && in parse_elf64()
26 elf64->e_ident[EI_DATA] == ELFDATA2LSB && in parse_elf64()
28 elf64->e_ident[EI_DATA] == ELFDATA2MSB && in parse_elf64()
56 if (!(elf32->e_ident[EI_MAG0] == ELFMAG0 && in parse_elf32()
57 elf32->e_ident[EI_MAG1] == ELFMAG1 && in parse_elf32()
58 elf32->e_ident[EI_MAG in parse_elf32()
[all...]
/kernel/linux/linux-5.10/tools/perf/util/
H A Dsymbol-minimal.c94 u8 e_ident[EI_NIDENT]; in filename__read_build_id() local
103 if (fread(e_ident, sizeof(e_ident), 1, fp) != 1) in filename__read_build_id()
106 if (memcmp(e_ident, ELFMAG, SELFMAG) || in filename__read_build_id()
107 e_ident[EI_VERSION] != EV_CURRENT) in filename__read_build_id()
110 need_swap = check_need_swap(e_ident[EI_DATA]); in filename__read_build_id()
115 if (e_ident[EI_CLASS] == ELFCLASS32) { in filename__read_build_id()
303 u8 e_ident[EI_NIDENT]; in fd__is_64_bit() local
308 if (readn(fd, e_ident, sizeof(e_ident)) ! in fd__is_64_bit()
[all...]
/kernel/linux/linux-6.6/tools/perf/util/
H A Dsymbol-minimal.c94 u8 e_ident[EI_NIDENT]; in filename__read_build_id() local
103 if (fread(e_ident, sizeof(e_ident), 1, fp) != 1) in filename__read_build_id()
106 if (memcmp(e_ident, ELFMAG, SELFMAG) || in filename__read_build_id()
107 e_ident[EI_VERSION] != EV_CURRENT) in filename__read_build_id()
110 need_swap = check_need_swap(e_ident[EI_DATA]); in filename__read_build_id()
115 if (e_ident[EI_CLASS] == ELFCLASS32) { in filename__read_build_id()
303 u8 e_ident[EI_NIDENT]; in fd__is_64_bit() local
308 if (readn(fd, e_ident, sizeof(e_ident)) ! in fd__is_64_bit()
[all...]
/kernel/linux/linux-5.10/kernel/
H A Dkexec_elf.c26 return memcmp(ehdr->e_ident, ELFMAG, SELFMAG) == 0; in elf_is_elf_file()
31 if (ehdr->e_ident[EI_DATA] == ELFDATA2LSB) in elf64_to_cpu()
33 else if (ehdr->e_ident[EI_DATA] == ELFDATA2MSB) in elf64_to_cpu()
41 if (ehdr->e_ident[EI_DATA] == ELFDATA2LSB) in elf32_to_cpu()
43 else if (ehdr->e_ident[EI_DATA] == ELFDATA2MSB) in elf32_to_cpu()
51 if (ehdr->e_ident[EI_DATA] == ELFDATA2LSB) in elf16_to_cpu()
53 else if (ehdr->e_ident[EI_DATA] == ELFDATA2MSB) in elf16_to_cpu()
72 } else if (ehdr->e_ident[EI_VERSION] != EV_CURRENT || in elf_is_ehdr_sane()
129 memcpy(ehdr->e_ident, buf, sizeof(ehdr->e_ident)); in elf_read_ehdr()
[all...]
/kernel/linux/linux-6.6/kernel/
H A Dkexec_elf.c26 return memcmp(ehdr->e_ident, ELFMAG, SELFMAG) == 0; in elf_is_elf_file()
31 if (ehdr->e_ident[EI_DATA] == ELFDATA2LSB) in elf64_to_cpu()
33 else if (ehdr->e_ident[EI_DATA] == ELFDATA2MSB) in elf64_to_cpu()
41 if (ehdr->e_ident[EI_DATA] == ELFDATA2LSB) in elf32_to_cpu()
43 else if (ehdr->e_ident[EI_DATA] == ELFDATA2MSB) in elf32_to_cpu()
51 if (ehdr->e_ident[EI_DATA] == ELFDATA2LSB) in elf16_to_cpu()
53 else if (ehdr->e_ident[EI_DATA] == ELFDATA2MSB) in elf16_to_cpu()
72 } else if (ehdr->e_ident[EI_VERSION] != EV_CURRENT || in elf_is_ehdr_sane()
129 memcpy(ehdr->e_ident, buf, sizeof(ehdr->e_ident)); in elf_read_ehdr()
[all...]
/kernel/linux/linux-5.10/drivers/remoteproc/
H A Dremoteproc_elf_helpers.h27 return ehdr->e_ident[EI_CLASS]; in fw_elf_get_class()
32 memcpy(hdr->e_ident, ELFMAG, SELFMAG); in elf_hdr_init_ident()
33 hdr->e_ident[EI_CLASS] = class; in elf_hdr_init_ident()
34 hdr->e_ident[EI_DATA] = ELFDATA2LSB; in elf_hdr_init_ident()
35 hdr->e_ident[EI_VERSION] = EV_CURRENT; in elf_hdr_init_ident()
36 hdr->e_ident[EI_OSABI] = ELFOSABI_NONE; in elf_hdr_init_ident()
/kernel/linux/linux-6.6/drivers/remoteproc/
H A Dremoteproc_elf_helpers.h27 return ehdr->e_ident[EI_CLASS]; in fw_elf_get_class()
32 memcpy(hdr->e_ident, ELFMAG, SELFMAG); in elf_hdr_init_ident()
33 hdr->e_ident[EI_CLASS] = class; in elf_hdr_init_ident()
34 hdr->e_ident[EI_DATA] = ELFDATA2LSB; in elf_hdr_init_ident()
35 hdr->e_ident[EI_VERSION] = EV_CURRENT; in elf_hdr_init_ident()
36 hdr->e_ident[EI_OSABI] = ELFOSABI_NONE; in elf_hdr_init_ident()
/kernel/linux/linux-5.10/arch/mips/tools/
H A Delf-entry.c58 if (memcmp(hdr.ehdr32.e_ident, ELFMAG, SELFMAG)) { in main()
63 switch (hdr.ehdr32.e_ident[EI_CLASS]) { in main()
65 switch (hdr.ehdr32.e_ident[EI_DATA]) { in main()
82 switch (hdr.ehdr32.e_ident[EI_DATA]) { in main()
/kernel/linux/linux-6.6/arch/mips/tools/
H A Delf-entry.c58 if (memcmp(hdr.ehdr32.e_ident, ELFMAG, SELFMAG)) { in main()
63 switch (hdr.ehdr32.e_ident[EI_CLASS]) { in main()
65 switch (hdr.ehdr32.e_ident[EI_DATA]) { in main()
82 switch (hdr.ehdr32.e_ident[EI_DATA]) { in main()
/kernel/linux/linux-5.10/arch/loongarch/boot/tools/
H A Drelocs_main.c35 unsigned char e_ident[EI_NIDENT]; in main() local
75 if (fread(&e_ident, 1, EI_NIDENT, fp) != EI_NIDENT) in main()
79 if (e_ident[EI_CLASS] == ELFCLASS64) in main()
/kernel/linux/linux-5.10/arch/x86/tools/
H A Drelocs_common.c26 unsigned char e_ident[EI_NIDENT]; in main() local
71 if (fread(&e_ident, 1, EI_NIDENT, fp) != EI_NIDENT) { in main()
75 if (e_ident[EI_CLASS] == ELFCLASS64) in main()
/kernel/linux/linux-5.10/arch/mips/boot/tools/
H A Drelocs_main.c35 unsigned char e_ident[EI_NIDENT]; in main() local
75 if (fread(&e_ident, 1, EI_NIDENT, fp) != EI_NIDENT) in main()
79 if (e_ident[EI_CLASS] == ELFCLASS64) in main()
H A Drelocs.c163 if (ehdr.e_ident[EI_DATA] == ELFDATA2LSB) in elf16_to_cpu()
171 if (ehdr.e_ident[EI_DATA] == ELFDATA2LSB) in elf32_to_cpu()
179 if (ehdr.e_ident[EI_DATA] == ELFDATA2LSB) in cpu_to_elf32()
191 if (ehdr.e_ident[EI_DATA] == ELFDATA2LSB) in elf64_to_cpu()
210 if (memcmp(ehdr.e_ident, ELFMAG, SELFMAG) != 0) in read_ehdr()
213 if (ehdr.e_ident[EI_CLASS] != ELF_CLASS) in read_ehdr()
216 if ((ehdr.e_ident[EI_DATA] != ELFDATA2LSB) && in read_ehdr()
217 (ehdr.e_ident[EI_DATA] != ELFDATA2MSB)) in read_ehdr()
220 if (ehdr.e_ident[EI_VERSION] != EV_CURRENT) in read_ehdr()
/kernel/linux/linux-6.6/arch/mips/boot/tools/
H A Drelocs_main.c35 unsigned char e_ident[EI_NIDENT]; in main() local
75 if (fread(&e_ident, 1, EI_NIDENT, fp) != EI_NIDENT) in main()
79 if (e_ident[EI_CLASS] == ELFCLASS64) in main()
H A Drelocs.c163 if (ehdr.e_ident[EI_DATA] == ELFDATA2LSB) in elf16_to_cpu()
171 if (ehdr.e_ident[EI_DATA] == ELFDATA2LSB) in elf32_to_cpu()
179 if (ehdr.e_ident[EI_DATA] == ELFDATA2LSB) in cpu_to_elf32()
191 if (ehdr.e_ident[EI_DATA] == ELFDATA2LSB) in elf64_to_cpu()
210 if (memcmp(ehdr.e_ident, ELFMAG, SELFMAG) != 0) in read_ehdr()
213 if (ehdr.e_ident[EI_CLASS] != ELF_CLASS) in read_ehdr()
216 if ((ehdr.e_ident[EI_DATA] != ELFDATA2LSB) && in read_ehdr()
217 (ehdr.e_ident[EI_DATA] != ELFDATA2MSB)) in read_ehdr()
220 if (ehdr.e_ident[EI_VERSION] != EV_CURRENT) in read_ehdr()
/kernel/linux/linux-6.6/arch/x86/tools/
H A Drelocs_common.c26 unsigned char e_ident[EI_NIDENT]; in main() local
71 if (fread(&e_ident, 1, EI_NIDENT, fp) != EI_NIDENT) { in main()
75 if (e_ident[EI_CLASS] == ELFCLASS64) in main()
/kernel/linux/common_modules/xpm/validator/
H A Delf_code_segment_info.c44 if (ehdr->e_ident[EI_DATA] == ELFDATA2MSB) in elf64_get_value()
47 if (ehdr->e_ident[EI_DATA] == ELFDATA2LSB) in elf64_get_value()
55 if (ehdr->e_ident[EI_DATA] == ELFDATA2MSB) in elf32_get_value()
58 if (ehdr->e_ident[EI_DATA] == ELFDATA2LSB) in elf32_get_value()
66 if (ehdr->e_ident[EI_DATA] == ELFDATA2MSB) in elf16_get_value()
69 if (ehdr->e_ident[EI_DATA] == ELFDATA2LSB) in elf16_get_value()
238 if (memcmp(elf_ehdr->e_ident, ELFMAG, SELFMAG) != 0) { in elf_check_and_get_code_segment_offset()
248 if (elf_ehdr->e_ident[EI_CLASS] == ELFCLASS32) in elf_check_and_get_code_segment_offset()
251 if (elf_ehdr->e_ident[EI_CLASS] == ELFCLASS64) in elf_check_and_get_code_segment_offset()
/kernel/linux/linux-5.10/tools/testing/selftests/proc/
H A Dproc-pid-vm.c79 uint8_t e_ident[16]; member
162 h.e_ident[0] = 0x7f; in make_exe()
163 h.e_ident[1] = 'E'; in make_exe()
164 h.e_ident[2] = 'L'; in make_exe()
165 h.e_ident[3] = 'F'; in make_exe()
166 h.e_ident[4] = 2; in make_exe()
167 h.e_ident[5] = 1; in make_exe()
168 h.e_ident[6] = 1; in make_exe()
169 h.e_ident[7] = 0; in make_exe()
/kernel/linux/linux-6.6/tools/testing/selftests/proc/
H A Dproc-pid-vm.c81 uint8_t e_ident[16]; member
164 h.e_ident[0] = 0x7f; in make_exe()
165 h.e_ident[1] = 'E'; in make_exe()
166 h.e_ident[2] = 'L'; in make_exe()
167 h.e_ident[3] = 'F'; in make_exe()
168 h.e_ident[4] = 2; in make_exe()
169 h.e_ident[5] = 1; in make_exe()
170 h.e_ident[6] = 1; in make_exe()
171 h.e_ident[7] = 0; in make_exe()
/kernel/linux/linux-6.6/arch/arm64/kvm/hyp/nvhe/
H A Dgen-hyprel.c280 assert_eq(elf.ehdr->e_ident[EI_MAG0], ELFMAG0, "0x%x"); in init_elf()
281 assert_eq(elf.ehdr->e_ident[EI_MAG1], ELFMAG1, "0x%x"); in init_elf()
282 assert_eq(elf.ehdr->e_ident[EI_MAG2], ELFMAG2, "0x%x"); in init_elf()
283 assert_eq(elf.ehdr->e_ident[EI_MAG3], ELFMAG3, "0x%x"); in init_elf()
286 assert_eq(elf.ehdr->e_ident[EI_CLASS], ELFCLASS64, "%u"); in init_elf()
287 assert_eq(elf.ehdr->e_ident[EI_DATA], ELFENDIAN, "%u"); in init_elf()
/kernel/linux/linux-5.10/scripts/
H A Dsorttable.c335 switch (ehdr->e_ident[EI_DATA]) { in do_file()
354 ehdr->e_ident[EI_DATA], fname); in do_file()
358 if (memcmp(ELFMAG, ehdr->e_ident, SELFMAG) != 0 || in do_file()
360 ehdr->e_ident[EI_VERSION] != EV_CURRENT) { in do_file()
395 switch (ehdr->e_ident[EI_CLASS]) { in do_file()
420 ehdr->e_ident[EI_CLASS], fname); in do_file()
/kernel/linux/linux-6.6/scripts/
H A Dsorttable.c274 switch (ehdr->e_ident[EI_DATA]) { in do_file()
293 ehdr->e_ident[EI_DATA], fname); in do_file()
297 if (memcmp(ELFMAG, ehdr->e_ident, SELFMAG) != 0 || in do_file()
299 ehdr->e_ident[EI_VERSION] != EV_CURRENT) { in do_file()
331 switch (ehdr->e_ident[EI_CLASS]) { in do_file()
356 ehdr->e_ident[EI_CLASS], fname); in do_file()
/kernel/linux/linux-5.10/arch/mips/vdso/
H A Dgenvdso.c141 if (memcmp(ehdr->e_ident, ELFMAG, SELFMAG) != 0) { in map_vdso()
148 elf_class = ehdr->e_ident[EI_CLASS]; in map_vdso()
160 switch (ehdr->e_ident[EI_DATA]) { in map_vdso()
163 need_swap = ehdr->e_ident[EI_DATA] != HOST_ORDER; in map_vdso()
/kernel/linux/linux-5.10/arch/parisc/boot/compressed/
H A Dmisc.c246 if (ehdr.e_ident[EI_MAG0] != ELFMAG0 || in parse_elf()
247 ehdr.e_ident[EI_MAG1] != ELFMAG1 || in parse_elf()
248 ehdr.e_ident[EI_MAG2] != ELFMAG2 || in parse_elf()
249 ehdr.e_ident[EI_MAG3] != ELFMAG3) { in parse_elf()

Completed in 12 milliseconds

123456