Home
last modified time | relevance | path

Searched refs:sym (Results 1 – 15 of 15) sorted by relevance

/php-src/ext/ffi/
H A Dffi_parser.c1716 while (sym == YY_EOL || sym == YY_WS || sym == YY_ONE_LINE_COMMENT || sym == YY_COMMENT) { in get_sym()
1718 sym = skip_EOL(sym); in get_sym()
1720 sym = skip_WS(sym); in get_sym()
1724 sym = skip_COMMENT(sym); in get_sym()
1736 sym = check_ID(sym); in check_nested_declarator_start()
1769 sym = check_ID(sym); in check_type_name_start()
2019 if (sym == YY__STAR || sym == YY_ID || sym == YY__LPAREN) { in parse_declarations()
2415 } else if (sym == YY__STAR || sym == YY_ID || sym == YY__LPAREN || sym == YY__COLON) { in parse_struct_declaration()
2435 if (sym == YY__STAR || sym == YY_ID || sym == YY__LPAREN) { in parse_struct_declarator()
2969 if (sym == YY_ID || sym == YY_CONST || sym == YY___CONST || sym == YY___CONST__) { in parse_attrib()
[all …]
H A Dffi.g66 static void yy_error_sym(const char *msg, int sym);
105 ( ?{sym != YY_ID || !(dcl->flags & ZEND_FFI_DCL_TYPE_SPECIFIERS)}
106 ( {if (dcl->flags & ZEND_FFI_DCL_STORAGE_CLASS) yy_error_sym("unexpected", sym);}
109 | {if (dcl->flags & ZEND_FFI_DCL_STORAGE_CLASS) yy_error_sym("unexpected", sym);}
112 | {if (dcl->flags & ZEND_FFI_DCL_STORAGE_CLASS) yy_error_sym("unexpected", sym);}
895 int sym;
903 sym = parse_type_name(get_sym(), dcl);
904 if (sym != YY_EOF) {
905 yy_error_sym("<EOF> expected, got", sym);
918 static void yy_error_sym(const char *msg, int sym) {
[all …]
H A Dffi.c2361 efree(sym); in zend_ffi_symbol_hash_dtor()
2369 free(sym); in zend_ffi_symbol_hash_persistent_dtor()
2484 …if (sym && sym->kind != ZEND_FFI_SYM_VAR && sym->kind != ZEND_FFI_SYM_CONST && sym->kind != ZEND_F… in zend_ffi_read_var()
2488 if (!sym) { in zend_ffi_read_var()
2527 if (sym && sym->kind != ZEND_FFI_SYM_VAR) { in zend_ffi_write_var()
2531 if (!sym) { in zend_ffi_write_var()
2900 if (sym && sym->kind != ZEND_FFI_SYM_FUNC) { in zend_ffi_get_func()
5841 if (sym && sym->kind == ZEND_FFI_SYM_TYPE) {
5869 if (sym && sym->kind == ZEND_FFI_SYM_CONST) {
6016 if (sym) {
[all …]
/php-src/ext/opcache/jit/ir/
H A Dir_disasm.c89 if (!sym) { in ir_disasm_add_symbol()
95 sym->parent = sym->child[0] = sym->child[1] = NULL; in ir_disasm_add_symbol()
96 sym->info = 1; in ir_disasm_add_symbol()
131 while (sym && sym != _symbols && sym->parent->info == 1) { in ir_disasm_add_symbol()
132 if (sym->parent == sym->parent->parent->child[0]) { in ir_disasm_add_symbol()
138 sym = sym->parent->parent; in ir_disasm_add_symbol()
140 if (sym == sym->parent->child[1]) { in ir_disasm_add_symbol()
141 sym = sym->parent; in ir_disasm_add_symbol()
154 sym = sym->parent->parent; in ir_disasm_add_symbol()
156 if (sym == sym->parent->child[0]) { in ir_disasm_add_symbol()
[all …]
H A Dir_gdb.c122 ir_elf_symbol sym[GDBJIT_SYM__MAX]; member
249 sect->ofs = offsetof(ir_gdbjit_obj, sym); in ir_gdbjit_secthdr()
250 sect->size = sizeof(ctx->obj.sym); in ir_gdbjit_secthdr()
264 ir_elf_symbol *sym; in ir_gdbjit_symtab() local
268 sym = &ctx->obj.sym[GDBJIT_SYM_FILE]; in ir_gdbjit_symtab()
270 sym->sectidx = ELFSECT_IDX_ABS; in ir_gdbjit_symtab()
273 sym = &ctx->obj.sym[GDBJIT_SYM_FUNC]; in ir_gdbjit_symtab()
274 sym->name = ir_gdbjit_strz(ctx, ctx->name); in ir_gdbjit_symtab()
275 sym->sectidx = GDBJIT_SECT_text; in ir_gdbjit_symtab()
276 sym->value = 0; in ir_gdbjit_symtab()
[all …]
H A Dir_x86.dasc1950 // TODO: add support for sym+offset ???
/php-src/sapi/cgi/
H A Dconfig9.m445sym && echo >>php.sym && nm -BCpg \`echo \$(PHP_GLOBAL_OBJS) \$(PHP_BINARY_OBJS) \$(PHP_CGI_OBJS) …
47sym && echo >>php.sym && nm -BCpg \`echo \$(PHP_GLOBAL_OBJS) \$(PHP_BINARY_OBJS) \$(PHP_CGI_OBJS) …
/php-src/sapi/cli/
H A Dconfig.m436sym && echo >>php.sym && nm -BCpg \`echo \$(PHP_GLOBAL_OBJS) \$(PHP_BINARY_OBJS) \$(PHP_CLI_OBJS) …
38sym && echo >>php.sym && nm -BCpg \`echo \$(PHP_GLOBAL_OBJS) \$(PHP_BINARY_OBJS) \$(PHP_CLI_OBJS) …
/php-src/win32/build/
H A Dconfutils.js934 var sym;
940 sym = func_name.toUpperCase();
941 sym = sym.replace(new RegExp("[\\\\/\.-]", "g"), "_");
944 AC_DEFINE("HAVE_" + sym, c ? 1 : 0);
1017 var sym;
1034 sym = header_name.toUpperCase();
1035 sym = sym.replace(new RegExp("[\\\\/\.-]", "g"), "_");
1557 var src, obj, sym, flags;
1574 if (configure_subst.Exists(sym)) {
1575 tv = configure_subst.Item(sym);
[all …]
/php-src/sapi/fpm/
H A Dconfig.m4627sym && echo >>php.sym && nm -BCpg \`echo \$(PHP_GLOBAL_OBJS) \$(PHP_BINARY_OBJS) \$(PHP_FPM_OBJS) …
/php-src/ext/standard/tests/file/
H A Dfflush_variation2.phpt43 // creating the sym link
/php-src/build/
H A Dconfig.sub1734 | sym* | plan9* | psp* | sim* | xray* | os68k* | v88r* \
H A Dlibtool.m4324 echo "_main" > conftest.sym
325 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
/php-src/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます26658 >14 belong x sym=%d)
26663 >14 belong x sym=%d)
H A Dmagic26658 >14 belong x sym=%d)
26663 >14 belong x sym=%d)

Completed in 304 milliseconds