提交 368ba4a0 编写于 作者: R Rich Felker

keep track of which dsos have been relocated

上级 e0b0ff15
......@@ -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;
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册