This is the mail archive of the libc-alpha@sources.redhat.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: Symbols for address space bounds


> 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).


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]