mirror of
https://git.musl-libc.org/git/musl
synced 2025-01-24 07:02:03 +03:00
keep track of which dsos have been relocated
This commit is contained in:
parent
e0b0ff1598
commit
368ba4a0a9
@ -318,6 +318,7 @@ static void reloc_all(struct dso *p)
|
||||
2, p->syms, p->strings, p);
|
||||
do_relocs(p->base, (void *)(p->base+dyn[DT_RELA]), dyn[DT_RELASZ],
|
||||
3, p->syms, p->strings, p);
|
||||
p->relocated = 1;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user