Lines Matching refs:range
166 let range = subslice_range(data, &mmap); in new() localVariable
203 text = range; in new()
210 crate::runtime::vm::UnwindRegistration::SECTION_NAME => unwind = range, in new()
211 obj::ELF_WASM_DATA => wasm_data = range, in new()
212 obj::ELF_WASMTIME_ADDRMAP => address_map_data = range, in new()
213 obj::ELF_WASMTIME_STACK_MAP => stack_map_data = range, in new()
214 obj::ELF_WASMTIME_TRAPS => trap_data = range, in new()
215 obj::ELF_WASMTIME_EXCEPTIONS => exception_data = range, in new()
216 obj::ELF_WASMTIME_FRAMES => frame_tables_data = range, in new()
217 obj::ELF_NAME_DATA => func_name_data = range, in new()
218 obj::ELF_WASMTIME_INFO => info_data = range, in new()
219 obj::ELF_WASMTIME_DWARF => wasm_dwarf = range, in new()
220 obj::ELF_WASMTIME_WASM_BYTECODE => wasm_bytecode = range, in new()
221 obj::ELF_WASMTIME_WASM_BYTECODE_ENDS => wasm_bytecode_ends = range, in new()