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

📄 nlist.3x

📁 <B>Digital的Unix操作系统VAX 4.2源码</B>
💻 3X
字号:
.TH nlist 3x RISC.UC 4.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[];.PP.B "cc ... -lmld".fi.SH DescriptionThe .PN nlistsubroutine examines 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.For the structure declaration, see .IR /usr/include/nlist.h ..PPThis subroutine is useful for examining the system name list kept in the file.BR /vmunix .In this way programs can obtain system addresses that are up to date..SH DiagnosticsIf the file cannot be found or if it is not a valid namelist \-1 is returned;otherwise, the number of unfound namelist entries is returned..PPThe type entry is set to 0 if the symbol is not found..SH See Alsoa.out(5)

⌨️ 快捷键说明

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