summaryrefslogtreecommitdiff
path: root/tools/objtool/include/objtool/elf.h
AgeCommit message (Expand)AuthorFilesLines
2026-08-12objtool/klp: Fix .kcfi_traps special section extractionJosh Poimboeuf1-0/+1
2026-05-04objtool/klp: Cache dont_correlate() resultJosh Poimboeuf1-0/+1
2026-05-04objtool/klp: Fix kCFI prefix finding/cloningJosh Poimboeuf1-2/+2
2026-05-04objtool: Grow __cfi_* prefix symbols for all CFI+CALL_PADDINGJosh Poimboeuf1-0/+1
2026-05-04objtool: Add is_cold_func() helperJosh Poimboeuf1-0/+5
2026-05-04objtool: Add is_alias_sym() helperJosh Poimboeuf1-0/+5
2026-05-04objtool/klp: Fix pointer comparisons for rodata objectsJosh Poimboeuf1-0/+1
2026-05-04objtool: Move mark_rodata() to elf.cJosh Poimboeuf1-0/+5
2026-05-04objtool/klp: Fix --debug-checksum for duplicate symbol namesJosh Poimboeuf1-0/+5
2026-05-04objtool: Replace iterator callback with for_each_sym_by_mangled_name()Josh Poimboeuf1-3/+29
2026-03-06objtool/klp: Match symbols based on demangled_name for global variablesSong Liu1-0/+3
2025-11-21objtool: Fix .cold function detection for duplicate symbolsJosh Poimboeuf1-1/+1
2025-10-14objtool: Add base objtool support for livepatch modulesJosh Poimboeuf1-0/+1
2025-10-14objtool: Refactor prefix symbol creation codeJosh Poimboeuf1-2/+0
2025-10-14objtool/klp: Introduce klp diff subcommand for diffing object filesJosh Poimboeuf1-11/+45
2025-10-14objtool/klp: Add --debug-checksum=<funcs> to show per-instruction checksumsJosh Poimboeuf1-0/+1
2025-10-14objtool/klp: Add --checksum option to generate per-function checksumsJosh Poimboeuf1-1/+3
2025-10-14objtool: Add annotype() helperJosh Poimboeuf1-0/+13
2025-10-14objtool: Add elf_create_file()Josh Poimboeuf1-2/+3
2025-10-14objtool: Add elf_create_reloc() and elf_init_reloc()Josh Poimboeuf1-0/+9
2025-10-14objtool: Add elf_create_data()Josh Poimboeuf1-3/+7
2025-10-14objtool: Generalize elf_create_section()Josh Poimboeuf1-1/+6
2025-10-14objtool: Generalize elf_create_symbol()Josh Poimboeuf1-1/+10
2025-10-14objtool: Refactor add_jump_destinations()Josh Poimboeuf1-2/+2
2025-10-14objtool: Mark prefix functionsJosh Poimboeuf1-0/+6
2025-10-14objtool: Mark .cold subfunctionsJosh Poimboeuf1-0/+1
2025-10-14objtool: Add section/symbol type helpersJosh Poimboeuf1-0/+66
2025-10-14objtool: Convert elf iterator macros to use 'struct elf'Josh Poimboeuf1-4/+4
2025-10-14objtool: Const string cleanupJosh Poimboeuf1-3/+3
2025-08-18objtool: Validate kCFI callsPeter Zijlstra1-0/+1
2025-05-14objtool: Speed up SHT_GROUP reindexingJosh Poimboeuf1-0/+1
2025-04-01Revert "objtool: Increase per-function WARN_FUNC() rate limit"Josh Poimboeuf1-1/+1
2025-03-25objtool: Ignore entire functions rather than instructionsJosh Poimboeuf1-0/+1
2025-03-25objtool: Fix detection of consecutive jump tables on Clang 20Josh Poimboeuf1-1/+26
2025-03-17objtool: Increase per-function WARN_FUNC() rate limitJosh Poimboeuf1-1/+1
2024-09-17objtool: Handle frame pointer related instructionsTiezhu Yang1-0/+1
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