Home
last modified time | relevance | path

Searched refs:sections (Results 1 – 22 of 22) sorted by relevance

/PHP-8.0/ext/opcache/jit/dynasm/
H A Ddasm_mips.h102 D->sections[i].rbuf = D->sections[i].buf - DASM_SEC2POS(i); in dasm_init()
103 D->sections[i].bsize = 0; in dasm_init()
114 if (D->sections[i].buf) in dasm_free()
115 DASM_M_FREE(Dst, D->sections[i].buf, D->sections[i].bsize); in dasm_free()
145 D->section = &D->sections[0]; in dasm_setup()
149 D->sections[i].pos = DASM_SEC2POS(i); in dasm_setup()
150 D->sections[i].ofs = 0; in dasm_setup()
199 D->section = &D->sections[n]; goto stop; in dasm_put()
285 dasm_Section *sec = D->sections + secnum; in dasm_link()
332 dasm_Section *sec = D->sections + secnum; in dasm_encode()
[all …]
H A Ddasm_ppc.h102 D->sections[i].rbuf = D->sections[i].buf - DASM_SEC2POS(i); in dasm_init()
103 D->sections[i].bsize = 0; in dasm_init()
114 if (D->sections[i].buf) in dasm_free()
115 DASM_M_FREE(Dst, D->sections[i].buf, D->sections[i].bsize); in dasm_free()
145 D->section = &D->sections[0]; in dasm_setup()
149 D->sections[i].pos = DASM_SEC2POS(i); in dasm_setup()
150 D->sections[i].ofs = 0; in dasm_setup()
199 D->section = &D->sections[n]; goto stop; in dasm_put()
289 dasm_Section *sec = D->sections + secnum; in dasm_link()
336 dasm_Section *sec = D->sections + secnum; in dasm_encode()
[all …]
H A Ddasm_arm.h103 D->sections[i].rbuf = D->sections[i].buf - DASM_SEC2POS(i); in dasm_init()
104 D->sections[i].bsize = 0; in dasm_init()
115 if (D->sections[i].buf) in dasm_free()
116 DASM_M_FREE(Dst, D->sections[i].buf, D->sections[i].bsize); in dasm_free()
146 D->section = &D->sections[0]; in dasm_setup()
150 D->sections[i].pos = DASM_SEC2POS(i); in dasm_setup()
151 D->sections[i].ofs = 0; in dasm_setup()
208 D->section = &D->sections[n]; goto stop; in dasm_put()
305 dasm_Section *sec = D->sections + secnum; in dasm_link()
353 dasm_Section *sec = D->sections + secnum; in dasm_encode()
[all …]
H A Ddasm_arm64.h103 D->sections[i].rbuf = D->sections[i].buf - DASM_SEC2POS(i); in dasm_init()
104 D->sections[i].bsize = 0; in dasm_init()
115 if (D->sections[i].buf) in dasm_free()
116 DASM_M_FREE(Dst, D->sections[i].buf, D->sections[i].bsize); in dasm_free()
146 D->section = &D->sections[0]; in dasm_setup()
150 D->sections[i].pos = DASM_SEC2POS(i); in dasm_setup()
151 D->sections[i].ofs = 0; in dasm_setup()
248 D->section = &D->sections[n]; goto stop; in dasm_put()
360 dasm_Section *sec = D->sections + secnum; in dasm_link()
409 dasm_Section *sec = D->sections + secnum; in dasm_encode()
[all …]
H A Ddasm_x86.h104 D->sections[i].rbuf = DASM_PTR_SUB(D->sections[i].buf, DASM_SEC2POS(i)); in dasm_init()
105 D->sections[i].bsize = 0; in dasm_init()
116 if (D->sections[i].buf) in dasm_free()
117 DASM_M_FREE(Dst, D->sections[i].buf, D->sections[i].bsize); in dasm_free()
147 D->section = &D->sections[0]; in dasm_setup()
151 D->sections[i].pos = DASM_SEC2POS(i); in dasm_setup()
152 D->sections[i].ofs = 0; in dasm_setup()
305 dasm_Section *sec = D->sections + secnum; in dasm_link()
325 lofs += D->sections[i].ofs; in dasm_link()
387 dasm_Section *sec = D->sections + secnum; in dasm_encode()
[all …]
/PHP-8.0/sapi/cli/tests/
H A D023.phpt2 HOST/PATH ini sections test for cli
14 ; no sections should match as cli doesn't support any
/PHP-8.0/Zend/tests/
H A Dbug77589.phpt2 BUG #77589 (Core dump using parse_ini_string with numeric sections)
/PHP-8.0/ext/xml/tests/
H A Dbug26614.phpt2 Bug #26614 (CDATA sections skipped on line count)
15 is skippet on CDATA sections but that libxml does also
H A Dbug26614_libxml.phpt2 Bug #26614 (CDATA sections skipped on line count)
15 is skipped on CDATA sections but that libxml does also
/PHP-8.0/ext/fileinfo/libmagic/
H A Dreadcdf.c428 const char *sections[5]; member
509 for (j = 0; si->sections[j]; j++) { in cdf_file_dir_info()
510 if (cdf_find_stream(dir, si->sections[j], si->types[j]) in cdf_file_dir_info()
514 fprintf(stderr, "Can't read %s\n", si->sections[j]); in cdf_file_dir_info()
517 if (si->sections[j] == NULL) in cdf_file_dir_info()
/PHP-8.0/ext/standard/tests/general_functions/
H A Dparse_ini_basic.data76 ["Quoted strings and variables in sections"]
H A Dparse_ini_basic.phpt176 ["Quoted strings and variables in sections"]=>
/PHP-8.0/ext/exif/
H A Dexif.c1873 char *sections; in exif_get_sectionlist() local
1878 sections = safe_emalloc(ml, 1, 1); in exif_get_sectionlist()
1879 sections[0] = '\0'; in exif_get_sectionlist()
1883 snprintf(sections+len, ml-len, "%s, ", exif_get_sectionname(i)); in exif_get_sectionlist()
1884 len = strlen(sections); in exif_get_sectionlist()
1888 sections[len-2] = '\0'; in exif_get_sectionlist()
1889 return sections; in exif_get_sectionlist()
/PHP-8.0/ext/mbstring/libmbfl/
H A DLICENSE191 identifiable sections of that work are not derived from the Library,
194 sections when you distribute them as separate works. But when you
195 distribute the same sections as part of a whole which is a work based
/PHP-8.0/ext/bcmath/libbcmath/
H A DLICENSE194 identifiable sections of that work are not derived from the Library,
197 sections when you distribute them as separate works. But when you
198 distribute the same sections as part of a whole which is a work based
/PHP-8.0/
H A DCODING_STANDARDS.md6 features are going in that general direction. Many sections have been recoded to
H A Dphp.ini-development31 ; special sections cannot be overridden by user-defined INI files or
32 ; at runtime. Currently, [PATH=] and [HOST=] sections only work under
34 ; http://php.net/ini.sections
H A Dphp.ini-production31 ; special sections cannot be overridden by user-defined INI files or
32 ; at runtime. Currently, [PATH=] and [HOST=] sections only work under
34 ; http://php.net/ini.sections
/PHP-8.0/docs/
H A Drelease-process.md436 sections for each pre-release.
/PHP-8.0/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます6875 # f_nscns - number of sections
6877 >>2 uleshort >1 \b, %d sections
21862 # >>24 ulelong &0x00000001 \b data sections,
28155 >8 lelong x %d sections,
28590 >2 leshort >1 , %d sections
29011 # Pcapng files can contain multiple sections. Printing the endianness,
30950 >2 uleshort <100 VAX COFF executable, sections %d
30956 >2 uleshort <100 VAX COFF pure executable, sections %d
H A Dmagic6875 # f_nscns - number of sections
6877 >>2 uleshort >1 \b, %d sections
21862 # >>24 ulelong &0x00000001 \b data sections,
28155 >8 lelong x %d sections,
28590 >2 leshort >1 , %d sections
29011 # Pcapng files can contain multiple sections. Printing the endianness,
30950 >2 uleshort <100 VAX COFF executable, sections %d
30956 >2 uleshort <100 VAX COFF pure executable, sections %d
/PHP-8.0/build/
H A Dlibtool.m46084 # files that make .init and .fini sections work.

Completed in 204 milliseconds