We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ab3b66 commit 002927bCopy full SHA for 002927b
1 file changed
src/binary/load_kernel.rs
@@ -368,6 +368,7 @@ where
368
);
369
370
match rela.get_type() {
371
+ // R_AMD64_RELATIVE
372
8 => {
373
let offset_in_file = find_offset(elf_file, rela.get_offset())?
374
.ok_or("Destination of relocation is not mapped in physical memory")?;
0 commit comments