summaryrefslogtreecommitdiffstats
path: root/tools/objtool/orc_dump.c
AgeCommit message (Expand)AuthorLines
2025-04-01objtool: Change "warning:" to "error: " for fatal errorsJosh Poimboeuf-15/+15
2025-03-17objtool: Add --output optionJosh Poimboeuf-5/+2
2024-03-11objtool/x86: Separate arch-specific and generic partsTiezhu Yang-67/+2
2023-03-23x86,objtool: Split UNWIND_HINT_EMPTY in twoJosh Poimboeuf-2/+6
2023-03-23x86,objtool: Introduce ORC_TYPE_*Josh Poimboeuf-4/+3
2023-03-23objtool: Add objtool_types.hJosh Poimboeuf-1/+1
2023-02-11x86/unwind/orc: Add 'signal' field to ORC metadataJosh Poimboeuf-2/+2
2022-11-18objtool: Use target file endianness instead of a compiled constantChristophe Leroy-2/+9
2021-02-10x86/unwind/orc: Change REG_SP_INDIRECTPeter Zijlstra-1/+1
2021-01-13objtool: Rework header include pathsVasily Gorbik-3/+3
2021-01-13objtool: Fix x86 orc generation on big endian cross-compilesVasily Gorbik-2/+3
2020-09-10objtool: Make unwind hint definitions available to other architecturesJulien Thierry-4/+5
2020-05-20objtool: Enable compilation of objtool for all architecturesMatt Helsley-1/+2
2020-04-14objtool: Support Clang non-section symbols in ORC dumpJosh Poimboeuf-17/+27
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner-13/+1
2018-06-21x86/unwind/orc: Detect the end of the stackJosh Poimboeuf-1/+2
2017-12-06objtool: Fix 64-bit build on 32-bit hostMikulas Patocka-3/+4
2017-07-18objtool: Add ORC unwind table generationJosh Poimboeuf-0/+212