Where is dl_sysinfo_map defined?

H. J. Lu hjl@lucon.org
Thu Mar 31 02:21:00 GMT 2005


Hi Roland,

You used dl_sysinfo_map in

http://sources.redhat.com/ml/glibc-cvs/2005-q1/msg00976.html

But it is never defined:

[hjl@gnu libc]$ find -name "*.[ch]" | xargs grep dl_sysinfo_map
./sysdeps/unix/sysv/linux/dl-osinfo.h:  if (GLRO(dl_sysinfo_map) !=
NULL)
./sysdeps/unix/sysv/linux/dl-osinfo.h:      const ElfW(Phdr) *const
phdr = GLRO(dl_sysinfo_map)->l_phdr;
./sysdeps/unix/sysv/linux/dl-osinfo.h:      const ElfW(Word) phnum =
GLRO(dl_sysinfo_map)->l_phnum;
./sysdeps/unix/sysv/linux/dl-osinfo.h:                                +
GLRO(dl_sysinfo_map)->l_addr);

Is this a typo?


H.J.



More information about the Libc-alpha mailing list