| /wasmtime-44.0.1/crates/cranelift/src/debug/ |
| H A D | write_debuginfo.rs | 47 let mut sections = Sections::new(writer); in emit_dwarf_sections() localVariable 48 dwarf.write(&mut sections)?; in emit_dwarf_sections() 50 frames.write_debug_frame(&mut sections.debug_frame)?; in emit_dwarf_sections() 54 sections.for_each_mut(|id, s| -> EnvResult<()> { in emit_dwarf_sections() 174 let sections = emit_dwarf_sections(isa, dwarf, frame_table)?; in emit_dwarf() localVariable 175 Ok(sections) in emit_dwarf()
|
| /wasmtime-44.0.1/crates/wizer/src/component/ |
| H A D | info.rs | 12 pub(crate) sections: Vec<RawSection<'a>>, field 77 self.sections.push(RawSection::Raw(section)); in push_raw_section() 81 self.sections.push(RawSection::Module(module)); in push_module_section() 86 self.sections.iter().filter_map(move |s| match s { in core_modules()
|
| H A D | rewrite.rs | 26 for section in component.sections.iter_mut() { in rewrite_component()
|
| H A D | instrument.rs | 31 for section in component.sections.iter_mut() { in instrument()
|
| /wasmtime-44.0.1/crates/wasmtime/src/runtime/ |
| H A D | native_debug.rs | 37 for section in obj.sections() { in relocate_dwarf_sections() 129 let sections = header.sections(e, &bytes[..]).unwrap(); in convert_object_elf_to_loadable_file() localVariable 130 let text_range = match sections.section_by_name(e, b".text") { in convert_object_elf_to_loadable_file()
|
| H A D | code_memory.rs | 140 let sections = header in new() localVariable 141 .sections(endian, mmap_data) in new() 161 for section_header in sections.iter() { in new() 188 if let Some(target_section) = reloc_section_target(§ions, section_header, endian)? { in new() 658 sections: &'a SectionTable<'a, FileHeader64<Endianness>, &'a [u8]>, in reloc_section_target() 674 sh_info.0 < sections.len(), in reloc_section_target() 678 Ok(Some(sections.section(sh_info)?)) in reloc_section_target()
|
| /wasmtime-44.0.1/cranelift/control/ |
| H A D | README.md | 2 inject pseudo-random perturbations into specific sections in the code while
|
| /wasmtime-44.0.1/crates/wasi-preview1-component-adapter/verify/ |
| H A D | README.md | 7 There are a limited set of wasm sections allowed in the binary, and a limited
|
| /wasmtime-44.0.1/examples/min-platform/ |
| H A D | build.sh | 70 -Wl,--gc-sections \
|
| /wasmtime-44.0.1/crates/wasi-preview1-component-adapter/byte-array-literals/ |
| H A D | README.md | 6 wasm32-unknown-unknown) cannot contain any data sections.
|
| /wasmtime-44.0.1/crates/wasmtime/src/ |
| H A D | profiling_agent.rs | 83 .sections() in register_module()
|
| /wasmtime-44.0.1/tests/disas/component-model/ |
| H A D | unsafe-intrinsics-used.wat | 23 ;; XXX: if we ever implement gc-sections/DCE during our linking, we will
|
| /wasmtime-44.0.1/docs/ |
| H A D | examples-profiling.md | 15 platforms. See the following sections of this book if you're using these
|
| H A D | security-vulnerability-runbook.md | 24 sections to fill out. At this point at least a brief description of the
|
| H A D | examples-minimal.md | 264 recommended to link against `libwasmtime.a` with `--gc-sections` as a linker
|
| /wasmtime-44.0.1/crates/environ/src/compile/ |
| H A D | stack_maps.rs | 178 .sections() in roundtrip()
|
| /wasmtime-44.0.1/crates/wasmtime/src/engine/ |
| H A D | serialization.rs | 85 let sections = header in check_compatible() localVariable 86 .sections(endian, mmap) in check_compatible() 90 for s in sections.iter() { in check_compatible()
|
| /wasmtime-44.0.1/cranelift/docs/ |
| H A D | compare-llvm.md | 23 However, there are also some major differences, described in the following sections.
|
| /wasmtime-44.0.1/crates/c-api/ |
| H A D | doxygen.conf.in | 718 # sections, marked by \if <section_label> ... \endif and \cond <section_label> 1282 # documentation will contain sections that can be hidden and shown after the
|
| /wasmtime-44.0.1/cranelift/isle/docs/ |
| H A D | language-reference.md | 65 This document is organized into the following sections:
|
| /wasmtime-44.0.1/docs/js/ |
| H A D | mermaid.min.11.6.0.js | 1137 …sections:new Map,showData:!1,config:Jue},m6=lO.sections,cO=lO.showData,eGe=structuredClone(Jue),tG… 1362 …sections!==void 0&&e.sections.forEach(function(y){p(e.startx,y.y,e.stopx,y.y).style("stroke-dashar…
|
| /wasmtime-44.0.1/cranelift/codegen/src/isa/x64/ |
| H A D | lower.isle | 2485 ;; The algorithm uses shifts to isolate 4 bit sections of the vector, pshufb as part of the
|