Searched refs:ELFMAG (Results 1 – 4 of 4) sorted by relevance
486 rt_memcmp(elf_module->e_ident, ELFMAG, SELFMAG) != 0) in dlmodule_load()653 rt_memcmp(elf_module->e_ident, ELFMAG, SELFMAG) != 0) in dlmodule_load_custom()
39 #define ELFMAG "\177ELF" /* magic */ macro
271 if (memcmp(ehdr->e_ident, ELFMAG, SELFMAG) != 0) in elf_check_ehdr()
136 #define ELFMAG "\177ELF" macro
Completed in 27 milliseconds