summaryrefslogtreecommitdiffstats
path: root/tools/objtool/orc_gen.c
AgeCommit message (Expand)AuthorLines
2024-03-11objtool/x86: Separate arch-specific and generic partsTiezhu Yang-112/+1
2023-06-07objtool: Add elf_create_section_pair()Josh Poimboeuf-3/+3
2023-06-07objtool: Remove flags argument from elf_create_section()Josh Poimboeuf-2/+2
2023-04-14objtool: Add WARN_INSN()Josh Poimboeuf-6/+3
2023-03-23x86,objtool: Split UNWIND_HINT_EMPTY in twoJosh Poimboeuf-13/+13
2023-03-23x86,objtool: Introduce ORC_TYPE_*Josh Poimboeuf-2/+17
2023-03-23objtool: Add objtool_types.hJosh Poimboeuf-1/+1
2023-02-23objtool: Fix ORC 'signal' propagationJosh Poimboeuf-0/+1
2022-11-18objtool: Use target file endianness instead of a compiled constantChristophe Leroy-2/+2
2021-10-07Merge branch 'objtool/urgent'Peter Zijlstra-1/+1
2021-10-05objtool: Remove redundant 'len' field from struct sectionJoe Lawrence-1/+1
2021-09-15objtool: Introduce CFI hashPeter Zijlstra-4/+11
2021-04-02objtool: Create reloc sections implicitlyPeter Zijlstra-2/+0
2021-04-02objtool: Add elf_create_reloc() helperPeter Zijlstra-24/+6
2021-04-02objtool: Rework the elf_rebuild_reloc_section() logicPeter Zijlstra-3/+0
2021-01-14objtool: Support stack layout changes in alternativesJosh Poimboeuf-8/+48
2021-01-14objtool: Refactor ORC section generationJosh Poimboeuf-135/+137
2021-01-13objtool: Rework header include pathsVasily Gorbik-3/+3
2021-01-13objtool: Fix x86 orc generation on big endian cross-compilesVasily Gorbik-0/+3
2020-12-16objtool: Fix seg fault with Clang non-section symbolsJosh Poimboeuf-24/+5
2020-09-10objtool: Make unwind hint definitions available to other architecturesJulien Thierry-1/+4
2020-09-01objtool: Skip ORC entry creation for non-text sectionsJulien Thierry-0/+3
2020-09-01x86/static_call: Add inline static call implementation for x86-64Josh Poimboeuf-2/+2
2020-06-18Merge branch 'objtool/urgent' into objtool/corePeter Zijlstra-1/+1
2020-06-18objtool: Clean up elf_write() conditionPeter Zijlstra-1/+1
2020-06-02objtool: Add support for relocations without addendsMatt Helsley-1/+1
2020-06-01objtool: Rename rela to relocMatt Helsley-23/+23
2020-05-20objtool: Enable compilation of objtool for all architecturesMatt Helsley-1/+0
2020-04-22objtool: Optimize !vmlinux.o againPeter Zijlstra-2/+1
2020-04-22objtool: Fix !CFI insn_state propagationPeter Zijlstra-4/+4
2020-04-14objtool: Support Clang non-section symbols in ORC generationJosh Poimboeuf-7/+26
2020-03-25objtool: Optimize read_sections()Peter Zijlstra-4/+5
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-0/+2
2018-01-30objtool: Warn on stripped section symbolJosh Poimboeuf-0/+5
2017-12-30objtool: Fix seg fault with clang-compiled objectsSimon Ser-0/+2
2017-07-18objtool: Add ORC unwind table generationJosh Poimboeuf-0/+214