aboutsummaryrefslogtreecommitdiff
path: root/test/Scripts/elf-dump
AgeCommit message (Expand)Author
2013-04-12Remove obsolete object file dumpersNico Rieck
2012-11-16Added program header emissionHemant Kulkarni
2012-06-27This allows hello world to be compiled for Mips 64 direct object.Jack Carter
2011-08-04Fix the bitwidth of the remaining fields.Rafael Espindola
2011-08-04print st_shndx with the correct number of bits.Rafael Espindola
2011-08-04print st_other with the correct number of bits.Rafael Espindola
2011-08-04print st_type with the correct number of bits.Rafael Espindola
2011-08-04Print st_bind with the correct number of bits.Rafael Espindola
2011-08-04Print r_sym with the correct number of bits.Rafael Espindola
2011-08-04Print r_type with the correct number of bits.Rafael Espindola
2011-08-04Another counter goes decimal.Rafael Espindola
2011-08-04Change anther counter to decimal.Rafael Espindola
2011-08-04Don't print a counter in hex.Rafael Espindola
2011-08-04Print all the bits in the addend.Rafael Espindola
2010-12-20Print all 64bits for st_value and st_size. Adjust tests accordingly.Roman Divacky
2010-12-16Fix elf-dump --dump-section-data for .bss sectionJason W Kim
2010-10-20Cut unneeded global variable.Jason W Kim
2010-10-19Fixing r116753 r116756 r116777Jason W Kim
2010-10-19Speculatively revert 116753 and 116756 to attempt to fix the bots.Eric Christopher
2010-10-18Get rid of unneeded FormatOutput global variableJason W Kim
2010-10-18Changed elf-dump to output hex format by default.Jason W Kim
2010-09-11Add missing single quotes.Rafael Espindola
2010-09-11Change section_data dumping to print hex numbers instead of usingRafael Espindola
2010-09-09Add an elf-dumper utility.Benjamin Kramer