summaryrefslogtreecommitdiff
path: root/src/objdump.c
Commit message (Expand)AuthorAgeFilesLines
* Move the #include <libintl.h> into eu-config.hYonggang Luo2022-10-161-1/+0
* Introduce error_exit as a noreturn variant of error (EXIT_FAILURE, ...)Mark Wielaard2022-03-301-9/+7
* Use xasprintf instead of asprintf followed by error(EXIT_FAILURE)Dmitry V. Levin2021-09-091-9/+8
* src: consistently use _(Str) instead of gettext(Str)Dmitry V. Levin2020-12-161-15/+15
* src: Check ebl_openbackend result before using ebl handle.Mark Wielaard2020-05-141-0/+3
* Implement RISC-V disassemblerUlrich Drepper2019-09-061-2/+4
* Consolidate error.h inclusion in system.hRoss Burton2018-07-051-1/+0
* Use fallthrough attribute.Joshua Watt2018-02-101-1/+1
* Move print_version into printversion.{h|c}Ulf Hermann2017-02-171-0/+1
* Move color handling into a separate headerUlf Hermann2017-02-151-0/+1
* http://elfutils.org/ is now hosted at http://sourceware.org/elfutils/Mark Wielaard2016-12-241-15/+0
* Add GCC7 -Wimplicit-fallthrough support/fixes.Mark Wielaard2016-11-101-1/+3
* lib: Provide MAX and MIN in system.hAkihiko Odaki2016-10-121-1/+1
* Drop mtrace calls.Max Filippov2015-05-041-4/+0
* src: Remove __DATE__ from internal error messages.Mark Wielaard2015-04-141-3/+3
* objdump: Add various sanity checks to guard against corrupted data.Mark Wielaard2014-12-041-3/+9
* Check elf_strptr didn't fail getting section name.Mark Wielaard2014-11-171-3/+3
* Update name, license and contributor policy.Mark Wielaard2012-06-051-19/+11
* Update copyright yearUlrich Drepper2012-01-211-2/+2
* Color code output of nm and objdumpUlrich Drepper2012-01-211-12/+63
* Add aliases for elf_getshnum and elf_getshstrndx.Ulrich Drepper2009-06-131-1/+1
* Minor code cleanups in objdump.Ulrich Drepper2009-02-051-6/+5
* Better spacing in objdump output for relocation sections.Ulrich Drepper2009-02-011-3/+3
* Reduce common code in objdump.Ulrich Drepper2009-02-011-122/+61
* Print symbol offsets in relation list output from objdump as signed values.Ulrich Drepper2009-02-011-2/+10
* Fix error handling in a few programs.Ulrich Drepper2009-02-011-2/+2
* Move argp_program_version_hook and argp_program_bug_address variablesUlrich Drepper2009-01-171-2/+2
* Unpdate copyright in messages.Ulrich Drepper2009-01-011-2/+2
* Add comment with absolute address to %rip based address modes.Ulrich Drepper2008-01-121-3/+2
* Cleanups in libasm abd objdump.Ulrich Drepper2008-01-111-1/+2
* propagate from branch 'com.redhat.elfutils.disasm' (head d15b4eb794e81e477f98...Ulrich Drepper2008-01-021-4/+82
* Update copyright year.Ulrich Drepper2008-01-021-1/+1
* Prepare for 0.128 release.Ulrich Drepper2007-06-061-4/+4
* Update copyright year.elfutils-0.125Ulrich Drepper2007-01-101-2/+2
* Fix FSF address. No exception for libdwarf.Ulrich Drepper2006-04-041-1/+1
* Prepare for 0.120 release.Ulrich Drepper2006-04-041-2/+2
* propagate from branch 'com.redhat.elfutils.roland.pending' (head 4f8fc821345f...Ulrich Drepper2006-04-041-9/+21
* Add beginning of objdump program.Ulrich Drepper2005-08-031-0/+725