Home
last modified time | relevance | path

Searched refs:sect (Results 1 – 16 of 16) sorted by relevance

/PHP-8.2/ext/opcache/jit/
H A Dzend_elf.c33 static void* zend_elf_read_sect(int fd, zend_elf_sectheader *sect) in zend_elf_read_sect() argument
35 void *s = emalloc(sect->size); in zend_elf_read_sect()
37 if (lseek(fd, sect->ofs, SEEK_SET) < 0) { in zend_elf_read_sect()
41 if (read(fd, s, sect->size) != (ssize_t)sect->size) { in zend_elf_read_sect()
52 zend_elf_sectheader sect; in zend_elf_load_symbols() local
90 if (read(fd, &sect, sizeof(sect)) == sizeof(sect) in zend_elf_load_symbols()
91 && sect.type == ELFSECT_TYPE_SYMTAB) { in zend_elf_load_symbols()
92 uint32_t n, count = sect.size / sizeof(zend_elf_symbol); in zend_elf_load_symbols()
93 zend_elf_symbol *syms = zend_elf_read_sect(fd, &sect); in zend_elf_load_symbols()
97 if (lseek(fd, hdr.shofs + sect.link * sizeof(sect), SEEK_SET) >= 0 in zend_elf_load_symbols()
[all …]
H A Dzend_jit_gdb.c231 zend_elf_sectheader *sect; in zend_gdbjit_secthdr() local
236 sect = &ctx->obj.sect[GDBJIT_SECT_##id]; \ in zend_gdbjit_secthdr()
239 sect->align = (al) in zend_gdbjit_secthdr()
243 sect->addr = ctx->mcaddr; in zend_gdbjit_secthdr()
244 sect->ofs = 0; in zend_gdbjit_secthdr()
245 sect->size = ctx->szmcode; in zend_gdbjit_secthdr()
248 sect->flags = ELFSECT_FLAGS_ALLOC; in zend_gdbjit_secthdr()
256 sect->link = GDBJIT_SECT_strtab; in zend_gdbjit_secthdr()
258 sect->info = GDBJIT_SYM_FUNC; in zend_gdbjit_secthdr()
457 ctx->obj.sect[sect].ofs = (uintptr_t)((char *)ctx->p - (char *)&ctx->obj); in zend_gdbjit_initsect()
[all …]
/PHP-8.2/ext/standard/tests/strings/
H A Dget_html_translation_table_basic10.phpt31 [�] => &sect;
H A Dget_html_translation_table_basic4.phpt240 string(6) "&sect;"
H A Dget_html_translation_table_basic6.phpt125 [�] => &sect;
H A Dget_html_translation_table_basic7.phpt265 [§] => &sect;
H A Dget_html_translation_table_basic2.phpt464 string(6) "&sect;"
973 string(6) "&sect;"
1478 string(6) "&sect;"
H A Dhtml_entity_decode_html4.phpt17 "&sect;",
H A Dget_html_translation_table_basic1.phpt451 string(6) "&sect;"
H A Dhtmlentities_html4.phpt73 &sect; U+000A7
H A Dget_html_translation_table_basic5.phpt1340 [§] => &sect;
H A Dhtml_entity_decode_html5.phpt1798 "&sect;",
3932 &sect; => § c2a7
H A Dhtmlentities_html5.phpt153 &sect; U+000A7
/PHP-8.2/ext/standard/html_tables/
H A Dents_html401.txt9 sect 00A7
H A Dents_xhtml.txt8 sect 00A7
H A Dents_html5.txt1793 sect 000A7

Completed in 48 milliseconds