Nico Rieck
|
ba848e3bca
|
Replace coff-/elf-dump with llvm-readobj
llvm-svn: 179361
|
2013-04-12 04:06:46 +00:00 |
Rafael Espindola
|
77dde89b90
|
Fix the bitwidth of the remaining fields.
llvm-svn: 136884
|
2011-08-04 17:00:11 +00:00 |
Rafael Espindola
|
9bc32a96be
|
print st_shndx with the correct number of bits.
llvm-svn: 136880
|
2011-08-04 15:50:13 +00:00 |
Rafael Espindola
|
9528995e3f
|
print st_other with the correct number of bits.
llvm-svn: 136877
|
2011-08-04 15:38:19 +00:00 |
Rafael Espindola
|
96df560ce1
|
print st_type with the correct number of bits.
llvm-svn: 136875
|
2011-08-04 15:24:00 +00:00 |
Rafael Espindola
|
79ef75dc49
|
Print st_bind with the correct number of bits.
llvm-svn: 136874
|
2011-08-04 15:10:35 +00:00 |
Rafael Espindola
|
1b282e7e49
|
Another counter goes decimal.
llvm-svn: 136871
|
2011-08-04 14:27:46 +00:00 |
Rafael Espindola
|
65c559c5fb
|
Change anther counter to decimal.
llvm-svn: 136870
|
2011-08-04 14:01:03 +00:00 |
Rafael Espindola
|
69c67d3b18
|
Print all the bits in the addend.
llvm-svn: 136867
|
2011-08-04 13:00:24 +00:00 |
Rafael Espindola
|
1557fd6d39
|
Write the section table and the section data in the same order that
gun as does. This makes it a lot easier to compare the output of both
as the addresses are now a lot closer.
llvm-svn: 127972
|
2011-03-20 18:44:20 +00:00 |
Roman Divacky
|
e15f591de4
|
Print all 64bits for st_value and st_size. Adjust tests accordingly.
llvm-svn: 122263
|
2010-12-20 20:49:43 +00:00 |
Rafael Espindola
|
6cd76e63f8
|
Aliases defined with .symver should copy the binding of the symbols they alias.
Move the existing patching for undefined symbols so that all the patching
is done in the same function.
llvm-svn: 117570
|
2010-10-28 18:33:03 +00:00 |
Rafael Espindola
|
eb0c2c170d
|
Add support for the .symver directive. This is really ugly, but most of it is
contained in the ELF object writer.
llvm-svn: 117448
|
2010-10-27 15:18:17 +00:00 |