Age | Commit message (Collapse) | Author | Files | Lines |
|
In some scenerio, such as cross-compilation, we have to
load the ELF object file but not relocate them. Thus,
we are going to provide 2 functions:
1. rsloaderLoadExecutable
2. rsloaderRelocateExecutable
So that we can load the executable WITHOUT relocation.
The behavior of rsloaderCreateExec is remained unchanged
in this commit, though rsloaderCreateExec will become
the composition of these 2 functions.
Change-Id: Idb64aa77ac53161aa95879ccad8f46ce56c1d993
|
|
* commit 'c9035479f5740de231117ea47d3a6e9b477b173d':
Remapping ELF section headers to match loaded code
|
|
Remap ELF headers when rsloaderCreateExec is called so the object can be registered with GDB.
Change-Id: I89de5caaee8caad5136d817698cf9fc8a5bd545b
|
|
BUG=5955072
Change-Id: Ia2a260003ba2e8ca0bfb68154fb5f306148ac5a0
|
|
Change-Id: I5bc2eca34c6548b0ea678280ef8f017383c869d0
|
|
See https://android-git.corp.google.com/g/#/c/157220
Bug: 5449033
Change-Id: I6e09d0bd1200ee1326209feccec90c2344254a78
|
|
Change-Id: I2518f38a3e83c91e4cb5f190aa00d7f51b741343
|
|
|
|
|
|
Change-Id: I3ee6b2b78f5da7d6f92af9675fa2fc7c74a0207b
|
|
|
|
|
|
|
|
|
|
|