commit | ecbe47320dd9a6faa7e33df70284ac4bbd7a60db | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Jan 06 21:35:15 2021 -0700 |
committer | Simon Glass <sjg@chromium.org> | Sat Jan 30 14:25:41 2021 -0700 |
tree | 68b18615bdfce0c7c573401b90ed481b33f259bc | |
parent | d2b3b2afd10772fc0c981f63b608ec7684467bb5 [diff] |
binman: Support finding symbols in sub-sections At present binman only supports resolving symbols in the same section as the binary that uses it. This is quite limited because we often need to group entries into different sections. Enhance the algorithm to search the entire image for symbols. Signed-off-by: Simon Glass <sjg@chromium.org>