Home
last modified time | relevance | path

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

/components/libc/posix/libdl/
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()
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()
A Ddlelf.h40 #define SELFMAG 4 /* size of magic */ macro
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.h137 #define SELFMAG 4 macro

Completed in 30 milliseconds