forked from zephyrproject-rtos/zephyr
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
llext: refactor: use cached section headers
The section headers are now available in the loader structure, so we can use those directly instead of reading them from the ELF file every time. This commit contains no logic changes; it removes all copies of the header loading code and replaces them with direct access to the cached section headers. Signed-off-by: Luca Burelli <[email protected]>
- Loading branch information
Showing
2 changed files
with
54 additions
and
117 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters