ksyms_hdr
struct ksyms_hdr *hdr;
hdr->kh_ehdr.e_phoff = offsetof(struct ksyms_hdr, kh_txtphdr);
hdr->kh_ehdr.e_shoff = offsetof(struct ksyms_hdr, kh_shdr);
offsetof(struct ksyms_hdr, kh_shstrtab);
to.to_resid = sc->sc_objsz - sizeof(struct ksyms_hdr);
elfsz = sizeof(struct ksyms_hdr) + ts.ts_symsz + ts.ts_strsz;