cvs commit: src/sys/kern kern_linker.c linker_if.m src/sys/sys
linker.h
John Birrell
jb at FreeBSD.org
Sat Nov 17 16:23:32 PST 2007
jb 2007-11-18 00:23:31 UTC
FreeBSD src repository
Modified files:
sys/kern kern_linker.c linker_if.m
sys/sys linker.h
Log:
Add a function to list symbols in a file and their values at the
same time rather than having to list the symbols and then go back
and look each one up by name.
Revision Changes Path
1.152 +10 -0 src/sys/kern/kern_linker.c
1.7 +11 -0 src/sys/kern/linker_if.m
1.48 +8 -0 src/sys/sys/linker.h
More information about the cvs-src
mailing list