Module Name: src Committed By: martin Date: Wed Feb 10 21:54:47 UTC 2010
Modified Files: src/sys/lib/libsa: Makefile Added Files: src/sys/lib/libsa: lookup_elf32.c lookup_elf64.c Log Message: Utility function to lookup a symbol value in an elf symbol table - allows, for example, a bootloader to access symbols in the just loaded kernel (or module). To generate a diff of this commit: cvs rdiff -u -r1.70 -r1.71 src/sys/lib/libsa/Makefile cvs rdiff -u -r0 -r1.1 src/sys/lib/libsa/lookup_elf32.c \ src/sys/lib/libsa/lookup_elf64.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.