Ian Dowse
9dba198b0e
Explicitly pass in the relocation base and data offset into ef_reloc()
...
rather than relying on a trick that happens to work for the current
relocation schemes. Also add some comments and improve variable
naming.
2004-08-28 19:31:10 +00:00
Ian Dowse
9772dc2aff
Call the file format specific code through a table of function
...
pointers and remove knowledge of the file format from kldxref.c.
This will make it possible to support more than one file format.
2004-08-27 00:51:21 +00:00
Jake Burkholder
1eed250ad8
Fix kldxref on sparc64 by allowing non-trivial relocations to be performed
...
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
2003-01-21 03:51:53 +00:00
Peter Wemm
f23aa297ee
Make kldxref work for Elf64 (which has 32 bit hash tables)
2002-04-11 09:30:15 +00:00
Peter Wemm
9c6f92408c
Add kldxref(8), for maintaining the linker.hints file for translating
...
module->pathname.ko. It supports only ELF for now.
Submitted by: bp (with some minor tweaks)
2001-09-11 01:13:15 +00:00