opnsense-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 Add a BSD licensed DWARF library for use by the DTrace clients. 2008-05-22 02:14:23 +00:00
dwarf_attr.c Add a BSD licensed DWARF library for use by the DTrace clients. 2008-05-22 02:14:23 +00:00
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 Add a BSD licensed DWARF library for use by the DTrace clients. 2008-05-22 02:14:23 +00:00
dwarf_dealloc.c Add a BSD licensed DWARF library for use by the DTrace clients. 2008-05-22 02:14:23 +00:00
dwarf_die.c Add a BSD licensed DWARF library for use by the DTrace clients. 2008-05-22 02:14:23 +00:00
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 Add a BSD licensed DWARF library for use by the DTrace clients. 2008-05-22 02:14:23 +00:00
dwarf_finish.c Add a BSD licensed DWARF library for use by the DTrace clients. 2008-05-22 02:14:23 +00:00
dwarf_form.c Add a BSD licensed DWARF library for use by the DTrace clients. 2008-05-22 02:14:23 +00:00
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 Store accurate offset information in CTF data. A large number of 2009-07-17 21:15:09 +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
Makefile Bump shared libraries version numbers in preparation for 9.0. 2011-08-28 09:26:48 +00:00