freebsd-src/lib/libdwarf
Ed Schouten ae824d80f2 Fix warnings found by -Wmising-variable-declarations.
This self-written compiler warning, which is hopefully going to be
committed into LLVM sources soon, warns about potentially missing
`static' keywords, similar to -Wmissing-prototypes.

- bin/pax: Move external declaration of chdname and s_mask into extern.h.
- bin/setfacl: Move setfacl.c-specific stuff out of setfacl.h.
- sbin/mount_fusefs: Remove char *progname; use getprogname().
- others: add `static' where possible.
2012-10-19 05:43:38 +00:00
..
_libdwarf.h Add the ability to search for all the inlined instances of a given function. 2011-05-07 01:05:31 +00:00
dwarf.h Teach libdwarf about the DW_FORM_flag_present dwarf attribute, so 2012-08-29 18:49:41 +00:00
dwarf_abbrev.c
dwarf_attr.c
dwarf_attrval.c Teach libdwarf about the DW_FORM_flag_present dwarf attribute, so 2012-08-29 18:49:41 +00:00
dwarf_cu.c
dwarf_dealloc.c
dwarf_die.c
dwarf_dump.c Teach libdwarf about the DW_FORM_flag_present dwarf attribute, so 2012-08-29 18:49:41 +00:00
dwarf_errmsg.c Fix warnings found by -Wmising-variable-declarations. 2012-10-19 05:43:38 +00:00
dwarf_errno.c
dwarf_finish.c
dwarf_form.c
dwarf_func.c Add the ability to search for all the inlined instances of a given function. 2011-05-07 01:05:31 +00:00
dwarf_init.c Teach libdwarf about the DW_FORM_flag_present dwarf attribute, so 2012-08-29 18:49:41 +00:00
dwarf_loc.c
libdwarf.h Add the ability to search for all the inlined instances of a given function. 2011-05-07 01:05:31 +00:00
Makefile Bump shared libraries version numbers in preparation for 9.0. 2011-08-28 09:26:48 +00:00