Skip to content
Snippets Groups Projects
Commit 04ea2f93 authored by Ahmed Abd El Mawgood's avatar Ahmed Abd El Mawgood
Browse files

Refactor Linker::Link

This patch does basically two things:
- First make `global` variable not public, And make it accessable via a
function `get_sym`.
- Isolate the procedure that collect global symbols into single function
that does that and call it `collect_syms`.

The motivation of this patch is the second one where this procedure is
extended, thus it needs a seamless way to access those symbols
parent 77a02941
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment