Home
last modified time | relevance | path

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

/freebsd/usr.sbin/btxld/
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 Delfh.h31 struct elfh { struct
38 extern const struct elfh elfhdr; /* ELF header template */ argument
H A DMakefile3 SRCS= btxld.c elfh.c
H A Dbtxld.c401 struct elfh eh; in puthdr()