- Executable segment is usually segment 3. Look there for the address first.
- GNU_EH_FRAME_HEADER segment is usually near the end. Iterate from the end.
- Exit early if both phdrs have been found.
A subsequent patch will add a cache of found phdrs.
Differential D75781
Rework findUnwindSectionsByPhdr to be more optimal. saugustine on Mar 6 2020, 4:02 PM. Authored by
Details
A subsequent patch will add a cache of found phdrs.
Diff Detail
Event Timeline
|
Is this early check no longer necessary/beneficial?