summaryrefslogtreecommitdiff
path: root/rld-rap.cpp (follow)
AgeCommit message (Expand)Author
2013-03-01Fix RELA in RAP formats.Chris Johns
2013-03-01Fix errors building on CentOS.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-24Add the symsect offset to the section reloc.Chris Johns
2012-12-23Improved section trace output.Chris Johns
2012-12-21Set header length. Make sections public.Chris Johns
2012-12-18Fixes to load libbsdports on i386.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-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-27Add machine related data to allow better checking.Chris Johns
2012-11-26Comment clean up.Chris Johns
2012-11-26Add RAP format support.Chris Johns