Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/cranelift/src/
H A Dobj.rs31 fn text_align(compiler: &dyn Compiler) -> u64 { in text_align() function
229 .set_data(text, text_align(self.compiler)); in finish()
387 let text_section_size = obj.append_section_data(text_section, &[], text_align(compiler)); in append_section()