summaryrefslogtreecommitdiff
path: root/binutils/nm.c
Commit message (Expand)AuthorAgeFilesLines
* Re: Move nm.c cached line number info to bfd usrdataAlan Modra2023-03-081-6/+7
* Downgrade nm fatal errors to non-fatalAlan Modra2023-03-061-24/+12
* Move nm.c cached line number info to bfd usrdataAlan Modra2023-03-061-85/+65
* Delete PROGRESS macrosAlan Modra2023-02-161-12/+0
* Update year range in copyright notice of binutils filesAlan Modra2023-01-011-1/+1
* Constify nm format arrayAlan Modra2022-11-241-2/+2
* Always free matching vector from bfd_check_format_matchesAlan Modra2022-06-161-8/+2
* Remove use of bfd_uint64_t and similarAlan Modra2022-05-271-44/+5
* Add a --no-weak option to nm.Nick Clifton2022-05-181-1/+10
* nm: use -U as an alias for --defines-only, in line with llvm-nmNick Clifton2022-05-111-8/+14
* Update year range in copyright notice of binutils filesAlan Modra2022-01-021-1/+1
* Fix demangle style usage infoAlan Modra2021-11-121-39/+74
* Add --unicode option to control how unicode characters are handled by display...Nick Clifton2021-11-091-1/+227
* Fix a potential illegal memory access when testing for a special LTO symbol n...Nick Clifton2021-10-191-1/+2
* C99 binutils configuryAlan Modra2021-04-051-7/+1
* Use bool in binutilsAlan Modra2021-03-311-26/+26
* Add a symbols-only mode to nm.Nick Clifton2021-03-151-24/+85
* PR27128, nm -P portable output format regressionAlan Modra2021-03-011-7/+14
* nm: Add --quiet to suppress "no symbols" diagnosticFangrui Song2021-02-261-4/+14
* Update year range in copyright notice of binutils filesAlan Modra2021-01-011-1/+1
* PR27128, nm -P portable output format regressionAlan Modra2020-12-311-13/+15
* Add option to nm to change the characters displayed for ifunc symbols. Add a...Nick Clifton2020-11-201-0/+26
* Tidy elf_symbol_fromAlan Modra2020-09-161-1/+1
* elf: Keep only one '@' for undefined versioned symbolsH.J. Lu2020-08-221-1/+4
* nm: Remove --with-symbol-versionsH.J. Lu2020-08-101-19/+7
* bfd: Add a bfd_boolean argument to bfd_get_symbol_version_stringH.J. Lu2020-03-241-4/+4
* bfd: Display symbol version for nm -DH.J. Lu2020-03-241-6/+20
* plugin: Don't invoke LTO-wrapperH.J. Lu2020-03-201-1/+1
* Don't call lto-wrapper for ar and ranlibH.J. Lu2020-02-251-1/+1
* PR25362, memory leak in nmAlan Modra2020-01-131-0/+2
* Update year range in copyright notice of binutils filesAlan Modra2020-01-011-1/+1
* PR25031, nm reports wrong address on 32bitAlan Modra2019-09-241-54/+50
* bfd_section_* macrosAlan Modra2019-09-191-2/+2
* bfd_asymbol_* macrosAlan Modra2019-09-181-10/+10
* bfd_get_filenameAlan Modra2019-09-061-21/+21
* Support .gnu.lto_.lto section in ELF files (PR 24768).Martin Liska2019-07-291-3/+20
* Change nm so that when it is running in POSIX compatible mode, it does not pr...Nick Clifton2019-05-011-33/+62
* Update year range in copyright notice of binutils filesAlan Modra2019-01-011-1/+1
* PR23952, memory leak in _bfd_generic_read_minisymbolsAlan Modra2018-12-081-6/+3
* Synchronize libiberty with gcc and add --no-recruse-limit option to tools tha...Nick Clifton2018-12-071-4/+23
* BFD_INIT_MAGICAlan Modra2018-10-151-1/+2
* Update year range in copyright notice of binutils filesAlan Modra2018-01-031-1/+1
* PR22443, Global buffer overflow in _bfd_elf_get_symbol_version_stringAlan Modra2017-11-191-7/+10
* Allow for __gnu_lto_slim prefixed with extra "_"Alan Modra2017-10-251-1/+3
* Free memory returned from bfd_get_synthetic_symtabH.J. Lu2017-09-251-1/+3
* Remove datasize measurements based on sbrk()Tristan Gingold2017-07-191-11/+0
* Fix illegal memory access bug in nm when run on a corrupt binary.Nick Clifton2017-02-131-1/+2
* Update year range in copyright notice of all files.Alan Modra2017-01-021-1/+1
* Fix calculation of synthetic symbol sizes (ppc64)Luis Machado2016-12-011-2/+5
* Add the ability for nm to display symbol version information.Nick Clifton2016-11-111-0/+18