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

  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/ProcessDsc/
DscFile.c 446 SECTION *NextSection;
451 NextSection = DSC->Sections->Next;
457 DSC->Sections = NextSection;
  /art/libdexfile/dex/
class_accessor.h 139 void NextSection() {
168 void NextSection() {
253 data_.NextSection();
  /device/linaro/bootloader/edk2/BaseTools/Source/C/Common/
FirmwareVolumeBuffer.c 1402 EFI_COMMON_SECTION_HEADER* NextSection;
1415 (VOID **)&NextSection
1467 EFI_COMMON_SECTION_HEADER* NextSection;
1479 (VOID **)&NextSection
1485 if (Type == NextSection->Type) {
1487 *Section = NextSection;
    [all...]

Completed in 101 milliseconds