summaryrefslogtreecommitdiffstats
path: root/src/readelf.c
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge commit 'origin/master' into dwarfRoland McGrath2010-02-231-38/+21
|\|
| * Fix compiler warning nit in readelf.Roland McGrath2010-02-151-1/+1
| * readelf: Fix CFI decoding for DW_EH_PE_absptr.Roland McGrath2010-02-021-38/+20
| * Fix sloppy #include use, breaks with latest glibc.Roland McGrath2010-01-151-0/+1
* | Merge commit 'origin/master' into dwarfRoland McGrath2010-01-081-13/+31
|\|
| * Handle extended phnum in readelf.Roland McGrath2010-01-071-13/+31
* | Merge commit 'origin/master' into dwarfRoland McGrath2010-01-061-28/+66
|\|
| * Add DWARF attributes DW_AT_GNU_vector and DW_AT_GNU_template_name.Roland McGrath2010-01-051-0/+8
| * Make readelf -n check note name strings, handle "VMCOREINFO" flavor.Roland McGrath2010-01-041-6/+37
| * readelf: No complaints for missing DWARF under just -a.Roland McGrath2010-01-041-6/+8
| * readelf: Correct --help output for -a.Roland McGrath2010-01-041-8/+11
| * readelf: No complaints for missing named sections implicit in -a.Roland McGrath2010-01-041-7/+10
* | Merge commit 'origin/master' into dwarfRoland McGrath2009-12-161-25/+27
|\|
| * Make readelf -x/-a handle SHT_NOBITS gracefully as -p already does.Roland McGrath2009-11-161-25/+27
* | Merge commit 'elfutils-0.143' into dwarfRoland McGrath2009-09-211-1/+4
|\|
| * Revert accidental commits.Roland McGrath2009-08-231-21/+15
| * Don't print raw block contents for locations we decode and print.Roland McGrath2009-08-211-16/+25
* | Merge commit 'elfutils-0.142' into dwarfRoland McGrath2009-08-011-3/+33
|\|
| * Make readelf dump all block forms in hex.Roland McGrath2009-07-241-8/+23
| * Handle DW_OP_implicit_value in readelf.Mark Wielaard2009-07-241-0/+15
* | Merge commit 'origin/master' into dwarfRoland McGrath2009-07-081-0/+1
|\|
| * Merge branch 'master' of ssh://git.fedorahosted.org/git/elfutilsRoland McGrath2009-07-081-1/+12
| |\
| * | Fatfingers fix for commit dffc33d.Roland McGrath2009-07-081-0/+1
* | | Merge commit 'origin/master' into dwarfRoland McGrath2009-07-081-35/+58
|\ \ \ | | |/ | |/|
| * | Handle DW_Form constants for DW_AT_data_member_location in readelf.Mark Wielaard2009-07-081-1/+12
| |/
| * Fix last change.Roland McGrath2009-07-061-1/+9
| * Handle unknown register numbers gracefully in readelf -n core reading.Roland McGrath2009-07-061-34/+38
* | Merge commit 'origin/master' into dwarfRoland McGrath2009-07-011-1/+10
|\|
| * readelf: Add -N option, speeds up DWARF printing without address->name lookups.Roland McGrath2009-06-281-1/+10
* | Merge commit 'origin/master' into dwarfRoland McGrath2009-06-151-19/+19
|\|
| * Add aliases for elf_getshnum and elf_getshstrndx.Ulrich Drepper2009-06-131-19/+19
* | Merge commit 'origin/master' into dwarfRoland McGrath2009-06-091-29/+114
|\|
| * Add support for IRELATIVE relocations.Ulrich Drepper2009-06-011-29/+114
* | Merge commit 'origin/master' into dwarfRoland McGrath2009-04-151-7/+14
|\|
| * Fix 32/64 CIE header format CIE_id matching.Roland McGrath2009-04-151-3/+7
| * Nominal ARM support.Roland McGrath2009-04-151-3/+6
| * Fix error message.Roland McGrath2009-04-141-1/+1
* | Merge commit 'origin/master' into dwarfRoland McGrath2009-02-071-10/+11
|\|
| * Also fix output for DW_CFA_val_expression.Ulrich Drepper2009-02-051-1/+2
| * Remove commented-out call in readelf.Ulrich Drepper2009-02-051-1/+0
| * Fix DW_CFA_expression output in readelf.Ulrich Drepper2009-02-051-2/+3
| * Yet more label fixes in readelf output of debug_info.Ulrich Drepper2009-02-051-4/+4
| * Merge branch 'master' of ssh://git.fedorahosted.org/git/elfutilsUlrich Drepper2009-02-051-6/+46
| |\
| * | Minor output problems in readelf debug_info section printing fixed.Ulrich Drepper2009-02-051-2/+2
| * | Fix error handling in a few programs.Ulrich Drepper2009-02-011-2/+2
* | | Merge commit 'origin/master' into dwarfRoland McGrath2009-01-281-6/+46
|\ \ \ | | |/ | |/|
| * | readelf .debug_loc robustness fixes.Roland McGrath2009-01-271-6/+46
| |/
* | Merge commit 'origin/master' into dwarfRoland McGrath2009-01-241-23/+33
|\|
| * Fix compuation of base address for printing stack frame program.Ulrich Drepper2009-01-241-14/+18
| * Print .strtab, .dynstr, and .comment for -a option of readelf.Ulrich Drepper2009-01-231-9/+15