HomeSort by relevance Sort by last modified time
    Searched full:null_hdr (Results 1 - 1 of 1) sorted by null

  /art/compiler/
elf_writer_quick.cc 324 Elf32_Shdr null_hdr; local
325 memset(&null_hdr, 0, sizeof(null_hdr));
326 null_hdr.sh_type = SHT_NULL;
327 null_hdr.sh_link = SHN_UNDEF;
328 section_ptrs.push_back(&null_hdr);
    [all...]

Completed in 484 milliseconds