summaryrefslogtreecommitdiffhomepage
path: root/src/ldso
AgeCommit message (Expand)AuthorFilesLines
2024-04-14Code base: updated all translation units to match the project's COPYING file.HEADmainmidipix6-6/+6
2023-12-23add copyright notice to C and Assembly translation units where applicable.midipix6-0/+36
2019-06-19midipix targets: ldso: added <sys/ldso.h>, __dldopen(), __dlsopen().midipix2-0/+104
2019-02-19psxglue.h: update struct __ldso_vtbl (psxscl) to match member names in psxscl.midipix2-54/+0
2019-01-10mmglue: ldso: added dladdr (__dladdr weak alias).midipix2-0/+2
2019-01-09mmglue: ldso: adjusted to match recent musl versions.midipix16-0/+6
2017-11-05psxglue.h: defined struct __psx_vtbl and struct __ldso_vtbl more elegantly.midipix2-0/+4
2017-10-28ldso: implemented dlinfo().midipix2-2/+2
2017-10-28ldso: implemented dlsym().midipix2-4/+4
2017-10-28ldso: implemented dlopen().midipix2-18/+196
2016-10-10psxglue.h: ldso: extend & future-proof the signature of the internal dlopen().midipix2-2/+10
2015-07-18fix indirection of __init_array_start and __fini_array_start.midipix2-36/+0
2015-05-27adjust arch-specific files to match musl version 1.1.9.midipix2-0/+0
2015-04-25complete/fix support of ctors/dtors and tls.midipix4-10/+52
2015-04-05nt32: initial commit of core port files.midipix4-0/+82
2015-03-08dynlink.c: replace stubs with calls into the ldso vtable.midipix1-6/+10
2015-03-08initial commit of core port files.midipix4-0/+78