aboutsummaryrefslogtreecommitdiffstats
path: root/tools/objtool/elf.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-05-12objtool: Fix elf_create_undef_symbol() endiannessVasily Gorbik1-0/+1
2021-04-02objtool: Add elf_create_undef_symbol()Peter Zijlstra1-0/+60
2021-04-02objtool: Extract elf_symbol_add()Peter Zijlstra1-25/+31
2021-04-02objtool: Extract elf_strtab_concat()Peter Zijlstra1-22/+38
2021-04-02objtool: Create reloc sections implicitlyPeter Zijlstra1-1/+8
2021-04-02objtool: Add elf_create_reloc() helperPeter Zijlstra1-30/+56
2021-04-02objtool: Rework the elf_rebuild_reloc_section() logicPeter Zijlstra1-6/+14
2021-02-23Merge tag 'objtool-core-2021-02-23' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-18/+22
2021-02-17rbtree: Add generic add and find helpersPeter Zijlstra1-62/+11
2021-01-21objtool: Don't fail on missing symbol tableJosh Poimboeuf1-2/+5
2021-01-13objtool: Rework header include pathsVasily Gorbik1-3/+3
2021-01-13objtool: Fix reloc generation on big endian cross-compilesMartin Schwidefsky1-15/+19
2021-01-13objtool: Don't add empty symbols to the rbtreeJosh Poimboeuf1-0/+7
2020-12-16objtool: Fix seg fault with Clang non-section symbolsJosh Poimboeuf1-0/+26
2020-09-01x86/static_call: Add inline static call implementation for x86-64Josh Poimboeuf1-4/+4
2020-06-18Merge branch 'objtool/urgent' into objtool/corePeter Zijlstra1-3/+61
2020-06-18objtool: Provide elf_write_{insn,reloc}()Peter Zijlstra1-1/+39
2020-06-18objtool: Clean up elf_write() conditionPeter Zijlstra1-2/+11
2020-06-02objtool: Add support for relocations without addendsMatt Helsley1-17/+128
2020-06-01objtool: Rename rela to relocMatt Helsley1-69/+69
2020-05-28objtool: Use sh_info to find the base for .rela sectionsSami Tolvanen1-1/+1
2020-05-28objtool: Do not assume order of parent/child functionsKristen Carlson Accardi1-1/+7
2020-05-15objtool: use gelf_getsymshndx to handle >64k sectionsSami Tolvanen1-7/+17
2020-04-30objtool: Move the IRET hack into the arch decoderMiroslav Benes1-2/+2
2020-04-23objtool: Rename elf_read() to elf_open_read()Ingo Molnar1-1/+1
2020-04-23objtool: Constify 'struct elf *' parametersIngo Molnar1-5/+5
2020-04-22objtool: Optimize !vmlinux.o againPeter Zijlstra1-19/+43
2020-04-22objtool: Fix off-by-one in symbol_by_offset()Julien Thierry1-1/+1
2020-03-25objtool: Optimize find_rela_by_dest_range()Peter Zijlstra1-4/+11
2020-03-25objtool: Optimize read_sections()Peter Zijlstra1-10/+14
2020-03-25objtool: Optimize find_symbol_by_name()Peter Zijlstra1-5/+5
2020-03-25objtool: Rename find_containing_func()Peter Zijlstra1-1/+1
2020-03-25objtool: Optimize find_symbol_*() and read_symbols()Peter Zijlstra1-58/+136
2020-03-25objtool: Optimize find_section_by_name()Peter Zijlstra1-1/+9
2020-03-25objtool: Optimize find_section_by_index()Peter Zijlstra1-5/+8
2020-03-25objtool: Add a statistics modePeter Zijlstra1-1/+17
2020-03-25objtool: Optimize find_symbol_by_index()Peter Zijlstra1-8/+5
2020-02-21objtool: Improve call destination function detectionJosh Poimboeuf1-2/+12
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