aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/kldxref/ef_obj.c
Commit message (Expand)AuthorAgeFilesLines
* kldxref: improve style(9)Ed Maste2018-01-171-56/+58
* kldxref: handle modules with md_cval at the end of allocated sectionsEd Maste2018-01-161-0/+24
* kldxref: correct function names in warning messagesEd Maste2018-01-021-2/+2
* spdx: initial adoption of licensing ID tags.Pedro F. Giffuni2017-11-181-1/+3
* Use calloc().Xin LI2013-06-051-2/+1
* Remove unneeded reference to link.h (sys/link_elf.h).Xin LI2013-06-051-1/+0
* fix a couple of innocuous compiler warningsLuigi Rizzo2009-01-061-2/+2
* Use posix_memalign() rather than assuming that malloc() provides adequateJason Evans2006-01-121-5/+7
* Make our ELF64 type definitions match standards. In particular thisMarcel Moolenaar2005-12-181-2/+2
* Explicitly pass in the relocation base and data offset into ef_reloc()Ian Dowse2004-08-281-7/+10
* Use a temporary void * variable to work around a strict aliasingIan Dowse2004-08-271-2/+3
* Add support for reading ELF relocatable object file format modules.Ian Dowse2004-08-271-0/+602