Displaying 3 results from an estimated 3 matches for "symfunctiontableaccess".
Did you mean:
symfunctiontableaccess64
2006 May 13
0
[LLVMdev] Building Tools on MinGW from CVS
Hello, Greg.
You wrote Saturday, May 13, 2006, 11:12:26 PM:
GP> The problem is that it can't find some symbols: (SymSetOptions,
GP> SymInitialize, SymGetModuleBase, SymFunctionTableAccess, etc.)
GP> I looked on the Web and these functions are in Dbghelp.lib.
GP> Are they also in libimagehlp.a?
Yes, they are. At least im mingw-runtime 3.9 (I'm using this version).
GP> llvm[2]: Linking Debug executable tblgen
GP> C:/msys/1.0/home/llvm/build/Debug/lib/libLLVMSystem.a(S...
2006 May 13
1
[LLVMdev] Building Tools on MinGW from CVS
I was building tools just fine last weekend, but now something has
changed...
The problem is that it can't find some symbols: (SymSetOptions,
SymInitialize, SymGetModuleBase, SymFunctionTableAccess, etc.)
I looked on the Web and these functions are in Dbghelp.lib.
Are they also in libimagehlp.a?
(BTW: does someone know a tool to examin the exported symbols in a MinGW
foo.a library?)
I'm trying to figure out what has changed since last weekend so that now
my tools build is failing.
I...
2010 Apr 02
0
Wine release 1.1.42
...r: Frame device service functions with IoGetCurrentIrpStackLocation and IoCompleteRequest.
Detlef Riekenberg (1):
msvcr90/tests: Add tests for _initterm_e.
Eric Pouech (27):
dbghelp: Added helper to image_file_map to map also directory out of PE executables.
dbghelp: Implemented SymFunctionTableAccess.
dbghelp: Removed the not-useful start_data field out of dwarf2_traverse_context_t.
dbghelp: Fix local/parameters enumeration on 64bit platforms.
dbghelp: Properly bail out if get an error while reading ELF header.
dbghelp: Enhanced x86_64 stack unwinding with PE's funct...