
Support for position independent executables (PIE) on the native linux backend, the gdbserver backend on linux and the core backend. Also implemented in the windows native backend, but it can't be tested because go doesn't support PIE on windows yet.
5 lines
208 B
Go
5 lines
208 B
Go
// This package contains functions and data structures used by both the
|
|
// linux implementation of the native backend and the core backend to deal
|
|
// with structures used by the linux kernel.
|
|
package linutil
|