freebsd-dev/lib/libproc
Mark Johnston c156354ff8 libproc: Cache symbol tables for mapped objects upon access.
Extend the file handle cache entries to include symbol tables as well. An
index is used to implement binary search by symbol value. Lookups by
name are comparatively rare and are thus still implemented with a linear
search, but support for a binary search by name would be straightforward
to add if needed.
2016-12-06 04:21:35 +00:00
..
tests libproc: Match prefixes when looking up mapped object by name. 2016-12-06 04:20:32 +00:00
_libproc.h libproc: Cache symbol tables for mapped objects upon access. 2016-12-06 04:21:35 +00:00
crc32.c libproc: Improve .gnu_debuglink support. 2016-12-06 04:18:09 +00:00
crc32.h libproc: Improve .gnu_debuglink support. 2016-12-06 04:18:09 +00:00
libproc.h libproc: Match prefixes when looking up mapped object by name. 2016-12-06 04:20:32 +00:00
Makefile libproc: Improve .gnu_debuglink support. 2016-12-06 04:18:09 +00:00
Makefile.depend DIRDEPS_BUILD: Update dependencies. 2016-08-31 19:30:46 +00:00
Makefile.inc Remove WARNS inherited fine by ../Makefile.inc. 2016-02-26 22:14:23 +00:00
proc_bkpt.c Fix style bugs and remove trailing whitespace in libproc and librtld_db. 2016-12-06 04:13:02 +00:00
proc_create.c libproc: Cache symbol tables for mapped objects upon access. 2016-12-06 04:21:35 +00:00
proc_regs.c Fix style bugs and remove trailing whitespace in libproc and librtld_db. 2016-12-06 04:13:02 +00:00
proc_rtld.c libproc: Cache ELF handles for loaded objects. 2016-12-06 04:19:08 +00:00
proc_sym.c libproc: Cache symbol tables for mapped objects upon access. 2016-12-06 04:21:35 +00:00
proc_util.c libproc: Make proc_getpid() an accessor for struct proc_handle. 2016-12-06 04:14:20 +00:00