Searched refs:SELFMAG (Results 1 – 5 of 5) sorted by relevance
| /components/libc/posix/libdl/ |
| A D | dlmodule.c | 485 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 D | dlelf.h | 40 #define SELFMAG 4 /* size of magic */ macro
|
| A D | dlelf.c | 52 if (rt_memcmp(elf_module->e_ident, RTMMAG, SELFMAG) == 0) in dlmodule_load_shared_object()
|
| /components/lwp/ |
| A D | lwp_elf.c | 271 if (memcmp(ehdr->e_ident, ELFMAG, SELFMAG) != 0) in elf_check_ehdr()
|
| A D | lwp_elf.h | 137 #define SELFMAG 4 macro
|
Completed in 30 milliseconds