summaryrefslogtreecommitdiff
path: root/linkers (follow)
AgeCommit message (Expand)Author
2013-07-21Add support for relocations which reference local symbolsPeng Fan
2013-07-19Fixed fsecPeng Fan
2013-07-19Fixed layout problemPeng Fan
2013-07-19arch specific section supportPeng Fan
2013-03-01Fix RELA in RAP formats.Chris Johns
2013-03-01Support the gcc option '-Wl'.Chris Johns
2013-03-01Fix the trace help.Chris Johns
2013-03-01Fix errors building on CentOS.Chris Johns
2013-01-23Update the documentationChris Johns
2013-01-22Documentation.Chris Johns
2013-01-15Fixed the layout output to give to all the needed detail.Chris Johns
2013-01-01Use find_in_strtab when collecting symbols. Remove debug.Chris Johns
2012-12-31Sort the relocation records by offset for a section.Chris Johns
2012-12-31Make layout offsets match image offsets. Add a better strtab search.Chris Johns
2012-12-31Sort the relocations by offset to make the overlay work.Chris Johns
2012-12-29Fix managing weak symbols.Chris Johns
2012-12-24Add the symsect offset to the section reloc.Chris Johns
2012-12-24Trace the reloc addend.Chris Johns
2012-12-23Improved section trace output.Chris Johns
2012-12-23Change the long opt from map to overlay.Chris Johns
2012-12-23Add an overlay output.Chris Johns
2012-12-23Add a memory dump utility.Chris Johns
2012-12-21Fix the reloc symbol name.Chris Johns
2012-12-21Finish a dump of the RAP file. Fix expanding.Chris Johns
2012-12-21Set header length. Make sections public.Chris Johns
2012-12-21Decompressor fixes.Chris Johns
2012-12-19Turn off the debug.Chris Johns
2012-12-19RAP file utility. Decompressors RAP files.Chris Johns
2012-12-19Decompression support added.Chris Johns
2012-12-18Fixes to load libbsdports on i386.Chris Johns
2012-12-18 Add object::get_section.Chris Johns
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