commit | 45576ca2a8f9e3cb266f1d90256f337104b621ed | [log] [tgz] |
---|---|---|
author | Jens Remus <jremus@linux.ibm.com> | Tue Feb 04 15:13:24 2025 +0100 |
committer | Jens Remus <jremus@linux.ibm.com> | Tue Feb 04 15:13:24 2025 +0100 |
tree | 285018ffae9032f78257cd68f08cadf27728f4f3 | |
parent | 49da9e9d9e6dfdca620cd9d953b543598d7b61cf [diff] |
doc: sframe: Clarify FDE/FRE function/range start address fields 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. The PC range start address in a SFrame FRE (sfre_start_address) is encoded as an unsigned offset to the range from the function start address. Signed-off-by: Jens Remus <jremus@linux.ibm.com>