linking relocatable elf files
Posted: Wed Dec 12, 2007 4:07 pm
1st thing is it possible that I can say to ld, put only those symbols into the symbol table I made global?
The 2nd question is, is it possible to say ld, to put the relocation entry for every function call into the elf file? And I mean every function call not only the calls which are out of an object file. I need this for changing the functions at runtime. (so i needn´t to use indirect calls)
The 2nd question is, is it possible to say ld, to put the relocation entry for every function call into the elf file? And I mean every function call not only the calls which are out of an object file. I need this for changing the functions at runtime. (so i needn´t to use indirect calls)