freebsd-skq/usr.sbin/kldxref
emaste 35d9abcb8d MFC r265157: kldxref: Clean up error reporting
Omit "too many sections" warnings if the ELF file is not dynamically
  linked (and is therefore skipped anyway), and otherwise output it only
  once.  An errant core file would previously cause kldxref to output a
  number of warnings.

  Also introduce a MAXSEGS #define and replace literal 2 with it, to make
  comparisons clear.

Reviewed by:	kib
Sponsored by:	The FreeBSD Foundation
2014-07-23 14:30:58 +00:00
..
ef_amd64.c Remove unneeded reference to link.h (sys/link_elf.h). 2013-06-05 21:55:20 +00:00
ef_i386.c Remove unneeded reference to link.h (sys/link_elf.h). 2013-06-05 21:55:20 +00:00
ef_nop.c
ef_obj.c Use calloc(). 2013-06-05 21:56:29 +00:00
ef_powerpc.c
ef_sparc64.c
ef.c MFC r265157: kldxref: Clean up error reporting 2014-07-23 14:30:58 +00:00
ef.h
fileformat
kldxref.8 Reencode files to UTF-8. Drop CP1252 em-dash. 2011-12-30 00:59:08 +00:00
kldxref.c MFC r256650: kldxref: Add static keyword to the new function only used in the 2013-12-22 23:08:33 +00:00
Makefile