MCPcopy Create free account
hub / github.com/bytecodealliance/wasmtime / absolute_eh_pointer_on_elf

Function absolute_eh_pointer_on_elf

cranelift/object/src/unwind.rs:252–255  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

250
251 #[test]
252 fn absolute_eh_pointer_on_elf() {
253 let flags = translate_eh_pe(Some(DW_EH_PE_absptr), 8, BinaryFormat::Elf).unwrap();
254 assert_generic(flags, RelocationKind::Absolute, 64);
255 }
256
257 #[test]
258 fn pcrel_sdata4_on_elf() {

Callers

nothing calls this directly

Calls 3

translate_eh_peFunction · 0.85
assert_genericFunction · 0.85
unwrapMethod · 0.45

Tested by

no test coverage detected