Lines Matching refs:start
35 void FixupSection(ZoneBuffer* buffer, size_t start) {
36 buffer->patch_u32v(start, static_cast<uint32_t>(buffer->offset() - start -
597 size_t start = EmitSection(kTypeSectionCode, buffer);
654 FixupSection(buffer, start);
659 size_t start = EmitSection(kImportSectionCode, buffer);
674 FixupSection(buffer, start);
680 size_t start = EmitSection(kFunctionSectionCode, buffer);
686 FixupSection(buffer, start);
691 size_t start = EmitSection(kTableSectionCode, buffer);
702 FixupSection(buffer, start);
707 size_t start = EmitSection(kMemorySectionCode, buffer);
719 FixupSection(buffer, start);
724 size_t start = EmitSection(kTagSectionCode, buffer);
730 FixupSection(buffer, start);
735 size_t start = EmitSection(kGlobalSectionCode, buffer);
743 FixupSection(buffer, start);
748 size_t start = EmitSection(kExportSectionCode, buffer);
770 FixupSection(buffer, start);
773 // == emit start function index ==============================================
775 size_t start = EmitSection(kStartSectionCode, buffer);
777 FixupSection(buffer, start);
782 size_t start = EmitSection(kElementSectionCode, buffer);
822 FixupSection(buffer, start);
837 size_t start = buffer->reserve_u32v();
848 FixupSection(buffer, start);
853 size_t start = EmitSection(kCodeSectionCode, buffer);
858 FixupSection(buffer, start);
863 size_t start = EmitSection(kDataSectionCode, buffer);
874 FixupSection(buffer, start);
882 size_t start = buffer->reserve_u32v();
912 FixupSection(buffer, start);