Searched refs:MemoryIndex (Results 1 – 6 of 6) sorted by relevance
142 uint32_t MemoryIndex; // present if InitFlags & WASM_SEGMENT_HAS_MEMINDEX member
444 IO.mapRequired("MemoryIndex", Segment.MemoryIndex); in mapping()446 Segment.MemoryIndex = 0; in mapping()
495 encodeULEB128(Segment.MemoryIndex, OS); in writeSectionContent()
117 uint32_t MemoryIndex; member
1041 typedef GHashTable MemoryIndex; typedef1065 memory_index_add_token (MemoryIndex *mi, in memory_index_add_token()1091 memory_index_add_string (MemoryIndex *mi, in memory_index_add_string()1111 static MemoryIndex *
1213 Segment.Data.MemoryIndex = (Segment.Data.InitFlags & wasm::WASM_SEGMENT_HAS_MEMINDEX) in parseDataSection()