commit | 86cf82dc9fa366d6758f4b1f9587c8d2f6062bad | [log] [tgz] |
---|---|---|
author | Richard Henderson <richard.henderson@linaro.org> | Wed Jun 16 20:59:49 2021 -0700 |
committer | Richard Henderson <richard.henderson@linaro.org> | Mon Oct 30 13:41:55 2023 -0700 |
tree | c8f0c9c133ab528b7287c57c3491680bf0b67251 | |
parent | 3bd0238638070274b9ce3464f0456cdf6ca0884d [diff] |
linux-user: Use ImageSource in load_symbols Aside from the section headers, we're unlikely to hit the ImageSource cache on guest executables. But the interface for imgsrc_read_* is better. Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>