Home
last modified time | relevance | path

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

/components/libc/posix/libdl/
A Ddlelf.h58 #define IS_ELF(ehdr) ((ehdr).e_ident[EI_MAG0] == ELFMAG0 && \
59 (ehdr).e_ident[EI_MAG1] == ELFMAG1 && \
60 (ehdr).e_ident[EI_MAG2] == ELFMAG2 && \
61 (ehdr).e_ident[EI_MAG3] == ELFMAG3)
72 unsigned char e_ident[EI_NIDENT]; /* ELF Identification */ member
91 unsigned char e_ident[EI_NIDENT]; /* ELF Identification */ member
A Ddlmodule.c485 if (rt_memcmp(elf_module->e_ident, RTMMAG, SELFMAG) != 0 && in dlmodule_load()
486 rt_memcmp(elf_module->e_ident, ELFMAG, SELFMAG) != 0) in dlmodule_load()
493 … if ((elf_module->e_ident[EI_CLASS] != ELFCLASS32)&&(elf_module->e_ident[EI_CLASS] != ELFCLASS64)) in dlmodule_load()
652 if (rt_memcmp(elf_module->e_ident, RTMMAG, SELFMAG) != 0 && in dlmodule_load_custom()
653 rt_memcmp(elf_module->e_ident, ELFMAG, SELFMAG) != 0) in dlmodule_load_custom()
660 if (elf_module->e_ident[EI_CLASS] != ELFCLASS32) in dlmodule_load_custom()
A Ddlelf.c52 if (rt_memcmp(elf_module->e_ident, RTMMAG, SELFMAG) == 0) in dlmodule_load_shared_object()
/components/lwp/
A Dlwp_elf.c271 if (memcmp(ehdr->e_ident, ELFMAG, SELFMAG) != 0) in elf_check_ehdr()
A Dlwp_elf.h85 unsigned char e_ident[EI_NIDENT]; /* Magic number and other info */ member
103 unsigned char e_ident[EI_NIDENT]; /* Magic number and other info */ member

Completed in 27 milliseconds