Home
last modified time | relevance | path

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

/PHP-8.4/ext/opcache/jit/ir/
H A Dir_gdb.c226 ir_elf_sectheader *sect; in ir_gdbjit_secthdr() local
231 sect = &ctx->obj.sect[GDBJIT_SECT_##id]; \ in ir_gdbjit_secthdr()
234 sect->align = (al) in ir_gdbjit_secthdr()
238 sect->addr = ctx->mcaddr; in ir_gdbjit_secthdr()
239 sect->ofs = 0; in ir_gdbjit_secthdr()
240 sect->size = ctx->szmcode; in ir_gdbjit_secthdr()
243 sect->flags = ELFSECT_FLAGS_ALLOC; in ir_gdbjit_secthdr()
251 sect->link = GDBJIT_SECT_strtab; in ir_gdbjit_secthdr()
253 sect->info = GDBJIT_SYM_FUNC; in ir_gdbjit_secthdr()
452 ctx->obj.sect[sect].ofs = (uintptr_t)((char *)ctx->p - (char *)&ctx->obj); in ir_gdbjit_initsect()
[all …]
H A Dir_disasm.c759 static void* ir_elf_read_sect(int fd, ir_elf_sectheader *sect) argument
761 void *s = ir_mem_malloc(sect->size);
763 if (lseek(fd, sect->ofs, SEEK_SET) < 0) {
767 if (read(fd, s, sect->size) != (ssize_t)sect->size) {
778 ir_elf_sectheader sect; local
816 if (read(fd, &sect, sizeof(sect)) == sizeof(sect)
817 && sect.type == ELFSECT_TYPE_SYMTAB) {
818 uint32_t n, count = sect.size / sizeof(ir_elf_symbol);
819 ir_elf_symbol *syms = ir_elf_read_sect(fd, &sect);
823 if (lseek(fd, hdr.shofs + sect.link * sizeof(sect), SEEK_SET) >= 0
[all …]
/PHP-8.4/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.4/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 27 milliseconds