Home
last modified time | relevance | path

Searched refs:symbols (Results 1 – 14 of 14) sorted by relevance

/sqlite-3.40.0/tool/
H A Dlemon.c849 lemp->symbols[i]->firstset = SetNew(); in FindFirstSets()
1705 lem.symbols = Symbol_arrayof(); in main()
3262 sp = lemp->symbols[i]; in Reprint()
3272 sp = lemp->symbols[j]; in Reprint()
3466 sp = lemp->symbols[i]; in ReportOutput()
3487 struct symbol *sp = lemp->symbols[i]; in ReportOutput()
4121 struct symbol *sp = lemp->symbols[i]; in print_stack_union()
4139 struct symbol *sp = lemp->symbols[i]; in print_stack_union()
4346 i, lemp->symbols[i]->name, in ReportTable()
4349 if( lemp->symbols[i]->fallback ){ in ReportTable()
[all …]
H A Dmkvsix.tcl627 if {![info exists no(symbols)]} then {
642 if {![info exists no(symbols)]} then {
656 if {![info exists no(symbols)]} then {
H A Dbuild-all-msvc.bat12 REM import libraries, and optionally their symbols files, are placed within
86 REM will be copied, with their symbols, to the final destination directory.
523 REM symbols file for this platform to the platform-specific
/sqlite-3.40.0/
H A Daclocal.m43237 AC_CHECK_TOOLS(DUMPBIN, ["dumpbin -symbols" "link -dump -symbols"], :)
3412 # Also find C++ and __fastcall symbols from MSVC++,
3447 # Now try to grab the symbols.
3471 /* The mapping between symbol names and symbols. */
3604 # Common symbols not allowed in MH_DYLIB files
3912 # Common symbols not allowed in MH_DYLIB files
4846 # implicitly export all symbols.
5196 [Flag that enforces no undefined symbols])
5231 [Set to "yes" if exported symbols are required])
5233 [The commands to list exported symbols])
[all …]
H A Dltmain.sh1569 -dlpreopen FILE link in FILE and add its symbols to lt_preloaded_symbols
1570 -export-dynamic allow symbols from OUTPUT-FILE to be resolved with dlsym(3)
1571 -export-symbols SYMFILE
1572 try to export only the symbols listed in SYMFILE
1573 -export-symbols-regex REGEX
1574 try to export only the symbols matching REGEX
1580 -no-undefined declare that a library does not refer to external symbols
4450 -export-symbols | -export-symbols-regex)
H A Dmanifest539 F ext/wasm/module-symbols.html b8eebafef8e536624bbe5f7a3da40c07a9062b843dfd3161a0bb72cbb6763dc5
2029 F tool/symbols-mingw.sh 4dbcea7e74768305384c9fd2ed2b41bbf9f0414d
2030 F tool/symbols.sh 1612bd947750e21e7b47befad5f6b3825b06cce0705441f903bf35ced65ae9b9
H A Dconfigure5024 /* The mapping between symbol names and symbols. */
7269 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
7405 …pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objd…
8008 …-shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symb…
/sqlite-3.40.0/ext/wasm/
H A DGNUmakefile647 module-symbols.html > $(WDOCS.home)/module-symbols.html
/sqlite-3.40.0/autoconf/
H A DREADME.txt31 compiler) includes debugging symbols in the build, resulting in larger
/sqlite-3.40.0/autoconf/tea/tclconfig/
H A Dtcl.m4869 # Specify if debugging symbols should be used.
884 # --enable-symbols
896 AC_MSG_CHECKING([for build with symbols])
897 AC_ARG_ENABLE(symbols,
898 AS_HELP_STRING([--enable-symbols],
899 [build with debugging symbols (default: off)]),
922 AC_MSG_RESULT([enabled symbols mem debugging])
1111 [Compiler support for module scope symbols])
1674 [Compiler support for module scope symbols])
1941 [No Compiler support for module scope symbols])
[all …]
/sqlite-3.40.0/autoconf/tea/win/
H A Drules.vc252 !if [nmakehlp -f $(OPTS) "symbols"]
253 !message *** Doing symbols
/sqlite-3.40.0/test/
H A Dfts1porter.test20185 symbols symbol
/sqlite-3.40.0/ext/fts5/test/
H A Dfts5porter.test10100 syllogism syllog symbols symbol
/sqlite-3.40.0/src/
H A Dsqlite.h.in110 ** Ensure these symbols were not defined by some previous header file.