commit | 32587b7ae213d832612477f4b2bd25b78fe5474d | [log] [tgz] |
---|---|---|
author | Christopher Ferris <cferris@google.com> | Fri Mar 29 12:34:58 2019 -0700 |
committer | Christopher Ferris <cferris@google.com> | Fri Mar 29 14:08:37 2019 -0700 |
tree | 3ce50562e23ea74e03784acf18a28a55a68a3a9b | |
parent | 06c9a21030669ff8e5a7b31aaa8ddaf900952c2d [diff] |
Remove sequential search from DwarfEhFrameWithHdr. Since there has never been a time that a sequential search has been necessary, simply remove the sequential code and allow the DwarfEhFrame object to be used in that case. If this does come up regularly, I'm not sure that it wouldn't be more performant to use the DwarfEhFrame object regardless. Bug: 129550015 Test: libunwindstack unit tests, libbacktrace unit tests. Change-Id: I738e81accb9bc1e182168cddc9c0c22823e3369b