summaryrefslogtreecommitdiffstats
path: root/tools/objtool/elf.c
AgeCommit message (Expand)AuthorLines
2021-06-28Merge tags 'objtool-urgent-2021-06-28' and 'objtool-core-2021-06-28' of git:/...Linus Torvalds-42/+68
2021-06-14objtool: Improve reloc hash size guestimatePeter Zijlstra-7/+4
2021-06-10objtool: Fix .symtab_shndx handling for elf_create_undef_symbol()Peter Zijlstra-1/+24
2021-05-12objtool: Fix elf_create_undef_symbol() endiannessVasily Gorbik-0/+1
2021-05-12objtool: Rewrite hashtable sizingPeter Zijlstra-42/+71
2021-04-02objtool: Add elf_create_undef_symbol()Peter Zijlstra-0/+60
2021-04-02objtool: Extract elf_symbol_add()Peter Zijlstra-25/+31
2021-04-02objtool: Extract elf_strtab_concat()Peter Zijlstra-22/+38
2021-04-02objtool: Create reloc sections implicitlyPeter Zijlstra-1/+8
2021-04-02objtool: Add elf_create_reloc() helperPeter Zijlstra-30/+56
2021-04-02objtool: Rework the elf_rebuild_reloc_section() logicPeter Zijlstra-6/+14
2021-02-23Merge tag 'objtool-core-2021-02-23' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-18/+22
2021-02-17rbtree: Add generic add and find helpersPeter Zijlstra-62/+11
2021-01-21objtool: Don't fail on missing symbol tableJosh Poimboeuf-2/+5
2021-01-13objtool: Rework header include pathsVasily Gorbik-3/+3
2021-01-13objtool: Fix reloc generation on big endian cross-compilesMartin Schwidefsky-15/+19
2021-01-13objtool: Don't add empty symbols to the rbtreeJosh Poimboeuf-0/+7
2020-12-16objtool: Fix seg fault with Clang non-section symbolsJosh Poimboeuf-0/+26
2020-09-01x86/static_call: Add inline static call implementation for x86-64Josh Poimboeuf-4/+4
2020-06-18Merge branch 'objtool/urgent' into objtool/corePeter Zijlstra-3/+61
2020-06-18objtool: Provide elf_write_{insn,reloc}()Peter Zijlstra-1/+39
2020-06-18objtool: Clean up elf_write() conditionPeter Zijlstra-2/+11
2020-06-02objtool: Add support for relocations without addendsMatt Helsley-17/+128
2020-06-01objtool: Rename rela to relocMatt Helsley-69/+69
2020-05-28objtool: Use sh_info to find the base for .rela sectionsSami Tolvanen-1/+1
2020-05-28objtool: Do not assume order of parent/child functionsKristen Carlson Accardi-1/+7
2020-05-15objtool: use gelf_getsymshndx to handle >64k sectionsSami Tolvanen-7/+17
2020-04-30objtool: Move the IRET hack into the arch decoderMiroslav Benes-2/+2
2020-04-23objtool: Rename elf_read() to elf_open_read()Ingo Molnar-1/+1
2020-04-23objtool: Constify 'struct elf *' parametersIngo Molnar-5/+5
2020-04-22objtool: Optimize !vmlinux.o againPeter Zijlstra-19/+43
2020-04-22objtool: Fix off-by-one in symbol_by_offset()Julien Thierry-1/+1
2020-03-25objtool: Optimize find_rela_by_dest_range()Peter Zijlstra-4/+11
2020-03-25objtool: Optimize read_sections()Peter Zijlstra-10/+14
2020-03-25objtool: Optimize find_symbol_by_name()Peter Zijlstra-5/+5
2020-03-25objtool: Rename find_containing_func()Peter Zijlstra-1/+1
2020-03-25objtool: Optimize find_symbol_*() and read_symbols()Peter Zijlstra-58/+136
2020-03-25objtool: Optimize find_section_by_name()Peter Zijlstra-1/+9
2020-03-25objtool: Optimize find_section_by_index()Peter Zijlstra-5/+8
2020-03-25objtool: Add a statistics modePeter Zijlstra-1/+17
2020-03-25objtool: Optimize find_symbol_by_index()Peter Zijlstra-8/+5
2020-02-21objtool: Improve call destination function detectionJosh Poimboeuf-2/+12
2019-07-18objtool: Refactor jump table codeJosh Poimboeuf-1/+1
2019-07-18objtool: Refactor function alias logicJosh Poimboeuf-1/+1
2019-07-18objtool: Rename elf_open() to prevent conflict with libelf from elftoolchainMichael Forney-1/+1
2019-07-18objtool: Use Elf_Scn typedef instead of assuming struct nameMichael Forney-1/+1
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner-13/+1
2019-04-03objtool: Handle function aliasesPeter Zijlstra-4/+11
2018-11-20objtool: Fix segfault in .cold detection with -ffunction-sectionsArtem Savkov-3/+14
2018-11-20objtool: Fix double-free in .cold detection error pathArtem Savkov-1/+1