aboutsummaryrefslogtreecommitdiff
path: root/libsframe
AgeCommit message (Expand)AuthorFilesLines
2023-01-13libsframe: replace an strncat with strcatIndu Bhagat1-2/+1
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 Modra16-17/+17
2022-12-25libsframe: write out SFrame FRE start address correctlyIndu Bhagat1-3/+35
2022-12-23libsframe: testsuite: fix memory leaks in testcasesIndu Bhagat3-0/+9
2022-12-23libsframe: fix a memory leak in sframe_decodeIndu Bhagat2-4/+20
2022-12-22sframe: doc: update documentation for pauth key in SFrame FDEIndu Bhagat1-1/+7
2022-12-22objdump/readelf: sframe: emit marker for SFrame FDE with B keyIndu Bhagat1-0/+19
2022-12-16sframe: doc: update spec for the mangled-RA bit in FREIndu Bhagat1-2/+2
2022-12-16objdump/readelf: sframe: emit marker for FREs with mangled RAIndu Bhagat1-2/+9
2022-12-16libsframe: provide new access API for mangled RA bitIndu Bhagat1-0/+18
2022-12-15libsframe asan: avoid generating misaligned loadsIndu Bhagat2-10/+24
2022-12-09libsframe: rename API sframe_fde_func_info to sframe_fde_create_func_infoIndu Bhagat2-7/+7
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-24sframe/doc: remove usage of xrefautomaticsectiontitleIndu Bhagat1-5/+2
2022-11-15doc: add SFrame spec fileIndu Bhagat6-51/+1137
2022-11-15readelf/objdump: support for SFrame sectionIndu Bhagat3-3/+192
2022-11-15bfd: linker: merge .sframe sectionsIndu Bhagat1-5/+23
2022-11-15libsframe: add the SFrame libraryWeimin Pan22-0/+20034