Home
last modified time | relevance | path

Searched refs:e_ident (Results 1 – 25 of 89) sorted by relevance

1234

/OK3568_Linux_fs/kernel/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_MAG2] == ELFMAG2 && in parse_elf32()
[all …]
/OK3568_Linux_fs/kernel/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()
135 if (ehdr->e_ident[EI_CLASS] != ELF_CLASS) { in elf_read_ehdr()
[all …]
/OK3568_Linux_fs/kernel/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)) != sizeof(e_ident)) in fd__is_64_bit()
311 if (memcmp(e_ident, ELFMAG, SELFMAG) || in fd__is_64_bit()
312 e_ident[EI_VERSION] != EV_CURRENT) in fd__is_64_bit()
[all …]
/OK3568_Linux_fs/kernel/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()
H A Dremoteproc_elf_loader.c62 if (memcmp(ehdr->e_ident, ELFMAG, SELFMAG)) {
67 class = ehdr->e_ident[EI_CLASS];
80 if (ehdr->e_ident[EI_DATA] != ELFDATA2LSB) {
82 if (ehdr->e_ident[EI_DATA] != ELFDATA2MSB) {
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/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()
H A Dloongson3-llsc-check.c270 if (memcmp(eh->e_ident, ELFMAG, SELFMAG)) { in main()
275 if (eh->e_ident[EI_CLASS] != ELFCLASS64) { in main()
280 if (eh->e_ident[EI_DATA] != ELFDATA2LSB) { in main()
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/u-boot/tools/
H A Dimg2srec.c252 getPtr = ExtractBlock(sizeof elfHeader.e_ident, elfHeader.e_ident, rxBlock); in ConvertELF()
267 || (elfHeader.e_ident[0] != ELFMAG0) in ConvertELF()
268 || (elfHeader.e_ident[1] != ELFMAG1) in ConvertELF()
269 || (elfHeader.e_ident[2] != ELFMAG2) in ConvertELF()
270 || (elfHeader.e_ident[3] != ELFMAG3) in ConvertELF()
/OK3568_Linux_fs/kernel/scripts/
H A Dsorttable.c303 switch (ehdr->e_ident[EI_DATA]) { in do_file()
322 ehdr->e_ident[EI_DATA], fname); in do_file()
326 if (memcmp(ELFMAG, ehdr->e_ident, SELFMAG) != 0 || in do_file()
328 ehdr->e_ident[EI_VERSION] != EV_CURRENT) { in do_file()
360 switch (ehdr->e_ident[EI_CLASS]) { in do_file()
385 ehdr->e_ident[EI_CLASS], fname); in do_file()
H A Dinsert-sys-cert.c323 if ((hdr->e_ident[EI_MAG0] != ELFMAG0) || in main()
324 (hdr->e_ident[EI_MAG1] != ELFMAG1) || in main()
325 (hdr->e_ident[EI_MAG2] != ELFMAG2) || in main()
326 (hdr->e_ident[EI_MAG3] != ELFMAG3)) { in main()
331 if (hdr->e_ident[EI_CLASS] != CURRENT_ELFCLASS) { in main()
336 if (hdr->e_ident[EI_DATA] != endianness()) { in main()
H A Drecordmcount.c490 switch (ehdr->e_ident[EI_DATA]) { in do_file()
494 ehdr->e_ident[EI_DATA], fname); in do_file()
523 if (memcmp(ELFMAG, ehdr->e_ident, SELFMAG) != 0 || in do_file()
525 ehdr->e_ident[EI_VERSION] != EV_CURRENT) { in do_file()
576 switch (ehdr->e_ident[EI_CLASS]) { in do_file()
579 ehdr->e_ident[EI_CLASS], fname); in do_file()
/OK3568_Linux_fs/u-boot/include/
H A Delf.h93 #define IS_ELF(ehdr) ((ehdr).e_ident[EI_MAG0] == ELFMAG0 && \
94 (ehdr).e_ident[EI_MAG1] == ELFMAG1 && \
95 (ehdr).e_ident[EI_MAG2] == ELFMAG2 && \
96 (ehdr).e_ident[EI_MAG3] == ELFMAG3)
100 unsigned char e_ident[EI_NIDENT]; /* ELF Identification */ member
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/fs/proc/
H A Dvmcore.c1206 if (memcmp(ehdr.e_ident, ELFMAG, SELFMAG) != 0 || in parse_crash_elf64_headers()
1209 ehdr.e_ident[EI_CLASS] != ELFCLASS64 || in parse_crash_elf64_headers()
1210 ehdr.e_ident[EI_VERSION] != EV_CURRENT || in parse_crash_elf64_headers()
1262 if (memcmp(ehdr.e_ident, ELFMAG, SELFMAG) != 0 || in parse_crash_elf32_headers()
1265 ehdr.e_ident[EI_CLASS] != ELFCLASS32|| in parse_crash_elf32_headers()
1266 ehdr.e_ident[EI_VERSION] != EV_CURRENT || in parse_crash_elf32_headers()
1305 unsigned char e_ident[EI_NIDENT]; in parse_crash_elf_headers() local
1310 rc = elfcorehdr_read(e_ident, EI_NIDENT, &addr); in parse_crash_elf_headers()
1313 if (memcmp(e_ident, ELFMAG, SELFMAG) != 0) { in parse_crash_elf_headers()
1318 if (e_ident[EI_CLASS] == ELFCLASS64) { in parse_crash_elf_headers()
[all …]
/OK3568_Linux_fs/kernel/arch/arm/vdso/
H A Dvdsomunge.c153 if (memcmp(&inhdr->e_ident, ELFMAG, SELFMAG) != 0) in main()
156 if (inhdr->e_ident[EI_CLASS] != ELFCLASS32) in main()
159 swap = inhdr->e_ident[EI_DATA] != HOST_ORDER; in main()
/OK3568_Linux_fs/kernel/arch/s390/include/asm/
H A Delf.h156 && (x)->e_ident[EI_CLASS] == ELF_CLASS)
159 && (x)->e_ident[EI_CLASS] == ELF_CLASS)
245 if ((ex).e_ident[EI_CLASS] == ELFCLASS32) { \
/OK3568_Linux_fs/kernel/arch/x86/boot/compressed/
H A Dmisc.c284 if (ehdr.e_ident[EI_MAG0] != ELFMAG0 || in parse_elf()
285 ehdr.e_ident[EI_MAG1] != ELFMAG1 || in parse_elf()
286 ehdr.e_ident[EI_MAG2] != ELFMAG2 || in parse_elf()
287 ehdr.e_ident[EI_MAG3] != ELFMAG3) { in parse_elf()
/OK3568_Linux_fs/kernel/arch/mips/include/asm/
H A Delf.h289 if (__h->e_ident[EI_CLASS] != ELFCLASS32) \
312 if (__h->e_ident[EI_CLASS] != ELFCLASS64) \
328 if (__h->e_ident[EI_CLASS] != ELFCLASS32) \
415 if ((ex).e_ident[EI_CLASS] == ELFCLASS32) \
/OK3568_Linux_fs/kernel/arch/powerpc/platforms/powernv/
H A Dopal-core.c357 memcpy(elf->e_ident, ELFMAG, SELFMAG); in create_opalcore()
358 elf->e_ident[EI_CLASS] = ELF_CLASS; in create_opalcore()
359 elf->e_ident[EI_DATA] = ELFDATA2MSB; in create_opalcore()
360 elf->e_ident[EI_VERSION] = EV_CURRENT; in create_opalcore()
361 elf->e_ident[EI_OSABI] = ELF_OSABI; in create_opalcore()
362 memset(elf->e_ident+EI_PAD, 0, EI_NIDENT-EI_PAD); in create_opalcore()

1234