Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我似乎很难在我的源代码中找到正确的库来#include。在网上和我的手册页上搜索...没有结果:'(
有人有线索吗?
在 32 位平台上,默认包含nlist(3)在其中。libSystem
nlist(3)
libSystem
在 64 位平台上,nlist(3)不存在。
除非您正在寻找非外部符号,否则您应该使用dlsym(3).
dlsym(3)
不知道这是否有帮助,但在我的计算机上 nlist.h 在 iPhone SDK 中。
/Developer/Platforms/iPhoneOS.platform/Developer/usr/include/mach-o