aboutsummaryrefslogtreecommitdiffstats
path: root/tools/objtool/elf.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-18objtool: Refactor jump table codeJosh Poimboeuf1-1/+1
2019-07-18objtool: Refactor function alias logicJosh Poimboeuf1-1/+1
2019-07-18objtool: Rename elf_open() to prevent conflict with libelf from elftoolchainMichael Forney1-1/+1
2019-07-18objtool: Use Elf_Scn typedef instead of assuming struct nameMichael Forney1-1/+1
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner1-13/+1
2019-04-03objtool: Handle function aliasesPeter Zijlstra1-4/+11
2018-11-20objtool: Fix segfault in .cold detection with -ffunction-sectionsArtem Savkov1-3/+14
2018-11-20objtool: Fix double-free in .cold detection error pathArtem Savkov1-1/+1
2018-11-03Merge branch 'core/urgent' into x86/urgent, to pick up objtool fixIngo Molnar1-1/+1
2018-11-01objtool: Support GCC 9 cold subfunction naming schemeJosh Poimboeuf1-1/+1
2018-09-08objtool: Support per-function rodata sectionsAllan Xavier1-0/+1
2018-07-14objtool: Use '.strtab' if '.shstrtab' doesn't exist, to support ORC tables on ClangSimon Ser1-2/+4
2018-07-02objtool: Support GCC 8 '-fnoreorder-functions'Josh Poimboeuf1-13/+28
2018-05-14objtool: Support GCC 8's cold subfunctionsJosh Poimboeuf1-2/+40
2018-01-16objtool: Improve error message for bad file argumentJosh Poimboeuf1-1/+3
2017-09-15objtool: Fix object file corruptionJosh Poimboeuf1-1/+6
2017-09-15objtool: Do not retrieve data from empty sectionsPetr Vandrovec1-12/+13
2017-09-15objtool: Fix memory leak in elf_create_rela_section()Martin Kepplinger1-0/+1
2017-07-18objtool: Add ORC unwind table generationJosh Poimboeuf1-13/+199
2017-06-30objtool: Implement stack validation 2.0Josh Poimboeuf1-31/+28
2017-03-07objtool: Fix another GCC jump table detection issueJosh Poimboeuf1-0/+12
2016-07-13objtool: Add fallback from ELF_C_READ_MMAP to ELF_C_READArnaldo Carvalho de Melo1-0/+7
2016-03-09objtool: Add several performance improvementsJosh Poimboeuf1-6/+15
2016-03-09objtool: Rename some variables and functionsJosh Poimboeuf1-11/+11
2016-02-29objtool: Add tool to perform compile-time stack metadata validationJosh Poimboeuf1-0/+403