• lizeb's avatar
    Refactor the symbolize step of the orderfile generation. · 753ce836
    lizeb authored
    This builds on the previous refactorings (linked in the bug), and unifies the
    parsing of object files. It also removes the fuzzy matching of offsets done
    that was previously also done in patch_orderfile.py.
    
    It is also faster for three reasons:
    - Elimination of an O(N^2) search
    - Parallelization of object file parsing.
    - No binary search
    
    BUG=452879
    
    Review URL: https://codereview.chromium.org/874683004
    
    Cr-Commit-Position: refs/heads/master@{#314137}
    753ce836
cyglog_to_orderfile.py 8.06 KB