Home
last modified time | relevance | path

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

/art/compiler/
Delf_writer_quick.cc324 Elf32_Shdr null_hdr; in Write() local
325 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()