]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
libsframe: rename sframe_fre_* internal APIs to use data word instead of offset
authorIndu Bhagat <indu.bhagat@oracle.com>
Fri, 23 Jan 2026 22:21:56 +0000 (14:21 -0800)
committerIndu Bhagat <indu.bhagat@oracle.com>
Fri, 23 Jan 2026 22:21:56 +0000 (14:21 -0800)
commitefaf24f786c09156cd0eebb7013711dc43c838d9
treee95453f2de92c1bed9698238e4495869c22928a7
parent664e033cf807a56ec6f77261f750d764ea226b80
libsframe: rename sframe_fre_* internal APIs to use data word instead of offset

Rename three internal functions:
  - sframe_fre_get_offset_count to sframe_fre_get_dataword_count
  - sframe_fre_get_offset_size to sframe_fre_get_dataword_size
  - sframe_fre_offset_bytes_size to sframe_fre_datawords_bytes_size.

libsframe/
* sframe.c: Rename functions and variables.
libsframe/sframe.c