Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/BaseTools/Source/C/GenBootSector/
DGenBootSector.c39 #define PARTITION_TABLE_OFFSET 0x1BE macro
324 if ((DiskPartition[PARTITION_TABLE_OFFSET + Index * SIZE_OF_PARTITION_ENTRY] & 0x7F) != 0) { in GetBootSectorOffset()
340 if (DiskPartition[PARTITION_TABLE_OFFSET + (Index * SIZE_OF_PARTITION_ENTRY)] == 0x80) { in GetBootSectorOffset()
341 …DbrOffset = *(DWORD *)&DiskPartition[PARTITION_TABLE_OFFSET + (Index * SIZE_OF_PARTITION_ENTRY) + … in GetBootSectorOffset()
349 … DbrOffset = *(DWORD *)&DiskPartition[PARTITION_TABLE_OFFSET + PARTITION_ENTRY_STARTLBA_OFFSET]; in GetBootSectorOffset()
352 DiskPartition[PARTITION_TABLE_OFFSET] = 0x80; in GetBootSectorOffset()
/device/linaro/bootloader/edk2/BaseTools/Source/C/GnuGenBootSector/
DGnuGenBootSector.c39 #define PARTITION_TABLE_OFFSET 0x1BE macro