aboutsummaryrefslogtreecommitdiff
path: root/tools/objtool/orc_gen.c
AgeCommit message (Expand)AuthorFilesLines
2023-02-23objtool: Fix ORC 'signal' propagationGravatar Josh Poimboeuf 1-0/+1
2022-11-18objtool: Use target file endianness instead of a compiled constantGravatar Christophe Leroy 1-2/+2
2021-10-07Merge branch 'objtool/urgent'Gravatar Peter Zijlstra 1-1/+1
2021-10-05objtool: Remove redundant 'len' field from struct sectionGravatar Joe Lawrence 1-1/+1
2021-09-15objtool: Introduce CFI hashGravatar Peter Zijlstra 1-4/+11
2021-04-02objtool: Create reloc sections implicitlyGravatar Peter Zijlstra 1-2/+0
2021-04-02objtool: Add elf_create_reloc() helperGravatar Peter Zijlstra 1-24/+6
2021-04-02objtool: Rework the elf_rebuild_reloc_section() logicGravatar Peter Zijlstra 1-3/+0
2021-01-14objtool: Support stack layout changes in alternativesGravatar Josh Poimboeuf 1-8/+48
2021-01-14objtool: Refactor ORC section generationGravatar Josh Poimboeuf 1-135/+137
2021-01-13objtool: Rework header include pathsGravatar Vasily Gorbik 1-3/+3
2021-01-13objtool: Fix x86 orc generation on big endian cross-compilesGravatar Vasily Gorbik 1-0/+3
2020-12-16objtool: Fix seg fault with Clang non-section symbolsGravatar Josh Poimboeuf 1-24/+5
2020-09-10objtool: Make unwind hint definitions available to other architecturesGravatar Julien Thierry 1-1/+4
2020-09-01objtool: Skip ORC entry creation for non-text sectionsGravatar Julien Thierry 1-0/+3
2020-09-01x86/static_call: Add inline static call implementation for x86-64Gravatar Josh Poimboeuf 1-2/+2
2020-06-18Merge branch 'objtool/urgent' into objtool/coreGravatar Peter Zijlstra 1-1/+1
2020-06-18objtool: Clean up elf_write() conditionGravatar Peter Zijlstra 1-1/+1
2020-06-02objtool: Add support for relocations without addendsGravatar Matt Helsley 1-1/+1
2020-06-01objtool: Rename rela to relocGravatar Matt Helsley 1-23/+23
2020-05-20objtool: Enable compilation of objtool for all architecturesGravatar Matt Helsley 1-1/+0
2020-04-22objtool: Optimize !vmlinux.o againGravatar Peter Zijlstra 1-2/+1
2020-04-22objtool: Fix !CFI insn_state propagationGravatar Peter Zijlstra 1-4/+4
2020-04-14objtool: Support Clang non-section symbols in ORC generationGravatar Josh Poimboeuf 1-7/+26
2020-03-25objtool: Optimize read_sections()Gravatar Peter Zijlstra 1-4/+5
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Gravatar Thomas Gleixner 1-13/+1
2018-06-21x86/unwind/orc: Detect the end of the stackGravatar Josh Poimboeuf 1-0/+2
2018-01-30objtool: Warn on stripped section symbolGravatar Josh Poimboeuf 1-0/+5
2017-12-30objtool: Fix seg fault with clang-compiled objectsGravatar Simon Ser 1-0/+2
2017-07-18objtool: Add ORC unwind table generationGravatar Josh Poimboeuf 1-0/+214