summaryrefslogtreecommitdiffhomepage
path: root/src/driver
AgeCommit message (Expand)AuthorFilesLines
2019-08-15pe_get_driver_ctx(): eliminate implicit fall-through in case statement.midipix1-0/+1
2019-05-07Do not refer to on-the-fly compound literals out of scope.midipix1-10/+12
2018-08-17driver: pe_get_driver_ctx(): support stack-based argv.midipix1-1/+1
2018-08-09front-end utility: pe_main(): remove the redundant argc parameter.midipix1-2/+2
2018-08-05coding-style meditation.midipix1-2/+2
2018-08-04driver: pe_get_driver_ctx(): fix oversight in invocation of argv_get().midipix1-1/+1
2018-07-24output interfaces: revised API and implementation to use fdctx and pure fdio.midipix1-7/+7
2018-07-24driver, library interfaces: support alternate fd's for input/output/error/log.midipix2-16/+79
2018-07-14argv.h: output usage and errors using [argv_]dprintf rather than fprint.midipix1-2/+5
2017-12-14output: pe_output_mdso_libraries(): implementation and integration.midipix1-0/+3
2017-12-14driver: added -d and -D (list mdso libs [and referenced symbols]).midipix1-0/+8
2017-02-04annual chores.midipix3-3/+3
2016-12-25argv.h: use an option vector rather than a direct pointer to the option table.midipix1-7/+7
2016-11-17output: pe_output_image_strings(): initial implementation and integration.midipix1-0/+3
2016-11-17driver: added --strings support (list strings found in the coff string table).midipix1-0/+4
2016-11-16output: pe_output_image_symbols(): initial implementation and integration.midipix1-0/+3
2016-11-16driver: added --symbols support (list symbols found in coff symbol table).midipix1-0/+4
2016-11-16driver: removed --output support (no longer needed).midipix1-15/+1
2016-11-15output: pe_output_image_sections(): implementation and integration.midipix1-0/+3
2016-11-15pe_output_image_category(): signature now matches that of other output api's.midipix1-1/+1
2016-11-15utility: code maintenance: removed pe_paragraph_break().midipix1-17/+2
2016-11-15output: renamed pe_output_image_type() --> pe_output_image_category().midipix2-4/+4
2016-11-15driver: added --sections support (print image sections).midipix1-0/+4
2016-11-14libary api: pre-alpha: code maintenance: removed struct pe_io_ctx.midipix3-30/+5
2016-11-14libary api: pre-alpha: code maintenance: removed struct pe_server_ctx.midipix1-1/+0
2016-11-14libary api: pre-alpha: code maintenance: removed struct pe_linker_ctx.midipix1-1/+0
2016-11-14libary api: pre-alpha: code maintenance: removed struct pe_output_ctx.midipix1-1/+0
2016-11-14libary api: pre-alpha: code maintenance: removed struct pe_symbol_ctx.midipix1-7/+0
2016-11-13driver: pe_main(): process all units even if errors have been recorded.midipix1-1/+1
2016-11-12output: pe_output_image_type(): implementation and integration.midipix1-0/+3
2016-11-12driver: added --type support (print image type).midipix1-0/+4
2016-11-10driver: pe_get_unit_ctx(): set driver error context.midipix1-0/+3
2016-11-10driver: pe_main(): skip remaining units once an error has occurred.midipix1-1/+1
2016-11-10pe_get_unit_ctx(): improved error trace report.midipix1-2/+3
2016-11-10driver: status codes: refactor and normalize.midipix1-3/+5
2016-11-10utility: error trace and error information: initial integration.midipix1-8/+6
2016-11-10struct pe_unit_ctx: removed cctx (pass pointer to the driver context instead).midipix2-9/+5
2016-11-10pe_output_export_symbols(): added error trace support.midipix1-1/+1
2016-11-10pe_output_import_libraries(): added error trace support.midipix1-3/+5
2016-11-10pe_map_raw_image(): added error trace support.midipix1-1/+1
2016-11-10pe_get_unit_ctx(): added error trace support.midipix1-6/+12
2016-11-10pe_get_image_meta(): added error trace support.midipix1-1/+1
2016-11-10pe_free_driver_ctx(): fix readability.midipix1-2/+2
2016-11-10driver: added initial error info vector and buffer allocation.midipix1-0/+7
2016-11-10utility: improved box integration, removed need for build-time macro.midipix1-0/+110
2016-11-10code maintenance: mark unused parameter.midipix1-0/+2
2016-11-10driver: added struct pe_source_version, pe_source_version().midipix1-0/+14
2016-11-10driver: record the flags passed to pe_get_driver_ctx().midipix1-0/+1
2016-11-10output: implemented --pretty=dlltool for exported symbols.midipix1-0/+2
2016-11-10driver: move to header extern declaration of pe_default_options[].midipix1-2/+0