libsframe: revisit sframe_find_fre API
authorIndu Bhagat <indu.bhagat@oracle.com>
Fri, 26 May 2023 06:44:09 +0000 (23:44 -0700)
committerIndu Bhagat <indu.bhagat@oracle.com>
Fri, 26 May 2023 06:44:09 +0000 (23:44 -0700)
commit83c219872b2131546ccec7edc57eb47c64b8911d
tree66223c527cc0338abcad74e48631740ab67982a7
parent812d868850126d8e791795c7e248ffbf580925f6
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...
libsframe/sframe.c