summaryrefslogtreecommitdiff
path: root/libsframe
Commit message (Expand)AuthorAgeFilesLines
* libsframe: minor formatting fixes in sframe_encoder_write_freIndu Bhagat2023-04-191-11/+7
* libsframe: use consistent function argument namesIndu Bhagat2023-04-191-14/+14
* sframe: correct some typosIndu Bhagat2023-04-191-1/+1
* libsframe: use return type of bool for predicate functionsIndu Bhagat2023-04-191-9/+9
* Remove unnecessary memsets in sframe-dump.cAlan Modra2023-03-221-3/+0
* libsframe/doc: use "stack trace" instead of "unwind" for SFrameIndu Bhagat2023-02-021-18/+19
* libsframe/doc: fix some warningsIndu Bhagat2023-01-241-9/+17
* libsframe: Use AM_SILENT_RULES macro in configure.acIndu Bhagat2023-01-192-2/+42
* libsframe: replace an strncat with strcatIndu Bhagat2023-01-131-2/+1
* sframe: fix the defined SFRAME_FRE_TYPE_*_LIMIT constantsIndu Bhagat2023-01-061-2/+4
* libsframe: adjust an incorrect check in flip_sframeIndu Bhagat2023-01-061-9/+13
* Update year range in copyright notice of binutils filesAlan Modra2023-01-0116-17/+17
* libsframe: write out SFrame FRE start address correctlyIndu Bhagat2022-12-251-3/+35
* libsframe: testsuite: fix memory leaks in testcasesIndu Bhagat2022-12-233-0/+9
* libsframe: fix a memory leak in sframe_decodeIndu Bhagat2022-12-232-4/+20
* sframe: doc: update documentation for pauth key in SFrame FDEIndu Bhagat2022-12-221-1/+7
* objdump/readelf: sframe: emit marker for SFrame FDE with B keyIndu Bhagat2022-12-221-0/+19
* sframe: doc: update spec for the mangled-RA bit in FREIndu Bhagat2022-12-161-2/+2
* objdump/readelf: sframe: emit marker for FREs with mangled RAIndu Bhagat2022-12-161-2/+9
* libsframe: provide new access API for mangled RA bitIndu Bhagat2022-12-161-0/+18
* libsframe asan: avoid generating misaligned loadsIndu Bhagat2022-12-152-10/+24
* libsframe: rename API sframe_fde_func_info to sframe_fde_create_func_infoIndu Bhagat2022-12-092-7/+7
* sframe: gas: libsframe: define constants and remove magic numbersIndu Bhagat2022-12-091-3/+3
* libsframe: minor formatting nitsIndu Bhagat2022-12-091-16/+14
* sframe/doc: remove usage of xrefautomaticsectiontitleIndu Bhagat2022-11-241-5/+2
* doc: add SFrame spec fileIndu Bhagat2022-11-156-51/+1137
* readelf/objdump: support for SFrame sectionIndu Bhagat2022-11-153-3/+192
* bfd: linker: merge .sframe sectionsIndu Bhagat2022-11-151-5/+23
* libsframe: add the SFrame libraryWeimin Pan2022-11-1522-0/+20034