Open arichardson opened 7 years ago
Currently the binutils _fbsd linker scripts have PROVIDE (__executable_start = 0x120000000); . = 0x120000000 + SIZEOF_HEADERS;
PROVIDE (__executable_start = 0x120000000); . = 0x120000000 + SIZEOF_HEADERS;
It doesn't seem to be used anywhere and if my understanding is correct, lld has the equivalent (?) __ehdr_start
https://sourceware.org/bugzilla/show_bug.cgi?id=14525
Currently the binutils _fbsd linker scripts have
PROVIDE (__executable_start = 0x120000000); . = 0x120000000 + SIZEOF_HEADERS;
It doesn't seem to be used anywhere and if my understanding is correct, lld has the equivalent (?) __ehdr_start