看板 FB_hackers 關於我們 聯絡資訊
In message: <5124a9390804200202h535112dcx4005e9df6e5e0f5e@mail.gmail.com> "emily becker" <emily.bckr@gmail.com> writes: : Hi, : : I have a question about symbol table. : One of the section In symbol table is memory adress which symbol is located. : I wonder if this memory adress is bound at run-time or compile-time? Typically, run-time, but there are exceptions. : if it is compile-time, I don't understand how do we know whether the symbol : is located this adress. The exceptions are for things like 'start' which live at a fixed address by the ELF ABI specification for most processors. Warner _______________________________________________ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "freebsd-hackers-unsubscribe@freebsd.org"