all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* dynlib_addr and stripped dynamic modules
@ 2015-11-22 18:25 Eli Zaretskii
  2015-12-07 18:37 ` Philipp Stephani
  0 siblings, 1 reply; 4+ messages in thread
From: Eli Zaretskii @ 2015-11-22 18:25 UTC (permalink / raw)
  To: emacs-devel

Does dynlib_laddr (and its underlying library function dladdr) work on
Posix hosts when the module was stripped of any unneeded symbols?

Well written Emacs modules will have all but one of its functions
static and un-exported, so the only way to access the name of a
function by its address is to read a symbol table of some kind.  Does
that work with *.so files that were run through "strip --strip-unneeded"?



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-12-07 18:57 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-11-22 18:25 dynlib_addr and stripped dynamic modules Eli Zaretskii
2015-12-07 18:37 ` Philipp Stephani
2015-12-07 18:48   ` Eli Zaretskii
2015-12-07 18:57     ` Philipp Stephani

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.