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

  /device/linaro/bootloader/edk2/BaseTools/Source/C/GenSec/
GenSec.c     [all...]
  /external/llvm/lib/Object/
MachOObjectFile.cpp 619 uint32_t SectOffset, SectType;
626 SectType = Sect.flags & MachO::SECTION_TYPE;
631 SectType = Sect.flags & MachO::SECTION_TYPE;
633 if (SectType == MachO::S_ZEROFILL || SectType == MachO::S_GB_ZEROFILL)
    [all...]

Completed in 546 milliseconds