aboutsummaryrefslogtreecommitdiff
path: root/cddl/contrib/opensolaris/lib/libdtrace/common/dt_link.c
Commit message (Expand)AuthorAgeFilesLines
* [PowerPC] [DTrace] Add ELFv2 support in libdtraceBrandon Bergren2020-02-051-4/+10
* Use a deterministic hash for USDT symbol names.Mark Johnston2020-01-071-5/+22
* Add libdtrace support for arm64 USDT probes.Mark Johnston2019-12-291-8/+70
* Given hidden visibility to symbols referenced by the DOF section.Mark Johnston2018-03-191-2/+3
* dt_modtext: return error on archs lacking an implementationEd Maste2017-11-211-4/+4
* Take r313504 into account when recomputing the string table length.Mark Johnston2017-11-161-2/+9
* libdtrace: replace "DOODAD" with more descriptive stringEd Maste2017-10-271-8/+16
* o Replace __riscv__ with __riscvRuslan Bukin2017-08-071-3/+3
* When patching USDT probes, use non-unique names for aliases of weak symbols.Mark Johnston2017-02-101-32/+35
* Fix a double free of libelf data buffers in the USDT link code.Mark Johnston2017-02-051-3/+5
* Use PC-relative relocations for USDT probe sites on i386 and amd64.Mark Johnston2017-02-051-90/+50
* Avoid modifying the object string table when patching USDT probes.Mark Johnston2016-12-201-5/+8
* Add initial DTrace support for RISC-V.Ruslan Bukin2016-05-241-1/+14
* First cut of DTrace for AArch64.Ruslan Bukin2015-07-011-3/+17
* Fix a typo that snuck in with r283024, and remove the EXFAIL annotation fromMark Johnston2015-05-171-1/+1
* Respect the libdir option when linking drti.o, rather than hardcoding theMark Johnston2015-05-171-16/+2
* When in lazyload mode, write the DOF to a temporary file and rename itMark Johnston2015-05-171-13/+16
* libdtrace: add support for lazyload mode.Mark Johnston2015-04-081-5/+11
* Remove drti.o's dependency on libelf. This makes it possible to add DTraceMark Johnston2015-02-181-8/+47
* Mechanically convert cddl sun #ifdef's to illumosSteven Hartland2015-01-171-16/+16
* Add PowerPC64 function descriptor support for dt_link.cJustin Hibbits2014-12-281-14/+27
* Remove an incorrect close(2) call that was added in r271413.Mark Johnston2014-09-221-1/+0
* Use the linker to perform relocations in the SUNW_dof section rather thanMark Johnston2014-09-111-101/+20
* Remove the BROKEN_LIBELF section.Rui Paulo2014-08-101-52/+0
* Remove ia64.Marcel Moolenaar2014-07-071-22/+2
* When clearing relocations to __dtrace* symbols, handle both SHT_REL andMark Johnston2013-12-291-4/+11
* Use mkstemp(3) to create the temporary file used in the FreeBSD-specificMark Johnston2013-12-031-8/+10
* Don't try to use the 32-bit drti.o unless the data model is explicitly setMark Johnston2013-11-091-3/+1
* Add fasttrap for PowerPC. This is the last piece of the dtrace/ppc puzzle.Justin Hibbits2013-10-151-4/+85
* In cddl/contrib/opensolaris/lib/libdtrace/common/dt_link.c, use theDimitry Andric2011-12-151-1/+1
* Don't clobber an existing target object file when doing the DTraceRui Paulo2010-09-091-0/+12
* Add libdtrace support for tracing userland programs.Rui Paulo2010-08-211-11/+182
* Correct the sense of the "use32" terenary operator so that it usesJohn Baldwin2009-01-161-5/+1
* Merge latest DTrace changes from Perforce.Craig Rodrigues2008-11-051-9/+28
* * Handle building on FreeBSD for i386 and amd64.John Birrell2008-04-261-27/+194
* This commit was generated by cvs2svn to compensate for changes in r178528,John Birrell2008-04-261-194/+27
* This commit was generated by cvs2svn to compensate for changes in r178479,John Birrell2008-04-251-0/+1774