commit | 4d38dd77f901a48736c540a9c7499816fa9b4d90 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Feb 08 11:49:55 2022 -0700 |
committer | Simon Glass <sjg@chromium.org> | Tue Feb 22 10:05:44 2022 -0700 |
tree | 9f2180a16ffa975ed1f1e900e3f43d16c18bf873 | |
parent | 206985ecb7a9aa32c4e9e2b757e0261b7922ddb8 [diff] |
elf: Add a way to read segment information from an ELF file Add a function which reads the segments and the entry address. Also fix a comment nit in the tests while we are here. Signed-off-by: Simon Glass <sjg@chromium.org>