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

  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/
elf-machine.h 91 const unsigned long secthead_size; member in struct:elf_machine_handler
elf.c 677 if (!elf_march->write_secthead || !elf_march->secthead_size)
680 if (fwrite(buf, elf_march->secthead_size, 1, f))
681 return elf_march->secthead_size;
744 if (!elf_march->write_secthead_rel || !elf_march->secthead_size)
747 if (fwrite(buf, elf_march->secthead_size, 1, f))
748 return elf_march->secthead_size;

Completed in 312 milliseconds