Home
last modified time | relevance | path

Searched refs:sections (Results 1 – 22 of 22) sorted by relevance

/wasmtime-44.0.1/crates/cranelift/src/debug/
H A Dwrite_debuginfo.rs47 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 Dinfo.rs12 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 Drewrite.rs26 for section in component.sections.iter_mut() { in rewrite_component()
H A Dinstrument.rs31 for section in component.sections.iter_mut() { in instrument()
/wasmtime-44.0.1/crates/wasmtime/src/runtime/
H A Dnative_debug.rs37 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 Dcode_memory.rs140 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(&sections, 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 DREADME.md2 inject pseudo-random perturbations into specific sections in the code while
/wasmtime-44.0.1/crates/wasi-preview1-component-adapter/verify/
H A DREADME.md7 There are a limited set of wasm sections allowed in the binary, and a limited
/wasmtime-44.0.1/examples/min-platform/
H A Dbuild.sh70 -Wl,--gc-sections \
/wasmtime-44.0.1/crates/wasi-preview1-component-adapter/byte-array-literals/
H A DREADME.md6 wasm32-unknown-unknown) cannot contain any data sections.
/wasmtime-44.0.1/crates/wasmtime/src/
H A Dprofiling_agent.rs83 .sections() in register_module()
/wasmtime-44.0.1/tests/disas/component-model/
H A Dunsafe-intrinsics-used.wat23 ;; XXX: if we ever implement gc-sections/DCE during our linking, we will
/wasmtime-44.0.1/docs/
H A Dexamples-profiling.md15 platforms. See the following sections of this book if you're using these
H A Dsecurity-vulnerability-runbook.md24 sections to fill out. At this point at least a brief description of the
H A Dexamples-minimal.md264 recommended to link against `libwasmtime.a` with `--gc-sections` as a linker
/wasmtime-44.0.1/crates/environ/src/compile/
H A Dstack_maps.rs178 .sections() in roundtrip()
/wasmtime-44.0.1/crates/wasmtime/src/engine/
H A Dserialization.rs85 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 Dcompare-llvm.md23 However, there are also some major differences, described in the following sections.
/wasmtime-44.0.1/crates/c-api/
H A Ddoxygen.conf.in718 # 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 Dlanguage-reference.md65 This document is organized into the following sections:
/wasmtime-44.0.1/docs/js/
H A Dmermaid.min.11.6.0.js1137sections:new Map,showData:!1,config:Jue},m6=lO.sections,cO=lO.showData,eGe=structuredClone(Jue),tG…
1362sections!==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 Dlower.isle2485 ;; The algorithm uses shifts to isolate 4 bit sections of the vector, pshufb as part of the