summaryrefslogtreecommitdiffhomepage
path: root/src/output/pe_output_mdso_libraries.c
AgeCommit message (Collapse)AuthorFilesLines
2024-02-22pe_output_mdso_libraries() c99 conformance: avoid void * in pointer arithmetic.midipix1-2/+4
2021-12-30A new home.midipix1-1/+1
2021-07-06Annual chores.midipix1-1/+1
2019-08-15perk.h: eliminate #include's of referential headers.midipix1-0/+1
The primary purpose of this commit is to eliminate the pulling in of definitions not strictly needed by perk.h. In particular, perk.h does not require any of the PE constants to be defined, and only refers to the raw PE structs by pointer. The secondary purpose of this commit is to allow for inclusion of perk.h by software that already comes with its own set of PE const and struct definitions.
2019-03-02pe_output_mdso_libraries(): adjust following mdso's pre-alpha abi update.midipix1-16/+26
2018-07-24output interfaces: revised API and implementation to use fdctx and pure fdio.midipix1-18/+27
2017-12-14output: pe_output_mdso_libraries(): implementation and integration.midipix1-0/+196