]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
include: libsframe: add APIs for offsetof FDE func start addr field
authorIndu Bhagat <indu.bhagat@oracle.com>
Thu, 22 May 2025 22:24:47 +0000 (15:24 -0700)
committerIndu Bhagat <indu.bhagat@oracle.com>
Wed, 28 May 2025 04:58:13 +0000 (21:58 -0700)
commit2a3e59e4297234c1b5967d934db85eaa7afc87a8
tree40ef46879d922a1009be3d086aa8e9ec107c2f5f
parent3e20b9899e72431cf119f939ef0bf0ce5bd27eed
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.
include/sframe-api.h
libsframe/libsframe.ver
libsframe/sframe.c