Home
last modified time | relevance | path

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

/wasmtime-44.0.1/tests/disas/pulley/
H A Dpulley64_memory32.wat3 ;;! objdump = '--traps --addrmap'
63 ;; ╰─╼ addrmap: 0x47
67 ;; ╰─╼ addrmap: 0x4a
73 ;; ╰─╼ addrmap: 0x4f
77 ;; ╰─╼ addrmap: 0x52
83 ;; ╰─╼ addrmap: 0x57
87 ;; ╰─╼ addrmap: 0x5a
93 ;; ╰─╼ addrmap: 0x5f
97 ;; ╰─╼ addrmap: 0x62
103 ;; ╰─╼ addrmap: 0x69
[all …]
/wasmtime-44.0.1/tests/disas/
H A Dx64-simple-load.wat3 ;;! objdump = '--traps --addrmap'
17 ;; ╰─╼ addrmap: 0x21
22 ;; ├─╼ addrmap: 0x26
25 ;; ╰─╼ addrmap: 0x29
/wasmtime-44.0.1/src/commands/
H A Dobjdump.rs59 addrmap: Option<Option<bool>>, field
91 fn addrmap(&self) -> bool { in addrmap() method
92 optional_flag_with_default(self.addrmap, false) in addrmap()
157 addrmap: elf in execute()
564 addrmap: Option<Peekable<Box<dyn Iterator<Item = (u32, FilePos)> + 'a>>>, field
593 self.addrmap(address, post_list); in decorate()
601 fn addrmap(&mut self, address: u64, list: &mut Vec<String>) { in addrmap() method
602 if !self.objdump.addrmap() { in addrmap()
605 let Some(addrmap) = &mut self.addrmap else { in addrmap()
608 while let Some((addr, pos)) = addrmap.next_if(|(addr, _pos)| u64::from(*addr) <= address) { in addrmap()
/wasmtime-44.0.1/docs/
H A Dcli-options.md270 ╰─╼ addrmap: 0x23
272 ╰─╼ addrmap: 0x22
274 ╰─╼ addrmap: 0x23
276 ╰─╼ addrmap: 0x26