summaryrefslogtreecommitdiff
path: root/linkers (follow)
AgeCommit message (Expand)Author
2012-12-18Use cerr for errors and not cout.Chris Johns
2012-12-18Update the data out pointer.Chris Johns
2012-12-18Add a new trace level.Chris Johns
2012-12-15Const sections are not PROGBITS and ALLOC and not EXECINTR or WRITE.Chris Johns
2012-12-15Debug trace changes.Chris Johns
2012-12-15i386 related fixesChris Johns
2012-12-13Add the section offset to the symbol value.Chris Johns
2012-12-12Relocation fixes.Chris Johns
2012-12-08Add support to demand load relocation records.Chris Johns
2012-12-08Add doxygen support.Chris Johns
2012-12-01The symbol string is the offset into the symbol table.Chris Johns
2012-12-01Remove the trace on hack.Chris Johns
2012-12-01RAP format up to relocation records completed.Chris Johns
2012-11-29Add support for a custom RAP file format.Chris Johns
2012-11-29Compress as blocks.Chris Johns
2012-11-29Remove the \0 character after the header.Chris Johns
2012-11-29Add the index to the section.Chris Johns
2012-11-29Add access to the value and info fields of a symbols.Chris Johns
2012-11-27Add machine related data to allow better checking.Chris Johns
2012-11-27Remove size_t stream operator.Chris Johns
2012-11-26Update to the latest framwork requirements.Chris Johns
2012-11-26Comment clean up.Chris Johns
2012-11-26Add RAP format support.Chris Johns
2012-11-26Updated to reflect the framework changes.Chris Johns
2012-11-26Add exit label, ELF application and Application.Chris Johns
2012-11-26Add writing from images as well as streaming operators.Chris Johns
2012-11-26No archive begin/end on symbols load, image initialise fix, add sections.Chris Johns
2012-11-26Update the section details.Chris Johns
2012-11-26Load the sections by default. It is not much extra overhead.Chris Johns
2012-11-26Split trace to have without and with symbols.Chris Johns
2012-11-22Split out the compression code for reuse.Chris Johns
2012-11-21Clean archive names for every output format other than scripts.Chris Johns
2012-11-21Make the entry point an unresolved symbol.Chris Johns
2012-11-21Set the default value for empty symbols to 0 to match the const char* signature.Chris Johns
2012-11-21Add entry point support.Chris Johns
2012-11-21Make getting objects const.Chris Johns
2012-11-21Remove the warning about the warnings option on newer gccs.Chris Johns
2012-11-21Enforce the header is created before using it on Linux.Chris Johns
2012-11-21Add header to remove warning on Linux.Chris Johns
2012-11-21Output application format files.Chris Johns
2012-11-21Set the correct header size field.Chris Johns
2012-11-21Fix archive GNU extension and make image read/write follow POSIX.Chris Johns
2012-11-20Add support to write a metadata ELF file.Chris Johns
2012-11-19Only look for standard library paths if standard libraries and enabled.Chris Johns
2012-11-19Add set_header support to the ELF files.Chris Johns
2012-11-19Resolve the ld and user undefines.Chris Johns
2012-11-19Add configure option --c-opts to allow special options for testing.Chris Johns
2012-11-19Fix warning from clang.Chris Johns
2012-11-18Better handling of archive open/close and begin/end.Chris Johns
2012-11-17Remove dead code.Chris Johns