commit | a4e259e837cd87e01544d363114ac131e70356c2 | [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 | 271fd8ffc3883b19ad51508773521ce6f726960d [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>