summaryrefslogtreecommitdiff
path: root/libexec/rtld-elf/Symbol.map
AgeCommit message (Expand)Author
2024-11-13rtld: implement _dl_iterate_phdr_lockedKyle Evans
2024-11-07rtld: add rtld_{get,set}_varKonstantin Belousov
2023-08-16Remove $FreeBSD$: one-line .h patternWarner Losh
2021-04-06rtld dl_iterate_phdr(): dlpi_tls_data is wrongKonstantin Belousov
2020-05-26Add version indicators to rtld.Konstantin Belousov
2015-01-03Add rtld private interface for dso to detect dynamic loadingKonstantin Belousov
2014-05-07- Export the function added in r265456 rather than the non-existentMark Johnston
2014-05-06Add a postinit debugger hook to rtld. This will be used by dtrace(1) to haltMark Johnston
2012-01-07Implement fdlopen(3), an rtld interface to load shared object by fileKonstantin Belousov
2011-02-20Remove a hack made obsolete by the binutils 2.17 merge.Nathan Whitehorn
2011-01-08In rtld, read the initial stack access mode from AT_STACKPROT as setKonstantin Belousov
2010-08-23Introduce implementation-private rtld interface _rtld_addr_phdr, whichKonstantin Belousov
2010-07-10RTLD support for powerpc64. A few small modifications to the MakefileNathan Whitehorn
2009-04-03Allow the NULL, RTLD_SELF and RTLD_NEXT handles to work with dlfunc(3).Konstantin Belousov
2008-11-27Add two rtld exported symbols, _rtld_atfork_pre and _rtld_atfork_post.Konstantin Belousov
2007-07-11Add r_debug_state to the list of symbols exported from rtld. GDB needs toAlexander Kabaev
2007-05-01Catch up with the private namespace change (s/FBSDprivate/FBSDprivate_1.0).Daniel Eischen
2007-04-29Use C comments since we now preprocess these files with CPP.Daniel Eischen
2007-04-09Bring rtld exports in line with corresponding symbols exported fromAlexander Kabaev
2007-04-03Prepare rtld for symbol versioning. Disable it by default for now.Alexander Kabaev