aboutsummaryrefslogtreecommitdiff
path: root/ddb/db_sym.c
Commit message (Expand)AuthorAgeFilesLines
* Remove a.out support for ddbFlavio Cruz2023-02-091-7/+1
* Include mig generated headers to avoid warnings with -Wmissing-prototypes.Flavio Cruz2023-01-191-2/+2
* Fix ddb warnings introduced with -Wstrict-prototypesFlavio Cruz2023-01-051-1/+1
* fix warning from -Wstrict-prototypesGuy-Fleury Iteriteka2023-01-011-1/+1
* convert K&R into ansiGuy-Fleury Iteriteka2023-01-011-15/+13
* Fix some warnings with -Wmissing-prototypes.Flavio Cruz2022-12-271-3/+3
* ddb: Fix typos in comments (found by codespell)Stefan Weil2015-01-021-1/+1
* ddb: add support for ELF symbol tablesJustus Winter2014-09-171-1/+13
* Convert from K&R to ANSIMarin Ramesa2014-04-041-33/+31
* ddb: safely copy symbol names into the symtab structureJustus Winter2014-02-041-1/+2
* Mark pure functions with attribute pureMarin Ramesa2013-12-201-1/+1
* ddb: qualify pointers whose dereferenced values are constant with constMarin Ramesa2013-12-151-3/+3
* Use db_addr_t instead of db_expr_tMarin Ramesa2013-12-091-2/+2
* ddb/db_sym.c: fix argument listMarin Ramesa2013-12-051-1/+1
* ddb/db_sym.c: remove useless forward declarations without definitionsMarin Ramesa2013-12-051-9/+0
* ddb: new header file db_aout.hMarin Ramesa2013-12-051-7/+1
* ddb: move forward declaration into a header fileMarin Ramesa2013-11-241-2/+0
* Simplify testSamuel Thibault2013-11-241-4/+2
* ddb/db_sym.c: move assignment outside ifMarin Ramesa2013-11-211-1/+3
* Fix implicit declaration of functionMarin Ramesa2013-11-201-1/+1
* ddb/db_sym.c: remove register qualifiersMarin Ramesa2013-11-171-13/+12
* Use long typesSamuel Thibault2012-03-201-1/+1
* 2008-07-18 Andrei Barbu <andrei@0xab.com>Samuel Thibault2009-06-181-3/+26
* 2008-07-18 Andrei Barbu <andrei@0xab.com>Samuel Thibault2009-06-181-1/+1
* 2007-11-15 Samuel Thibault <samuel.thibault@ens-lyon.org>Samuel Thibault2009-06-181-3/+3
* 2006-01-06 Thomas Schwinge <tschwinge@gnu.org>Thomas Schwinge2009-06-181-1/+3
* 2006-11-07 Barry deFreese <bddebian@comcast.net>Samuel Thibault2009-06-181-1/+1
* 2006-10-15 Thomas Schwinge <tschwinge@gnu.org>Thomas Schwinge2009-06-181-1/+0
* 2001-04-04 Roland McGrath <roland@frob.com>Roland McGrath2001-04-051-24/+24
* Initial sourceThomas Bushnell1997-02-251-0/+523