search for: list_p

Displaying 6 results from an estimated 6 matches for "list_p".

Did you mean: list_
2001 Sep 26
0
winelib and mfc
...+ -shared -rdynamic -Wl,-rpath,/usr/local/lib -Wl,-Bsymbolic -o libmfc.so afxcrit.o afxdbcs.o afxmem.o afxstate.o afxtls.o app3d.o apphelp.o apphelpx.o appinit.o appterm.o appui.o appui1.o appui3.o arcex.o auxdata.o cmdtarg.o dlgcore.o dlgtempl.o except.o filelist.o filest.o filex.o fixalloc.o list_p.o map_pp.o nolib.o objcore.o olelock.o plex.o thrdcore.o timecore.o wincore.o winfrmx.o wingdi.o winhand.o winmain.o winmenu.o winocc.o winstr.o winutil.o appcore.o arccore.o filecore.o strcore.o appmodul.o winfrm.o libmfc.spec.o -L/usr/local/lib -lwine -lwine_unicode -lwine_uuid -lm -lmsv...
2004 Sep 19
0
MFC compile problem
...out.cpp src/dumpstak.cpp src/except.cpp src/filecore.cpp src/filefind.cpp src/filelist.cpp src/filemem.cpp src/fileshrd.cpp src/filest.cpp src/filetxt.cpp src/filex.cpp src/fixalloc.cpp src/inet.cpp src/inetcall.cpp src/isapi.cpp src/isapimix.cpp src/list_o.cpp src/list_p.cpp src/list_s.cpp src/map_pp.cpp src/map_pw.cpp src/map_so.cpp src/map_sp.cpp src/map_ss.cpp src/map_wo.cpp src/map_wp.cpp src/mtcore.cpp src/mtex.cpp src/nolib.cpp src/objcore.cpp src/occcont.cpp src/occddx.cpp src/occddxf.cpp src/occdlg.cpp src/occevent.cpp sr...
2013 Nov 15
23
[PATCH -tip RFC v2 00/22] kprobes: introduce NOKPROBE_SYMBOL() and general cleaning of kprobe blacklist
Currently the blacklist is maintained by hand in kprobes.c which is separated from the function definition and is hard to catch up the kernel update. To solve this issue, I've tried to implement new NOKPROBE_SYMBOL() macro for making kprobe blacklist at build time. Since the NOKPROBE_SYMBOL() macros can be placed right after the function is defined, it is easy to maintain. This series
2013 Nov 15
23
[PATCH -tip RFC v2 00/22] kprobes: introduce NOKPROBE_SYMBOL() and general cleaning of kprobe blacklist
Currently the blacklist is maintained by hand in kprobes.c which is separated from the function definition and is hard to catch up the kernel update. To solve this issue, I've tried to implement new NOKPROBE_SYMBOL() macro for making kprobe blacklist at build time. Since the NOKPROBE_SYMBOL() macros can be placed right after the function is defined, it is easy to maintain. This series
2013 Nov 20
28
[PATCH -tip v3 00/23] kprobes: introduce NOKPROBE_SYMBOL() and general cleaning of kprobe blacklist
Hi, Here is the version 3 of NOKPORBE_SYMBOL series. Currently the blacklist is maintained by hand in kprobes.c which is separated from the function definition and is hard to catch up the kernel update. To solve this issue, I've introduced NOKPROBE_SYMBOL() macro for making kprobe blacklist at build time. Since the NOKPROBE_SYMBOL() macros can be placed right after the function is defined
2013 Nov 20
28
[PATCH -tip v3 00/23] kprobes: introduce NOKPROBE_SYMBOL() and general cleaning of kprobe blacklist
Hi, Here is the version 3 of NOKPORBE_SYMBOL series. Currently the blacklist is maintained by hand in kprobes.c which is separated from the function definition and is hard to catch up the kernel update. To solve this issue, I've introduced NOKPROBE_SYMBOL() macro for making kprobe blacklist at build time. Since the NOKPROBE_SYMBOL() macros can be placed right after the function is defined