freebsd-skq/sys/amd64
marcel 56d625090e Don't use the symbol name to lookup the symbol value when we can use
the symbol index defined by the relocation. The elf_lookup() support
function is to be used by elf_reloc() when symbol lookups need to be
done. The elf_lookup() function operates on the symbol index and
will do a symbol name based lookup when such is required, otherwise
it uses the symbol index directly. This solves the problem seen on
ia64 where the symbol hash table does not contain local symbols and
a symbol name based lookup would fail for those symbols.

Don't pass the symbol name to elf_reloc(), as it isn't used any more.
2002-04-25 01:22:16 +00:00
..
acpica Fix typo in function name. 2002-01-10 03:26:46 +00:00
amd64 Don't use the symbol name to lookup the symbol value when we can use 2002-04-25 01:22:16 +00:00
conf Since WITNESS doesn't just do mutexes, remove "mutex" from the WITNESS 2002-04-18 03:44:44 +00:00
ia32 Initial support for executing IA-32 binaries. This will not compile 2002-04-10 19:34:51 +00:00
include Stylify (mainly line up macro EOL-continuation \'s), and add a dummy 2002-04-21 10:49:00 +00:00
isa Move ICU_* defines into icu.h. 2002-04-06 08:25:05 +00:00
pci o Work around bugs in the powerof2 macro: It thinks that 0 is a power of 2002-04-24 15:30:11 +00:00
Makefile Update pathnames for creation of tags file. 2001-12-05 01:23:21 +00:00