[PATCH] sframe: clarify FDE function start address field
Jens Remus
jremus@linux.ibm.com
Fri May 23 13:22:00 GMT 2025
The function start address in a SFrame FDE (sfde_func_start_address)
is encoded as a signed offset to the function start address from the
SFrame section.
include/
* sframe.h (struct sframe_func_desc_entry,
sframe_func_desc_entry): Clarify that sfde_func_start_address
is encoded as signed offset relative to the SFrame section.
Signed-off-by: Jens Remus <jremus@linux.ibm.com>
---
include/sframe.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/sframe.h b/include/sframe.h
index a965e23bdd18..6c3152f61213 100644
--- a/include/sframe.h
+++ b/include/sframe.h
@@ -174,7 +174,7 @@ typedef struct sframe_header
typedef struct sframe_func_desc_entry
{
/* Function start address. Encoded as a signed offset, relative to the
- beginning of the current FDE. */
+ beginning of the SFrame section. */
int32_t sfde_func_start_address;
/* Size of the function in bytes. */
uint32_t sfde_func_size;
--
2.45.2
More information about the Binutils
mailing list