aboutsummaryrefslogtreecommitdiffstats
path: root/tools/objtool/elf.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-01-13objtool: Rework header include pathsVasily Gorbik1-150/+0
2020-12-16objtool: Fix seg fault with Clang non-section symbolsJosh Poimboeuf1-0/+2
2020-09-01x86/static_call: Add inline static call implementation for x86-64Josh Poimboeuf1-1/+2
2020-06-18Merge branch 'objtool/urgent' into objtool/corePeter Zijlstra1-3/+9
2020-06-18objtool: Provide elf_write_{insn,reloc}()Peter Zijlstra1-1/+6
2020-06-18objtool: Clean up elf_write() conditionPeter Zijlstra1-2/+3
2020-06-02objtool: Add support for relocations without addendsMatt Helsley1-2/+5
2020-06-01objtool: Rename rela to relocMatt Helsley1-11/+11
2020-05-18Merge tag 'v5.7-rc6' into objtool/core, to pick up fixes and resolve semantic conflictIngo Molnar1-3/+4
2020-05-10Merge tag 'x86-urgent-2020-05-10' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-3/+4
2020-04-30objtool: Move the IRET hack into the arch decoderMiroslav Benes1-1/+1
2020-04-26objtool: Fix infinite loop in for_offset_range()Josh Poimboeuf1-3/+4
2020-04-23objtool: Rename elf_read() to elf_open_read()Ingo Molnar1-1/+1
2020-04-23objtool: Constify 'struct elf *' parametersIngo Molnar1-10/+10
2020-04-22objtool: Fix 32bit cross buildsPeter Zijlstra1-1/+1
2020-04-22objtool: Optimize !vmlinux.o againPeter Zijlstra1-5/+8
2020-04-22objtool: Implement noinstr validationPeter Zijlstra1-1/+1
2020-04-22objtool: Fix 32bit cross buildsPeter Zijlstra1-1/+1
2020-03-25objtool: Optimize find_rela_by_dest_range()Peter Zijlstra1-1/+15
2020-03-25objtool: Optimize read_sections()Peter Zijlstra1-4/+17
2020-03-25objtool: Optimize find_symbol_by_name()Peter Zijlstra1-0/+2
2020-03-25objtool: Rename find_containing_func()Peter Zijlstra1-1/+1
2020-03-25objtool: Optimize find_symbol_*() and read_symbols()Peter Zijlstra1-0/+3
2020-03-25objtool: Optimize find_section_by_name()Peter Zijlstra1-0/+3
2020-03-25objtool: Optimize find_section_by_index()Peter Zijlstra1-0/+2
2020-03-25objtool: Optimize find_symbol_by_index()Peter Zijlstra1-2/+1
2020-02-21objtool: Improve call destination function detectionJosh Poimboeuf1-0/+1
2019-07-18objtool: Support repeated uses of the same C jump tableJann Horn1-0/+1
2019-07-18objtool: Refactor jump table codeJosh Poimboeuf1-1/+1
2019-07-18objtool: Rename elf_open() to prevent conflict with libelf from elftoolchainMichael Forney1-1/+1
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner1-13/+1
2019-04-03objtool: Add UACCESS validationPeter Zijlstra1-0/+1
2019-04-03objtool: Handle function aliasesPeter Zijlstra1-1/+1
2018-09-08objtool: Support per-function rodata sectionsAllan Xavier1-1/+2
2018-05-14objtool: Support GCC 8's cold subfunctionsJosh Poimboeuf1-0/+2
2017-07-18objtool: Add ORC unwind table generationJosh Poimboeuf1-1/+14
2017-06-30objtool: Implement stack validation 2.0Josh Poimboeuf1-3/+3
2017-03-07objtool: Fix another GCC jump table detection issueJosh Poimboeuf1-0/+1
2016-05-17objtool: Allow building with older libelfJan Beulich1-0/+5
2016-03-09objtool: Add several performance improvementsJosh Poimboeuf1-2/+8
2016-03-09objtool: Rename some variables and functionsJosh Poimboeuf1-2/+2
2016-02-29objtool: Add tool to perform compile-time stack metadata validationJosh Poimboeuf1-0/+79