aboutsummaryrefslogtreecommitdiff
path: root/libsframe/sframe.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-04Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2023-06-29sframe: bfd: gas: ld: format bump to SFrame version 2Indu Bhagat1-7/+67
2023-06-29libsframe: add new APIs to get SFrame versionIndu Bhagat1-0/+20
2023-06-29libsframe: fix sframe_find_fre for pltN entriesIndu Bhagat1-22/+56
2023-06-27libsframe: bfd: use uint32_t for return type of get_num_fidx APIsIndu Bhagat1-5/+5
2023-06-27libsframe: use appropriate data types for args of sframe_encodeIndu Bhagat1-2/+3
2023-06-27libsframe: use uint8_t for return type of sframe_fre_get_base_reg_idIndu Bhagat1-1/+1
2023-06-27libsframe: use uint8_t instead of unsigned char for abi_archIndu Bhagat1-6/+6
2023-06-27libsframe: bfd: use uint32_t for return type of sframe_calc_fre_typeIndu Bhagat1-1/+1
2023-06-27libsframe: use uint32_t for fre_type and fde_type function argsIndu Bhagat1-21/+21
2023-06-27libsframe: update the semantics of sframe_fre_get_fp_offsetIndu Bhagat1-6/+11
2023-06-27libsframe: update the semantics of sframe_fre_get_ra_offsetIndu Bhagat1-5/+9
2023-06-27libsframe: remove sframe_get_funcdesc_with_addr APIIndu Bhagat1-4/+16
2023-06-09libsframe: fix sframe_find_fre for pltN entriesIndu Bhagat1-1/+1
2023-06-07libsframe: reuse static function sframe_decoder_get_funcdesc_at_indexIndu Bhagat1-23/+25
2023-06-06libsframe: fix cosmetic issues and typosIndu Bhagat1-2/+3
2023-06-05libsframe: avoid unnecessary type castsIndu Bhagat1-17/+17
2023-06-01libsframe: avoid using magic numberIndu Bhagat1-1/+1
2023-05-31libsframe: minor fixups in flip_fre related functionsIndu Bhagat1-7/+5
2023-05-25libsframe: revisit sframe_find_fre APIIndu Bhagat1-34/+49
2023-05-25libsframe: use const char * consistently for immutable FRE buffersIndu Bhagat1-13/+11
2023-05-25libsframe: use uint8_t data type for FRE info related stubsIndu Bhagat1-21/+20
2023-04-19libsframe: minor formatting fixes in sframe_encoder_write_freIndu Bhagat1-11/+7
2023-04-19libsframe: use consistent function argument namesIndu Bhagat1-14/+14
2023-04-19sframe: correct some typosIndu Bhagat1-1/+1
2023-04-19libsframe: use return type of bool for predicate functionsIndu Bhagat1-9/+9
2023-01-06sframe: fix the defined SFRAME_FRE_TYPE_*_LIMIT constantsIndu Bhagat1-2/+4
2023-01-06libsframe: adjust an incorrect check in flip_sframeIndu Bhagat1-9/+13
2023-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2022-12-25libsframe: write out SFrame FRE start address correctlyIndu Bhagat1-3/+35
2022-12-23libsframe: fix a memory leak in sframe_decodeIndu Bhagat1-0/+9
2022-12-16libsframe: provide new access API for mangled RA bitIndu Bhagat1-0/+18
2022-12-15libsframe asan: avoid generating misaligned loadsIndu Bhagat1-2/+16
2022-12-09libsframe: rename API sframe_fde_func_info to sframe_fde_create_func_infoIndu Bhagat1-3/+3
2022-12-09sframe: gas: libsframe: define constants and remove magic numbersIndu Bhagat1-3/+3
2022-12-09libsframe: minor formatting nitsIndu Bhagat1-16/+14
2022-11-15bfd: linker: merge .sframe sectionsIndu Bhagat1-5/+23
2022-11-15libsframe: add the SFrame libraryWeimin Pan1-0/+1658