commit | 83c219872b2131546ccec7edc57eb47c64b8911d | [log] [tgz] |
---|---|---|
author | Indu Bhagat <indu.bhagat@oracle.com> | Thu May 25 23:44:09 2023 -0700 |
committer | Indu Bhagat <indu.bhagat@oracle.com> | Thu May 25 23:44:09 2023 -0700 |
tree | 66223c527cc0338abcad74e48631740ab67982a7 | |
parent | 812d868850126d8e791795c7e248ffbf580925f6 [diff] |
libsframe: revisit sframe_find_fre API Inspite of implementing a rather simple functionality, this function was relatively difficult to follow, and maintain. Some changes are done now to address that - refactor the function and use better names to make it more readable. The changes to the implementation do not cause any change in the contract of the API. libsframe/ * sframe.c (sframe_fre_get_end_ip_offset): to here... (sframe_find_fre): Refactor some bits from...