Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/wasmtime/src/runtime/
H A Dcode_memory.rs134 let section_headers = header in new() localVariable
135 .section_headers(endian, mmap_data) in new()
138 .section_strings(endian, mmap_data, section_headers) in new()
/wasmtime-44.0.1/crates/wasmtime/src/engine/
H A Dserialization.rs79 let section_headers = header in check_compatible() localVariable
80 .section_headers(endian, mmap) in check_compatible()
83 .section_strings(endian, mmap, section_headers) in check_compatible()