Skip to content

Commit 6cd9693

Browse files
committed
Add script to find linkerscript-defined info
Add ls_parse.py, a script to discover symbols whose values are defined in a linker script, and valid memory extents corresponding to sections in an object file. ls_parse can emit this information as a C file, suitable for compiling into a goto-binary and linking with the rest of the codebase. ls_parse can also emit the information as a JSON file, suitable for automatic processing from within goto-cc. This supports CPROVER in knowing the actual values of symbols that are not defined in the C source. CR: https://cr.amazon.com/r/7191907/
1 parent e2afe93 commit 6cd9693

File tree

1 file changed

+520
-0
lines changed

1 file changed

+520
-0
lines changed

0 commit comments

Comments
 (0)