Searched refs:null_hdr (Results 1 – 1 of 1) sorted by relevance
324 Elf32_Shdr null_hdr; in Write() local325 memset(&null_hdr, 0, sizeof(null_hdr)); in Write()326 null_hdr.sh_type = SHT_NULL; in Write()327 null_hdr.sh_link = SHN_UNDEF; in Write()328 section_ptrs.push_back(&null_hdr); in Write()