summaryrefslogtreecommitdiffstats
path: root/tools/objtool/elf.c
AgeCommit message (Expand)AuthorFilesLines
2022-12-19Merge tag 'powerpc-6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds1-2/+6
2022-11-18objtool: Use target file class size instead of a compiled constantChristophe Leroy1-2/+6
2022-11-05objtool: Optimize elf_dirty_reloc_sym()Peter Zijlstra1-17/+10
2022-11-01objtool: Add option to generate prefix symbolsPeter Zijlstra1-0/+31
2022-11-01objtool: Avoid O(bloody terrible) behaviour -- an ode to libelfPeter Zijlstra1-6/+83
2022-11-01objtool: Slice up elf_create_section_symbol()Peter Zijlstra1-21/+35
2022-10-17objtool: Fix find_{symbol,func}_containing()Peter Zijlstra1-53/+40
2022-09-26objtool: Preserve special st_shndx indexes in elf_update_symbolSami Tolvanen1-1/+6
2022-05-20objtool: Fix objtool regression on x32 systemsMikulas Patocka1-1/+1
2022-05-20objtool: Fix symbol creationPeter Zijlstra1-69/+129
2022-04-22objtool: Remove --lto and --vmlinux in favor of --linkJosh Poimboeuf1-0/+3
2022-04-22objtool: Reorganize cmdline optionsJosh Poimboeuf1-4/+4
2022-04-22objtool: Fix code relocs vs weak symbolsPeter Zijlstra1-22/+165
2022-04-22objtool: Fix type of reloc::addendPeter Zijlstra1-1/+1
2022-03-15objtool: Ignore extra-symbol codePeter Zijlstra1-0/+60
2022-03-15objtool: Add --dry-runPeter Zijlstra1-0/+3
2021-12-03objtool: Fix pv_ops noinstr validationPeter Zijlstra1-0/+1
2021-11-01Merge tag 'objtool-core-2021-10-31' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-84/+0
2021-10-28objtool,x86: Replace alternatives with .retpoline_sitesPeter Zijlstra1-84/+0
2021-10-06objtool: Update section header before relocationsMichael Forney1-29/+17
2021-10-06objtool: Check for gelf_update_rel[a] failuresMichael Forney1-2/+8
2021-10-05objtool: Remove redundant 'len' field from struct sectionJoe Lawrence1-8/+6
2021-06-28Merge tags 'objtool-urgent-2021-06-28' and 'objtool-core-2021-06-28' of git:/...Linus Torvalds1-42/+68
2021-06-14objtool: Improve reloc hash size guestimatePeter Zijlstra1-7/+4
2021-06-10objtool: Fix .symtab_shndx handling for elf_create_undef_symbol()Peter Zijlstra1-1/+24
2021-05-12objtool: Fix elf_create_undef_symbol() endiannessVasily Gorbik1-0/+1
2021-05-12objtool: Rewrite hashtable sizingPeter Zijlstra1-42/+71
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/ker...Linus 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