Searched refs:sect (Results 1 – 16 of 16) sorted by relevance
/PHP-8.2/ext/opcache/jit/ |
H A D | zend_elf.c | 33 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, §, 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, §); 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 D | zend_jit_gdb.c | 231 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 D | get_html_translation_table_basic10.phpt | 31 [�] => §
|
H A D | get_html_translation_table_basic4.phpt | 240 string(6) "§"
|
H A D | get_html_translation_table_basic6.phpt | 125 [�] => §
|
H A D | get_html_translation_table_basic7.phpt | 265 [§] => §
|
H A D | get_html_translation_table_basic2.phpt | 464 string(6) "§" 973 string(6) "§" 1478 string(6) "§"
|
H A D | html_entity_decode_html4.phpt | 17 "§",
|
H A D | get_html_translation_table_basic1.phpt | 451 string(6) "§"
|
H A D | htmlentities_html4.phpt | 73 § U+000A7
|
H A D | get_html_translation_table_basic5.phpt | 1340 [§] => §
|
H A D | html_entity_decode_html5.phpt | 1798 "§", 3932 § => § c2a7
|
H A D | htmlentities_html5.phpt | 153 § U+000A7
|
/PHP-8.2/ext/standard/html_tables/ |
H A D | ents_html401.txt | 9 sect 00A7
|
H A D | ents_xhtml.txt | 8 sect 00A7
|
H A D | ents_html5.txt | 1793 sect 000A7
|
Completed in 38 milliseconds