Symbols for address space bounds
Roland McGrath
roland@redhat.com
Wed Dec 11 12:52:00 GMT 2002
> That sounds like a good idea. Jakub already supplied a patch to use
> dl_iterate_phdr in the collector whenever possible to find dynamic
> library data segments. Is there any documentation beyond the
> dl_iterate_phdr source code and what Jakub sent me?
There is no documentation for that function. Its interface is trivial.
The callback function gets the address and number of phdrs, which are the
ElfNN_Phdr format defined in <elf.h>. That format and its meaning are
documented in the ELF specs (http://www.caldera.com/developers/gabi).
More information about the Libc-alpha
mailing list