Select Git revision
elf_test.py
Forked from
Reform / reform-boundary-uboot
4731 commits behind the upstream repository.
-
Simon Glass authored
In some cases we need to read symbols from U-Boot. At present we have a a few cases which does this via 'nm' and 'grep'. It is better to use objdump since that tells us the size of the symbols and also whether it is weak or not. Add a new module which reads ELF information from files. Update existing uses of 'nm' to use this module. Signed-off-by:
Simon Glass <sjg@chromium.org>
Simon Glass authoredIn some cases we need to read symbols from U-Boot. At present we have a a few cases which does this via 'nm' and 'grep'. It is better to use objdump since that tells us the size of the symbols and also whether it is weak or not. Add a new module which reads ELF information from files. Update existing uses of 'nm' to use this module. Signed-off-by:
Simon Glass <sjg@chromium.org>
elf_test.py 821 B