commit | 88e08c0568f2c09f562ee6e2d3eacabfcc67bf1d | [log] [tgz] |
---|---|---|
author | David Srbecky <dsrbecky@google.com> | Thu Apr 29 12:42:22 2021 +0100 |
committer | Treehugger Robot <treehugger-gerrit@google.com> | Thu Apr 29 15:28:59 2021 +0000 |
tree | 176064563f3cd5516efcce0c5beb2bb184abada5 | |
parent | e1e0e0f187587dfb019a1689c005b31813b4cfe7 [diff] |
Create magic symbol to mark .symtab as sorted. ELF symbols don't have to be sorted, but ART always sorts them. This is very useful property if libunwindstack can rely on it. (that is, it can binary search the table instead of linear) Bug: 110133331 Test: art/test.py -b --host Change-Id: I4d491096a5bd4ea738a45bbc64fc9dea91c45575