freebsd-skq/sys/alpha
Marcel Moolenaar d297ad160e 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
..
alpha Don't use the symbol name to lookup the symbol value when we can use 2002-04-25 01:22:16 +00:00
compile
conf Since WITNESS doesn't just do mutexes, remove "mutex" from the WITNESS 2002-04-18 03:44:44 +00:00
include Include <sys/cdefs.h> for definition of __BSD_VISIBLE. 2002-04-12 15:56:45 +00:00
isa
linux
mcbus
osf1 Rework logic of syscalls that modify process credentials as described in 2002-04-13 23:11:23 +00:00
pci Revive dec_axppci_33_intr_route for LCA. 2002-04-17 14:08:22 +00:00
tc
tlsb Change the suser() API to take advantage of td_ucred as well as do a 2002-04-01 21:31:13 +00:00
Makefile