Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/cranelift/src/
H A Dobj.rs56 text_section: SectionId, field
81 let text_section = obj.add_section( in new() localVariable
92 let section = obj.section_mut(text_section); in new()
102 text_section, in new()
139 section: SymbolSection::Section(self.text_section), in append_func()
228 .section_mut(self.text_section) in finish()
233 .append_section(self.compiler, self.obj, self.text_section); in finish()
382 text_section: SectionId, in append_section()
387 let text_section_size = obj.append_section_data(text_section, &[], text_align(compiler)); in append_section()