Search:

Type: Posts; User: brewbuck

Search: Search took 0.08 seconds.

  1. Why not compile and link for position-independent...

    Why not compile and link for position-independent code, so that the code no longer depends on having any particular load address? Then you can place it anywhere in memory and it should work (apart...
  2. By definition a .o file is "relocatable" and...

    By definition a .o file is "relocatable" and therefore there is no way to force a specific symbol to load at a specific address. This can only be accomplished at link time when the object gets linked...
Results 1 to 2 of 2