Searched refs:sym (Results 1 – 13 of 13) sorted by relevance
/PHP-5.4/sapi/cli/ |
H A D | config.m4 | 22 …sym && echo >>php.sym && nm -BCpg \`echo \$(PHP_GLOBAL_OBJS) \$(PHP_BINARY_OBJS) \$(PHP_CLI_OBJS) … 24 …sym && echo >>php.sym && nm -BCpg \`echo \$(PHP_GLOBAL_OBJS) \$(PHP_BINARY_OBJS) \$(PHP_CLI_OBJS) …
|
/PHP-5.4/sapi/cgi/ |
H A D | config9.m4 | 58 …sym && echo >>php.sym && nm -BCpg \`echo \$(PHP_GLOBAL_OBJS) \$(PHP_BINARY_OBJS) \$(PHP_CGI_OBJS) … 60 …sym && echo >>php.sym && nm -BCpg \`echo \$(PHP_GLOBAL_OBJS) \$(PHP_BINARY_OBJS) \$(PHP_CGI_OBJS) …
|
/PHP-5.4/ext/xml/ |
H A D | xml.mak | 63 SYM_FILE = $(FINAL_DIR)\$(MODULE_NAME).sym 64 …C_FLAGS += -inline smart -sym on -sym codeview4 -opt off -opt intrinsics -sym internal -DDEBUGGIN… 66 LD_FLAGS += -sym on -sym codeview4 -osym $(SYM_FILE) 69 C_FLAGS += -opt speed -inline on -inline smart -inline auto -sym off 72 LD_FLAGS += -sym off 171 -@del $(FINAL_DIR)\$(MODULE_NAME).sym
|
/PHP-5.4/ext/ldap/ |
H A D | ldap.mak | 64 SYM_FILE = $(FINAL_DIR)\$(MODULE_NAME).sym 65 …C_FLAGS += -inline smart -sym on -sym codeview4 -opt off -opt intrinsics -sym internal -DDEBUGGIN… 67 LD_FLAGS += -sym on -sym codeview4 -osym $(SYM_FILE) 70 C_FLAGS += -opt speed -inline on -inline smart -inline auto -sym off 73 LD_FLAGS += -sym off 172 -@del $(FINAL_DIR)\$(MODULE_NAME).sym
|
/PHP-5.4/ext/openssl/ |
H A D | openssl.mak | 73 SYM_FILE = $(FINAL_DIR)\$(MODULE_NAME).sym 74 …C_FLAGS += -inline smart -sym on -sym codeview4 -opt off -opt intrinsics -sym internal -DDEBUGGIN… 76 LD_FLAGS += -sym on -sym codeview4 -osym $(SYM_FILE) 79 C_FLAGS += -opt all -inline on -inline smart -inline auto -sym off 81 LD_FLAGS += -sym off 184 -@del $(FINAL_DIR)\$(MODULE_NAME).sym
|
/PHP-5.4/ext/pgsql/ |
H A D | pgsql.mak | 61 SYM_FILE = $(FINAL_DIR)\$(MODULE_NAME).sym 62 C_FLAGS += -inline smart -sym on -sym codeview4 -opt off -opt intrinsics -DDEBUGGING -DDKFBPON 64 LD_FLAGS += -sym on -sym codeview4 -osym $(SYM_FILE) 67 C_FLAGS += -opt speed -inline on -inline smart -inline auto -sym off -opt intrinsics 69 LD_FLAGS += -sym off 169 -@del $(FINAL_DIR)\$(MODULE_NAME).sym
|
/PHP-5.4/ext/mysql/ |
H A D | mysql.mak | 64 SYM_FILE = $(FINAL_DIR)\$(MODULE_NAME).sym 65 C_FLAGS += -inline smart -sym on -sym codeview4 -opt off -opt intrinsics -DDEBUGGING -DDKFBPON 67 LD_FLAGS += -sym on -sym codeview4 -osym $(SYM_FILE) 70 C_FLAGS += -opt speed -inline on -inline smart -inline auto -sym off -opt intrinsics 72 LD_FLAGS += -sym off 168 -@del $(FINAL_DIR)\$(MODULE_NAME).sym
|
/PHP-5.4/win32/build/ |
H A D | confutils.js | 802 var sym; 808 sym = func_name.toUpperCase(); 809 sym = sym.replace(new RegExp("[\\\\/\.-]", "g"), "_"); 812 AC_DEFINE("HAVE_" + sym, c ? 1 : 0); 885 var sym; 902 sym = header_name.toUpperCase(); 903 sym = sym.replace(new RegExp("[\\\\/\.-]", "g"), "_"); 1363 var src, obj, sym, flags; 1372 if (configure_subst.Exists(sym)) { 1373 tv = configure_subst.Item(sym); [all …]
|
/PHP-5.4/ext/curl/ |
H A D | streams.c | 66 zval *sym; in on_data_available() local 71 MAKE_STD_ZVAL(sym); in on_data_available() 72 *sym = *curlstream->headers; in on_data_available() 73 zval_copy_ctor(sym); in on_data_available() 74 ZEND_SET_SYMBOL(EG(active_symbol_table), "http_response_header", sym); in on_data_available()
|
/PHP-5.4/sapi/fpm/ |
H A D | config.m4 | 662 …sym && echo >>php.sym && nm -BCpg \`echo \$(PHP_GLOBAL_OBJS) \$(PHP_BINARY_OBJS) \$(PHP_FPM_OBJS) …
|
/PHP-5.4/ext/standard/tests/file/ |
H A D | fflush_variation2.phpt | 46 // creating the sym link
|
/PHP-5.4/build/ |
H A D | libtool.m4 | 324 echo "_main" > conftest.sym 325 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
|
/PHP-5.4/ext/fileinfo/tests/ |
H A D | magic | 12798 >14 belong x sym=%ld) 12803 >14 belong x sym=%ld)
|
Completed in 63 milliseconds