aboutsummaryrefslogtreecommitdiffstats
path: root/tools/objtool/elf.c
Commit message (Expand)AuthorAge
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner2019-05-21
* objtool: Handle function aliasesPeter Zijlstra2019-04-03
* objtool: Fix segfault in .cold detection with -ffunction-sectionsArtem Savkov2018-11-20
* objtool: Fix double-free in .cold detection error pathArtem Savkov2018-11-20
* Merge branch 'core/urgent' into x86/urgent, to pick up objtool fixIngo Molnar2018-11-03
|\
| * objtool: Support GCC 9 cold subfunction naming schemeJosh Poimboeuf2018-11-01
* | objtool: Support per-function rodata sectionsAllan Xavier2018-09-08
|/
* objtool: Use '.strtab' if '.shstrtab' doesn't exist, to support ORC tables on...Simon Ser2018-07-14
* objtool: Support GCC 8 '-fnoreorder-functions'Josh Poimboeuf2018-07-02
* objtool: Support GCC 8's cold subfunctionsJosh Poimboeuf2018-05-14
* objtool: Improve error message for bad file argumentJosh Poimboeuf2018-01-15
* objtool: Fix object file corruptionJosh Poimboeuf2017-09-15
* objtool: Do not retrieve data from empty sectionsPetr Vandrovec2017-09-15
* objtool: Fix memory leak in elf_create_rela_section()Martin Kepplinger2017-09-15
* objtool: Add ORC unwind table generationJosh Poimboeuf2017-07-18
* objtool: Implement stack validation 2.0Josh Poimboeuf2017-06-30
* objtool: Fix another GCC jump table detection issueJosh Poimboeuf2017-03-07
* objtool: Add fallback from ELF_C_READ_MMAP to ELF_C_READArnaldo Carvalho de Melo2016-07-13
* objtool: Add several performance improvementsJosh Poimboeuf2016-03-09
* objtool: Rename some variables and functionsJosh Poimboeuf2016-03-09
* objtool: Add tool to perform compile-time stack metadata validationJosh Poimboeuf2016-02-29