Searched refs:ksyms_csize (Results 1 – 1 of 1) sorted by relevance
1339 size_t ksyms_csize = dumphdr.dump_ksyms_csize; in build_corefile() local1342 char *ksyms_cbase = Zalloc(ksyms_csize); in build_corefile()1374 Pread(dumpfd, ksyms_cbase, ksyms_csize, dumphdr.dump_ksyms); in build_corefile()1375 Pwrite(corefd, ksyms_cbase, ksyms_csize, corehdr.dump_ksyms); in build_corefile()1377 ksyms_dsize = decompress(ksyms_cbase, ksyms_base, ksyms_csize, in build_corefile()