index
:
delta/elfutils.git
azhang-pr27783
dbgserver
dbgserver.pre20190810
dbgserver.pre20190819
dbgserver.pre20190903
debuginfod
debuginfod-submit
debuginfod-submit-presquash
debuginfod.pre20191028
dwarf
dwarflint
fche/copr
fche/dbgserver
fche/debuginfod-PR25394
fche/debuginfod-deb
fche/debuginfod-fd-cache
fche/debuginfod-progress-env
fche/debuginfod-useragent
fche/debuginfod-workq
fche/pacman-Z
fche/portable-complete-ro-src
fche/pr25367
fche/pr25369
fche/pr25375
fche/pr25548
fche/pr25722
fche/zstd
jankratochvil/NT_FILE
jankratochvil/cfaloop
jankratochvil/corepattern
jankratochvil/devmem
jankratochvil/forunwind-baseaddr-hookvars-corereport
jankratochvil/forunwind-baseaddr-hookvars-corereport-unwindx86
jankratochvil/forunwind-baseaddr-hookvars-corereport-unwindx86-nonx86
jankratochvil/forunwind-baseaddr-hookvars-corereport-unwindx86-nonx86-fddebuginfo
jankratochvil/forunwind-baseaddr-hookvars-corereport-unwindx86-nonx86-fddebuginfo-ports
jankratochvil/gdbserver
jankratochvil/ppc64bidir
jankratochvil/ppc64bidir-unwindppc
master
mjw/DWARF5
mjw/RH-DTS
mjw/call_site
mjw/check_self_referential_die
mjw/compress
mjw/compress2
mjw/compress3
mjw/compress4
mjw/dwarf_output
mjw/dwarfstrings
mjw/elfstrmerge
mjw/fp-unwind
mjw/leaks
mjw/location-range
mjw/pending
mpolacek/autotest
nsanci-elfutils-test-fix
nsanci/curlfix
nsanci/p27711
nsanci/pr25978
nsanci/pr27277
nsanci/pr27711
nsanci/pr27982
nsanci/pr27983
nsanci/pr28034
nsanci/pr28284
nsanci/pr28284-webapi
nsanci/test-fix
nsanci/verbose-headers
pmachata/RH-DTS
pmachata/aarch64-review
pmachata/dwarf
pmachata/dwarf-writer
pmachata/dwarf_output
pmachata/dwarflint
pmachata/dwfl_core_file_report
pmachata/iterators
pmachata/macro
pmachata/range_list_iterator_formptr
pmachata/reader_hooks
pmachata/sharing
pmachata/threads
portable
relocate
robustify
roland/addrsym_tls
roland/arm_corenote
roland/cfi
roland/dwarf-collector
roland/dwarf-hacking
roland/dwarf-macinfo
roland/dwarf_edit
roland/dwarf_output-shape
roland/dwarf_output-tracker
roland/elf_clone
roland/is_stmt
roland/notes
roland/parisc
roland/parisc_corenote
roland/relocate-cfi-tmp
roland/tracker
roland/unstrip-buildid-relative
roland/unwind
users/dichen/readelf-28873
users/dichen/readelf-Ds
users/dichen/try-dwfl-frame-reg
users/fche/try-filecomp
users/fche/try-lessC
users/fche/try-pr29472
users/fche/try-pr29472b
users/fche/try-pr29472c
users/fche/try-pr29472d
users/fche/try-pr29472e
users/fche/try-pr30377
users/mark/try-addr2line-C
users/mark/try-ar-N
users/mark/try-ar_size
users/mark/try-dynamicsizehash_concurrent_coordinator_doc
users/mark/try-handle_dynamic_d_val
users/mark/try-inline-lto-scopes
users/mark/try-maxreq
users/mark/try-non-relative-includes
users/mark/try-protocols_str
users/marxin/try-PR29474-fix-debuginfod-concurrency
users/marxin/try-zstd-support-v2
users/mjw/try-Project-Id-Version
users/rgoldber/try-bz28204
users/rgoldber/try-metadata_query
users/serhei/eu-stacktrace
sourceware.org: git/elfutils.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
nm.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Introduce error_exit as a noreturn variant of error (EXIT_FAILURE, ...)
Mark Wielaard
2022-03-30
1
-14
/
+10
*
Remove redundant casts of memory allocating functions returning void *
Dmitry V. Levin
2021-09-09
1
-4
/
+3
*
Come up with startswith function.
Martin Liska
2021-05-12
1
-1
/
+1
*
nm: Fix file descriptor leak on dwfl_begin failure.
Mark Wielaard
2021-04-13
1
-0
/
+2
*
src: consistently use _(Str) instead of gettext(Str)
Dmitry V. Levin
2020-12-16
1
-20
/
+20
*
nm: Handle corrupt symbol name table.
Mark Wielaard
2020-06-07
1
-6
/
+9
*
nm: Explicitly print weak 'V' or 'T' and common 'C' symbols.
Mark Wielaard
2020-06-07
1
-14
/
+45
*
src: Check ebl_openbackend result before using ebl handle.
Mark Wielaard
2020-05-14
1
-7
/
+9
*
nm: Fix nm --external sysv format output.
Mark Wielaard
2020-01-16
1
-1
/
+1
*
nm: Fix latent memory leak in show_symbols.
Mark Wielaard
2019-08-29
1
-1
/
+2
*
nm: Simplify naming of invalid sections, check shdr isn't NULL.
Mark Wielaard
2019-04-28
1
-8
/
+6
*
Consolidate error.h inclusion in system.h
Ross Burton
2018-07-05
1
-1
/
+0
*
Move print_version into printversion.{h|c}
Ulf Hermann
2017-02-17
1
-0
/
+1
*
Move color handling into a separate header
Ulf Hermann
2017-02-15
1
-0
/
+1
*
http://elfutils.org/ is now hosted at http://sourceware.org/elfutils/
Mark Wielaard
2016-12-24
1
-15
/
+0
*
lib: Provide MAX and MIN in system.h
Akihiko Odaki
2016-10-12
1
-1
/
+1
*
nm: Check for malloc size argument overflow in show_symbols.
Mark Wielaard
2016-03-21
1
-0
/
+5
*
nm: If the file is ET_REL and we need Dwarf use libdwfl to get it relocated.
Mark Wielaard
2016-01-02
1
-8
/
+106
*
nm: Don't leak duplicate Dwarf local names.
Mark Wielaard
2016-01-02
1
-5
/
+10
*
nm: First call elf_getdata, then allocate memory.
Mark Wielaard
2015-06-27
1
-6
/
+6
*
nm: Fix typo in size check to determine whether we stack allocated memory.
Mark Wielaard
2015-06-19
1
-1
/
+1
*
Always call gelf_fsize with EV_CURRENT as argument.
Mark Wielaard
2015-05-13
1
-1
/
+1
*
nm: Handle dwarf_linesrc returning NULL.
Mark Wielaard
2015-05-12
1
-4
/
+3
*
Drop mtrace calls.
Max Filippov
2015-05-04
1
-4
/
+0
*
src: Remove __DATE__ from internal error messages.
Mark Wielaard
2015-04-14
1
-3
/
+3
*
nm: Guard against divide by zero in error check.
Mark Wielaard
2015-01-12
1
-5
/
+8
*
nm: Handle/Skip /SYM64/ index entries.
Mark Wielaard
2015-01-12
1
-1
/
+2
*
nm: Stop processing ar members on first invalid offset.
Mark Wielaard
2015-01-12
1
-1
/
+1
*
Use -Wformat=2 by default for all files.
Mark Wielaard
2014-01-30
1
-44
/
+49
*
Fix corruption of non-C++ symbols by the demangler.
Jan Kratochvil
2014-01-15
1
-8
/
+8
*
Fix some (harmless) cppcheck warnings.
Mark Wielaard
2013-11-09
1
-1
/
+2
*
Add missing semicolon in show_symbols_sysv
Mark Wielaard
2012-12-11
1
-1
/
+1
*
nm: Fix size passed to snprintf for invalid sh_name case.
Roland McGrath
2012-12-11
1
-2
/
+3
*
Reorder formatting string arguments so that there are no gaps in references
Petr Machata
2012-07-30
1
-8
/
+8
*
Update name, license and contributor policy.
Mark Wielaard
2012-06-05
1
-19
/
+11
*
Update copyright year
Ulrich Drepper
2012-01-21
1
-2
/
+2
*
Color code output of nm and objdump
Ulrich Drepper
2012-01-21
1
-29
/
+65
*
Fix nm output for sysv format
Ulrich Drepper
2011-10-03
1
-9
/
+25
*
Improve nm output for BSD and POSIX format
Ulrich Drepper
2011-10-03
1
-26
/
+59
*
Add demangling support to nm
Ulrich Drepper
2011-10-02
1
-3
/
+104
*
nm.c: Remove unused if/else and parameters.
Marek Polacek
2011-05-12
1
-9
/
+4
*
Add aliases for elf_getshnum and elf_getshstrndx.
Ulrich Drepper
2009-06-13
1
-3
/
+3
*
Move argp_program_version_hook and argp_program_bug_address variables
Ulrich Drepper
2009-01-17
1
-2
/
+2
*
Unpdate copyright in messages.
Ulrich Drepper
2009-01-01
1
-2
/
+2
*
Fix crashes on bad sh_name/st_name offsets.
Roland McGrath
2008-12-11
1
-10
/
+36
*
propagate from branch 'com.redhat.elfutils.disasm' (head d15b4eb794e81e477f98...
Ulrich Drepper
2008-01-02
1
-0
/
+3
*
Update copyright year.
Ulrich Drepper
2008-01-02
1
-1
/
+1
*
readelf register printing sort order tweak
Roland McGrath
2007-08-23
1
-22
/
+31
*
Prepare for 0.128 release.
Ulrich Drepper
2007-06-06
1
-4
/
+4
*
Update copyright year.
elfutils-0.125
Ulrich Drepper
2007-01-10
1
-2
/
+2
[next]