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

  /device/linaro/bootloader/edk2/BaseTools/Source/C/GenBootSector/
GetDrvNumOffset.c 28 UINTN DataSec;
59 DataSec = TotSec - (
65 CountOfClusters = DataSec / FatBpb->Fat12_16.BPB_SecPerClus;
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/obj2yaml/
wasm2yaml.cpp 277 auto DataSec = make_unique<WasmYAML::DataSection>();
284 DataSec->Segments.push_back(Seg);
286 S = std::move(DataSec);
  /device/linaro/bootloader/edk2/BaseTools/Source/C/BootSectImage/
bootsectimage.c 219 UINTN DataSec;
323 DataSec = TotSec - (
329 CountOfClusters = DataSec / FatBpb->Fat12_16.BPB_SecPerClus;
    [all...]

Completed in 149 milliseconds