Searched refs:elfh (Results 1 – 4 of 4) sorted by relevance
33 #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 */
31 struct elfh { struct38 extern const struct elfh elfhdr; /* ELF header template */ argument
3 SRCS= btxld.c elfh.c
401 struct elfh eh; in puthdr()