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]

Where is dl_sysinfo_map defined?


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.


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