freebsd-dev/usr.sbin/kldxref
Marcel Moolenaar 757686b115 Make our ELF64 type definitions match standards. In particular this
means:
o  Remove Elf64_Quarter,
o  Redefine Elf64_Half to be 16-bit,
o  Redefine Elf64_Word to be 32-bit,
o  Add Elf64_Xword and Elf64_Sxword for 64-bit entities,
o  Use Elf_Size in MI code to abstract the difference between
   Elf32_Word and Elf64_Word.
o  Add Elf_Ssize as the signed counterpart of Elf_Size.

MFC after: 2 weeks
2005-12-18 04:52:37 +00:00
..
ef_amd64.c Make our ELF64 type definitions match standards. In particular this 2005-12-18 04:52:37 +00:00
ef_i386.c Make our ELF64 type definitions match standards. In particular this 2005-12-18 04:52:37 +00:00
ef_nop.c Explicitly pass in the relocation base and data offset into ef_reloc() 2004-08-28 19:31:10 +00:00
ef_obj.c Make our ELF64 type definitions match standards. In particular this 2005-12-18 04:52:37 +00:00
ef_powerpc.c Make our ELF64 type definitions match standards. In particular this 2005-12-18 04:52:37 +00:00
ef_sparc64.c Make our ELF64 type definitions match standards. In particular this 2005-12-18 04:52:37 +00:00
ef.c Make our ELF64 type definitions match standards. In particular this 2005-12-18 04:52:37 +00:00
ef.h Make our ELF64 type definitions match standards. In particular this 2005-12-18 04:52:37 +00:00
fileformat
kldxref.8 Fixed manpage's synopsis, and synchronized it with the program's usage(). 2004-06-01 09:34:04 +00:00
kldxref.c Skip .symbols files. 2005-11-11 08:13:18 +00:00
Makefile Add support for reading ELF relocatable object file format modules. 2004-08-27 00:58:40 +00:00