Home
last modified time | relevance | path

Searched refs:shofs (Results 1 – 3 of 3) sorted by relevance

/PHP-8.0/ext/opcache/jit/
H A Dzend_elf.c88 && lseek(fd, hdr.shofs, SEEK_SET) >= 0) { in zend_elf_load_symbols()
97 if (lseek(fd, hdr.shofs + sect.link * sizeof(sect), SEEK_SET) >= 0 in zend_elf_load_symbols()
113 if (lseek(fd, hdr.shofs + (i + 1) * sizeof(sect), SEEK_SET) < 0) { in zend_elf_load_symbols()
H A Dzend_elf.h42 uintptr_t shofs; member
H A Dzend_jit_gdb.c169 .shofs = offsetof(zend_gdbjit_obj, sect),

Completed in 14 milliseconds