aboutsummaryrefslogtreecommitdiff
path: root/llvm/tools/llvm-readobj
AgeCommit message (Expand)AuthorFilesLines
2013-11-11Add support for DT_VERxxx and DT_MIPS_xxx .dynamic section entries to theSimon Atanasyan1-0/+22
2013-10-07[Mips] Teach llvm-readobj to print MIPS-specific ELF program headers.Simon Atanasyan1-21/+38
2013-10-01Remove several unused variables.Rafael Espindola2-7/+0
2013-09-15ELF: Add support for the exclude section bit for gas compat.Benjamin Kramer1-0/+1
2013-09-03Print string value for DT_RPATH and DT_RUNPATH.Joerg Sonnenberger1-0/+4
2013-09-01Move everything depending on Object/MachOFormat.h over to Support/MachO.h.Charles Davis1-33/+33
2013-08-27Revert "Fix the build broken by r189315." and "Move everything depending on O...Charles Davis1-33/+33
2013-08-27Move everything depending on Object/MachOFormat.h over to Support/MachO.h.Charles Davis1-33/+33
2013-08-09Remove byte order mark from source file.Benjamin Kramer1-1/+1
2013-08-08[Object] Split the ELF interface into 3 parts.Michael J. Spencer2-175/+134
2013-07-25Remove the mblaze backend from llvm.Rafael Espindola1-3/+1
2013-07-19Retry submitting r186623: COFFDumper: Dump data directory entries.Rui Ueyama1-0/+24
2013-07-18Revert "COFFDumper: Dump data directory entries."Rui Ueyama1-24/+0
2013-07-18COFFDumper: Dump data directory entries.Rui Ueyama1-0/+24
2013-07-06COFFDumper: Print uint64_t with the right format string.Benjamin Kramer1-3/+3
2013-06-17Don't link with the archive library programs that don't use it.Rafael Espindola3-3/+2
2013-06-12readobj: Dump PE/COFF optional records.Rui Ueyama1-11/+77
2013-06-05Handle relocations that don't point to symbols.Rafael Espindola3-12/+9
2013-05-09Introduce convenience typedefs for the 4 ELF object types.Rafael Espindola1-26/+16
2013-05-09Change getRelocationAdditionalInfo to be ELF only.Rafael Espindola1-4/+4
2013-05-03Revert r181009.Amara Emerson3-70/+0
2013-05-03Add support for reading ARM ELF build attributes.Amara Emerson3-0/+70
2013-04-25Clarify getRelocationAddress x getRelocationOffset a bit.Rafael Espindola2-3/+7
2013-04-24Use pointers to iterate over symbols.Rafael Espindola1-1/+3
2013-04-22llvm-readobj: Dump more COFF auxiliary recordsNico Rieck1-1/+6
2013-04-22llvm-readobj: Check for null section pointerNico Rieck1-1/+1
2013-04-22llvm-readobj: Do not print NULL StringRefsNico Rieck3-11/+10
2013-04-18At Jim Grosbach's request detemplate Object/MachO.h.Rafael Espindola1-75/+58
2013-04-15Remove getters now that we can specialize structs on the host endianness.Rafael Espindola1-3/+3
2013-04-13Finish templating MachObjectFile over endianness.Rafael Espindola1-52/+80
2013-04-12Teach llvm-readobj to print ELF program headersNico Rieck3-5/+58
2013-04-12Add -expand-relocs to llvm-readobjNico Rieck5-23/+59
2013-04-12Add 179294 back, but don't use bit fields so that it works on big endian hosts.Rafael Espindola1-4/+12
2013-04-11Revert my last two commits while I debug what is wrong in a big endian host.Rafael Espindola1-12/+4
2013-04-11Print more information about relocations.Rafael Espindola1-4/+12
2013-04-10Template MachOObjectFile over endianness too.Rafael Espindola1-8/+8
2013-04-09Convert MachOObjectFile to a template.Rafael Espindola1-13/+15
2013-04-08Template the MachO types over the word size.Rafael Espindola1-5/+6
2013-04-07Remove two uses of getObject.Rafael Espindola1-13/+2
2013-04-07Remove usage of InMemoryStruct in getSymbol.Rafael Espindola1-26/+6
2013-04-07Remove a use of InMemoryStruct in llvm-readobj.Rafael Espindola1-9/+6
2013-04-07Make getObject const. Remove a const_cast.Rafael Espindola1-1/+1
2013-04-05Don't fetch pointers from a InMemoryStruct.Rafael Espindola1-15/+8
2013-04-03Implements low-level object file format specific output for COFF andEric Christopher15-426/+3073
2013-03-25[tools][llvm-readobj] print the name of the section when iterating the symbol...Shankar Easwaran1-12/+19
2013-02-20[llvm-readobj] Add ELF .dynamic table dumping.Michael J. Spencer4-0/+228
2013-02-08[readobj] Fix memory leak.Michael J. Spencer1-1/+2
2013-02-05[objdump,readobj] Document the purpose and goals of each tool.Michael J. Spencer1-4/+7
2012-12-31Use the generic dump template. Extracted from a patch by Sami Liedes.Rafael Espindola1-53/+19
2012-12-31Dump sections. Extracted from a patch by Sami Liedes.Rafael Espindola1-0/+76