Searched refs:elfh (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.1-release/usr.sbin/btxld/
H A Delfh.h31 struct elfh { struct
38 extern const struct elfh elfhdr; /* ELF header template */
H A DMakefile5 SRCS= btxld.c elfh.c
H A Delfh.c33 #include "elfh.h"
40 const struct elfh elfhdr = {
51 htole32(offsetof(struct elfh, p)), /* e_phoff */
52 htole32(offsetof(struct elfh, sh)), /* e_shoff */
92 htole32(offsetof(struct elfh, shstrtab)), /* sh_offset */
H A Dbtxld.c55 #include "elfh.h"
405 struct elfh eh;

Completed in 55 milliseconds