summaryrefslogtreecommitdiffstats
path: root/linkers (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Add support for relocations which reference local symbolsPeng Fan2013-07-213-10/+15
* Fixed fsecPeng Fan2013-07-191-1/+2
* Fixed layout problemPeng Fan2013-07-191-1/+12
* arch specific section supportPeng Fan2013-07-191-1/+5
* Fix RELA in RAP formats.Chris Johns2013-03-012-26/+7
* Support the gcc option '-Wl'.Chris Johns2013-03-011-1/+6
* Fix the trace help.Chris Johns2013-03-013-3/+3
* Fix errors building on CentOS.Chris Johns2013-03-013-3/+8
* Update the documentationChris Johns2013-01-231-20/+120
* Documentation.Chris Johns2013-01-229-34/+469
* Fixed the layout output to give to all the needed detail.Chris Johns2013-01-151-17/+37
* Use find_in_strtab when collecting symbols. Remove debug.Chris Johns2013-01-011-6/+7
* Sort the relocation records by offset for a section.Chris Johns2012-12-311-1/+17
* Make layout offsets match image offsets. Add a better strtab search.Chris Johns2012-12-311-211/+368
* Sort the relocations by offset to make the overlay work.Chris Johns2012-12-311-2/+18
* Fix managing weak symbols.Chris Johns2012-12-299-70/+372
* Add the symsect offset to the section reloc.Chris Johns2012-12-241-1/+4
* Trace the reloc addend.Chris Johns2012-12-241-1/+3
* Improved section trace output.Chris Johns2012-12-231-31/+43
* Change the long opt from map to overlay.Chris Johns2012-12-231-1/+1
* Add an overlay output.Chris Johns2012-12-231-9/+118
* Add a memory dump utility.Chris Johns2012-12-233-1/+219
* Fix the reloc symbol name.Chris Johns2012-12-211-2/+1
* Finish a dump of the RAP file. Fix expanding.Chris Johns2012-12-211-115/+705
* Set header length. Make sections public.Chris Johns2012-12-213-21/+53
* Decompressor fixes.Chris Johns2012-12-212-15/+96
* Turn off the debug.Chris Johns2012-12-191-1/+1
* RAP file utility. Decompressors RAP files.Chris Johns2012-12-192-0/+385
* Decompression support added.Chris Johns2012-12-192-1/+123
* Fixes to load libbsdports on i386.Chris Johns2012-12-181-57/+114
* Add object::get_section.Chris Johns2012-12-182-13/+32
* Use cerr for errors and not cout.Chris Johns2012-12-181-2/+2
* Update the data out pointer.Chris Johns2012-12-181-2/+7
* Add a new trace level.Chris Johns2012-12-181-1/+2
* Const sections are not PROGBITS and ALLOC and not EXECINTR or WRITE.Chris Johns2012-12-151-1/+2
* Debug trace changes.Chris Johns2012-12-154-11/+12
* i386 related fixesChris Johns2012-12-154-47/+70
* Add the section offset to the symbol value.Chris Johns2012-12-131-1/+1
* Relocation fixes.Chris Johns2012-12-125-174/+430
* Add support to demand load relocation records.Chris Johns2012-12-088-160/+786
* Add doxygen support.Chris Johns2012-12-084-0/+1867
* The symbol string is the offset into the symbol table.Chris Johns2012-12-011-1/+1
* Remove the trace on hack.Chris Johns2012-12-011-1/+1
* RAP format up to relocation records completed.Chris Johns2012-12-013-21/+34
* Add support for a custom RAP file format.Chris Johns2012-11-291-167/+403
* Compress as blocks.Chris Johns2012-11-292-58/+53
* Remove the \0 character after the header.Chris Johns2012-11-291-1/+0
* Add the index to the section.Chris Johns2012-11-292-0/+23
* Add access to the value and info fields of a symbols.Chris Johns2012-11-292-0/+22
* Add machine related data to allow better checking.Chris Johns2012-11-271-5/+9