⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 nlist.3

📁 <B>Digital的Unix操作系统VAX 4.2源码</B>
💻 3
字号:
.\" SCCSID: @(#)nlist.3	8.1	9/11/90.TH nlist 3 VAX.SH Namenlist \- get entries from name list.SH Syntax.nf.B #include <nlist.h>.PP.B nlist(filename, nl).B char *filename;.B struct nlist nl[];.fi.SH Description.NXR "nlist subroutine".NXR "name list" "defined".NXR "/vmunix file" "examining name list"The.PN nlistsubroutineexamines the name list in the given executable output fileand selectively extracts a list of values.The name list consists of an array of structures containing names,types and values.The list is terminated with a null name.Each name is looked up in the name list of the file.If the name is found, the type and value of thename are inserted in the next two fields.If the name is not found, both entries are set to 0.See .MS a.out 5for the structure declaration..PPThis subroutine is usefulfor examining the system name list kept in the file .PN /vmunix .In this way programs can obtain system addresses that are up to date..SH DiagnosticsAll type entries are set to 0 if the file cannot be foundor if it is not a valid name list..SH See Alsoa.out(5)

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -