aboutsummaryrefslogtreecommitdiffstats
path: root/test/Scripts/elf-dump
Commit message (Expand)AuthorAgeFilesLines
* Fix the bitwidth of the remaining fields.Rafael Espindola2011-08-041-43/+38
* print st_shndx with the correct number of bits.Rafael Espindola2011-08-041-1/+1
* print st_other with the correct number of bits.Rafael Espindola2011-08-041-1/+1
* print st_type with the correct number of bits.Rafael Espindola2011-08-041-1/+1
* Print st_bind with the correct number of bits.Rafael Espindola2011-08-041-2/+4
* Print r_sym with the correct number of bits.Rafael Espindola2011-08-041-1/+1
* Print r_type with the correct number of bits.Rafael Espindola2011-08-041-4/+6
* Another counter goes decimal.Rafael Espindola2011-08-041-1/+1
* Change anther counter to decimal.Rafael Espindola2011-08-041-1/+1
* Don't print a counter in hex.Rafael Espindola2011-08-041-1/+1
* Print all the bits in the addend.Rafael Espindola2011-08-041-13/+6
* Print all 64bits for st_value and st_size. Adjust tests accordingly.Roman Divacky2010-12-201-2/+2
* Fix elf-dump --dump-section-data for .bss sectionJason W Kim2010-12-161-2/+5
* Cut unneeded global variable.Jason W Kim2010-10-201-2/+0
* Fixing r116753 r116756 r116777Jason W Kim2010-10-191-48/+50
* Speculatively revert 116753 and 116756 to attempt to fix the bots.Eric Christopher2010-10-191-48/+48
* Get rid of unneeded FormatOutput global variableJason W Kim2010-10-181-50/+48
* Changed elf-dump to output hex format by default.Jason W Kim2010-10-181-48/+50
* Add missing single quotes.Rafael Espindola2010-09-111-1/+1
* Change section_data dumping to print hex numbers instead of usingRafael Espindola2010-09-111-1/+4
* Add an elf-dumper utility.Benjamin Kramer2010-09-091-0/+225