Home
last modified time | relevance | path

Searched refs:emagic (Results 1 – 4 of 4) sorted by relevance

/PHP-8.1/ext/opcache/jit/
H A Dzend_elf.c84 && hdr.emagic[0] == '\177' in zend_elf_load_symbols()
85 && hdr.emagic[1] == 'E' in zend_elf_load_symbols()
86 && hdr.emagic[2] == 'L' in zend_elf_load_symbols()
87 && hdr.emagic[3] == 'F' in zend_elf_load_symbols()
H A Dzend_jit_perf_dump.c162 elf_hdr.emagic[0] != 0x7f || in zend_jit_perf_jitdump_open()
163 elf_hdr.emagic[1] != 'E' || in zend_jit_perf_jitdump_open()
164 elf_hdr.emagic[2] != 'L' || in zend_jit_perf_jitdump_open()
165 elf_hdr.emagic[3] != 'F') { in zend_jit_perf_jitdump_open()
H A Dzend_elf.h30 uint8_t emagic[4]; member
H A Dzend_jit_gdb.c132 .emagic = { 0x7f, 'E', 'L', 'F' },

Completed in 8 milliseconds