Searched refs:sect (Results 1 – 16 of 16) sorted by relevance
/PHP-8.4/ext/opcache/jit/ir/ |
H A D | ir_gdb.c | 226 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 D | ir_disasm.c | 759 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, §, 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, §); 823 if (lseek(fd, hdr.shofs + sect.link * sizeof(sect), SEEK_SET) >= 0 [all …]
|
/PHP-8.4/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.4/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 27 milliseconds