aboutsummaryrefslogtreecommitdiffstats
path: root/tools/objtool/include/objtool/elf.h
AgeCommit message (Expand)AuthorFilesLines
2024-03-11objtool: Check local label in add_dead_ends()Tiezhu Yang1-0/+1
2023-08-16objtool/x86: Fix SRSO messPeter Zijlstra1-0/+1
2023-06-07objtool: Get rid of reloc->rel[a]Josh Poimboeuf1-12/+82
2023-06-07objtool: Shrink elf hash nodesJosh Poimboeuf1-10/+14
2023-06-07objtool: Shrink reloc->sym_reloc_entryJosh Poimboeuf1-2/+2
2023-06-07objtool: Get rid of reloc->jump_table_startJosh Poimboeuf1-1/+0
2023-06-07objtool: Get rid of reloc->addendJosh Poimboeuf1-1/+5
2023-06-07objtool: Get rid of reloc->typeJosh Poimboeuf1-1/+10
2023-06-07objtool: Get rid of reloc->offsetJosh Poimboeuf1-2/+6
2023-06-07objtool: Get rid of reloc->idxJosh Poimboeuf1-3/+7
2023-06-07objtool: Get rid of reloc->listJosh Poimboeuf1-5/+13
2023-06-07objtool: Add for_each_reloc()Josh Poimboeuf1-0/+6
2023-06-07objtool: Add elf_create_section_pair()Josh Poimboeuf1-6/+27
2023-06-07objtool: Add mark_sec_changed()Josh Poimboeuf1-1/+13
2023-06-07objtool: Fix reloc_hash sizeJosh Poimboeuf1-1/+7
2023-06-07objtool: Consolidate rel/rela handlingJosh Poimboeuf1-5/+8
2023-06-07objtool: Improve reloc namingJosh Poimboeuf1-1/+1
2023-06-07objtool: Remove flags argument from elf_create_section()Josh Poimboeuf1-1/+1
2023-06-07objtool: Tidy elf.hJosh Poimboeuf1-49/+47
2023-05-16objtool: Limit unreachable warnings to once per functionJosh Poimboeuf1-0/+1
2023-04-14objtool: Add symbol iteration helpersJosh Poimboeuf1-0/+9
2023-02-01objtool: Optimize layout of struct symbolThomas Weißschuh1-3/+2
2023-02-01objtool: Allocate multiple structures with calloc()Thomas Weißschuh1-0/+4
2022-12-19Merge tag 'powerpc-6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds1-0/+8
2022-11-18objtool: Use target file class size instead of a compiled constantChristophe Leroy1-0/+8
2022-11-05objtool: Optimize elf_dirty_reloc_sym()Peter Zijlstra1-0/+2
2022-11-01objtool: Add option to generate prefix symbolsPeter Zijlstra1-0/+2
2022-11-01objtool: Avoid O(bloody terrible) behaviour -- an ode to libelfPeter Zijlstra1-1/+1
2022-10-17objtool: Fix find_{symbol,func}_containing()Peter Zijlstra1-1/+2
2022-10-17objtool: Track init sectionPeter Zijlstra1-1/+1
2022-06-27x86,objtool: Create .return_sitesPeter Zijlstra1-0/+1
2022-05-20objtool: Fix objtool regression on x32 systemsMikulas Patocka1-2/+2
2022-04-22objtool: Remove --lto and --vmlinux in favor of --linkJosh Poimboeuf1-1/+11
2022-04-22objtool: Fix type of reloc::addendPeter Zijlstra1-2/+2
2022-03-15objtool: Ignore extra-symbol codePeter Zijlstra1-0/+1
2021-12-09objtool, kcsan: Remove memory barrier instrumentation from noinstrMarco Elver1-1/+1
2021-10-28objtool,x86: Replace alternatives with .retpoline_sitesPeter Zijlstra1-1/+0
2021-10-28objtool: Classify symbolsPeter Zijlstra1-2/+5
2021-10-07Merge branch 'objtool/urgent'Peter Zijlstra1-1/+0
2021-10-05objtool: Remove redundant 'len' field from struct sectionJoe Lawrence1-1/+0
2021-09-17objtool: Support pv_opsindirect calls for noinstrPeter Zijlstra1-0/+1
2021-06-14objtool: Improve reloc hash size guestimatePeter Zijlstra1-0/+1
2021-05-12objtool: Rewrite hashtable sizingPeter Zijlstra1-5/+12
2021-04-02objtool: Add elf_create_undef_symbol()Peter Zijlstra1-0/+1
2021-04-02objtool: Create reloc sections implicitlyPeter Zijlstra1-1/+0
2021-04-02objtool: Add elf_create_reloc() helperPeter Zijlstra1-3/+7
2021-04-02objtool: Rework the elf_rebuild_reloc_section() logicPeter Zijlstra1-1/+0
2021-01-13objtool: Rework header include pathsVasily Gorbik1-0/+150