commit | 72dac98050ee1a8333ec03c9f60e68e327913ec2 | [log] [tgz] |
---|---|---|
author | Indu Bhagat <indu.bhagat@oracle.com> | Sun Jul 06 12:46:33 2025 -0700 |
committer | Indu Bhagat <indu.bhagat@oracle.com> | Sun Jul 06 12:53:03 2025 -0700 |
tree | 78ce9d6d9dbb8b546055c1d2b673a3b31bf7e012 | |
parent | ef5573ced1794dd66aea10fc6678c0c6c149da6a [diff] |
include: libsframe: add APIs for offsetof FDE func start addr field These APIs will be later used by the linker to arrange SFrame FDEs in the output SFrame section. include/ * sframe-api.h (sframe_decoder_get_offsetof_fde_start_addr): New declaration. (sframe_encoder_get_offsetof_fde_start_addr): Likewise. libsframe/ * libsframe.ver: List the new APIs. * sframe.c (sframe_decoder_get_offsetof_fde_start_addr): New definition. (sframe_encoder_get_offsetof_fde_start_addr): Likewise.