commit | 056f0efd8ba20f382f120262c632545e6f06b4a5 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Nov 03 21:09:16 2021 -0600 |
committer | Simon Glass <sjg@chromium.org> | Sat Nov 13 08:16:39 2021 -0700 |
tree | 007a9ffc803a6eb9a75b6c514005bc5a154a9984 | |
parent | 2fb2cd75f3c2d8bdd8fc19f7a4291879ff89d840 [diff] |
binman: Support reading the offset of an ELF-file symbol Binman needs to be able to update the contents of an ELF file after it has been build. To support this, add a function to locate the position of a symbol's contents within the file. Fix the comments on bss_data.c and Symbol while we are here. Signed-off-by: Simon Glass <sjg@chromium.org>