freebsd-skq/lib/librtld_db
markj 6685004568 librtld_db: Fix shlib mapping offsets.
kve_offset gives the offset into the backing file, which is not what we
want since different segments may map the same page.  Use the base of
the mapping to determine the offset exported by librtld_db instead.

PR:		244732
Reported by:	Jenkins, Nicolò Mazzucato <nicomazz97@gmail.com>
MFC after:	2 weeks
Sponsored by:	The FreeBSD Foundation
2020-05-12 17:00:47 +00:00
..
librtld_db.3
Makefile
Makefile.depend Update Makefile.depend files 2019-12-11 17:37:53 +00:00
rtld_db.c librtld_db: Fix shlib mapping offsets. 2020-05-12 17:00:47 +00:00
rtld_db.h