Relocation

Ian Lance Taylor ian@wasabisystems.com
Sun Jan 25 23:51:00 GMT 2004


Brian Blietz <bblietz@iastate.edu> writes:

> Who looks up global_variable in the symbol table, and
> fixes addresses with their offsets?

Normally, the linker, ld.  It does then when it links the program.

> I know it is in the loader, but that is about it.
> I need to modify this process, and I don't
> know where the source is.

The linker is part of the GNU binutils.

Note that on GNU/Linux the loader is a different program, also called
the dynamic linker, ld.so.  If the address to be pushed is in a shared
library, then the dynamic linker will compute the address at program
startup time.

Ian



More information about the Binutils mailing list