Home
last modified time | relevance | path

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

/dragonfly/stand/boot/pc32/btxld/
H A Delfh.c40 const struct elfh elfhdr = {
51 offsetof(struct elfh, p), /* e_phoff */
52 offsetof(struct elfh, sh), /* e_shoff */
92 offsetof(struct elfh, shstrtab), /* sh_offset */
H A Delfh.h32 struct elfh { struct
39 extern const struct elfh elfhdr; /* ELF header template */ argument
H A DMakefile4 SRCS= btxld.c elfh.c
H A Dbtxld.c384 struct elfh eh; in puthdr()