summaryrefslogtreecommitdiff
path: root/test/Scripts/elf-dump
Commit message (Expand)AuthorAge
* Fix the bitwidth of the remaining fields.Rafael Espindola2011-08-04
* print st_shndx with the correct number of bits.Rafael Espindola2011-08-04
* print st_other with the correct number of bits.Rafael Espindola2011-08-04
* print st_type with the correct number of bits.Rafael Espindola2011-08-04
* Print st_bind with the correct number of bits.Rafael Espindola2011-08-04
* Print r_sym with the correct number of bits.Rafael Espindola2011-08-04
* Print r_type with the correct number of bits.Rafael Espindola2011-08-04
* Another counter goes decimal.Rafael Espindola2011-08-04
* Change anther counter to decimal.Rafael Espindola2011-08-04
* Don't print a counter in hex.Rafael Espindola2011-08-04
* Print all the bits in the addend.Rafael Espindola2011-08-04
* Print all 64bits for st_value and st_size. Adjust tests accordingly.Roman Divacky2010-12-20
* Fix elf-dump --dump-section-data for .bss sectionJason W Kim2010-12-16
* Cut unneeded global variable.Jason W Kim2010-10-20
* Fixing r116753 r116756 r116777Jason W Kim2010-10-19
* Speculatively revert 116753 and 116756 to attempt to fix the bots.Eric Christopher2010-10-19
* Get rid of unneeded FormatOutput global variableJason W Kim2010-10-18
* Changed elf-dump to output hex format by default.Jason W Kim2010-10-18
* Add missing single quotes.Rafael Espindola2010-09-11
* Change section_data dumping to print hex numbers instead of usingRafael Espindola2010-09-11
* Add an elf-dumper utility.Benjamin Kramer2010-09-09