()
| 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() { |
nothing calls this directly
no test coverage detected