This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
On Tue, Jul 03, 2001 at 04:41:23PM -0700, Geoff Keating wrote: > void *dli_fbase; /* Load address of that object. */ This is the same as map->l_addr, which, for reasons Jakub just explained, doesn't work with pre-linking. It'll be NULL in the normal case. r~
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |