summaryrefslogtreecommitdiffstats
path: root/usr.sbin/kldxref/ef_nop.c
Commit message (Collapse)AuthorAgeFilesLines
* Explicitly pass in the relocation base and data offset into ef_reloc()iedowse2004-08-281-2/+2
| | | | | | rather than relying on a trick that happens to work for the current relocation schemes. Also add some comments and improve variable naming.
* Call the file format specific code through a table of functioniedowse2004-08-271-1/+2
| | | | | pointers and remove knowledge of the file format from kldxref.c. This will make it possible to support more than one file format.
* Fix kldxref on sparc64 by allowing non-trivial relocations to be performedjake2003-01-211-0/+39
on variables read out of raw kld files. Unlike other platforms the value will be in an Elf_Rela, not in the data section of the elf file. Submitted by: Hartmut Brandt <brandt@fokus.gmd.de> PR: 46730 Tested on: alpha (obrien), i386, sparc64
OpenPOWER on IntegriCloud