index
:
sugar/linux
mainline
Sugar's Linux Kernel Patch
Asai Neko
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
objtool
/
elf.c
Age
Commit message (
Expand
)
Author
2025-11-21
objtool: Remove second pass of .cold function correlation
Josh Poimboeuf
2025-11-21
objtool: Return canonical symbol when aliases exist in symbol finding helpers
Josh Poimboeuf
2025-11-21
objtool: Don't alias undefined symbols
Josh Poimboeuf
2025-11-21
objtool: Fix .cold function detection for duplicate symbols
Josh Poimboeuf
2025-11-21
objtool: Support Clang AUTOFDO .cold functions
Josh Poimboeuf
2025-10-30
objtool: Remove unneeded semicolon
Chen Ni
2025-10-14
objtool: Add base objtool support for livepatch modules
Josh Poimboeuf
2025-10-14
objtool: Refactor prefix symbol creation code
Josh Poimboeuf
2025-10-14
objtool/klp: Introduce klp diff subcommand for diffing object files
Josh Poimboeuf
2025-10-14
objtool/klp: Add --checksum option to generate per-function checksums
Josh Poimboeuf
2025-10-14
objtool: Add elf_create_file()
Josh Poimboeuf
2025-10-14
objtool: Add elf_create_reloc() and elf_init_reloc()
Josh Poimboeuf
2025-10-14
objtool: Add elf_create_data()
Josh Poimboeuf
2025-10-14
objtool: Generalize elf_create_section()
Josh Poimboeuf
2025-10-14
objtool: Generalize elf_create_symbol()
Josh Poimboeuf
2025-10-14
objtool: Simplify special symbol handling in elf_update_symbol()
Josh Poimboeuf
2025-10-14
objtool: Mark prefix functions
Josh Poimboeuf
2025-10-14
objtool: Mark .cold subfunctions
Josh Poimboeuf
2025-10-14
objtool: Add section/symbol type helpers
Josh Poimboeuf
2025-10-14
objtool: Clean up compiler flag usage
Josh Poimboeuf
2025-10-14
objtool: Const string cleanup
Josh Poimboeuf
2025-10-14
objtool: Fix weak symbol detection
Josh Poimboeuf
2025-10-14
objtool: Fix interval tree insertion for zero-length symbols
Josh Poimboeuf
2025-10-14
objtool: Add empty symbols to the symbol tree again
Josh Poimboeuf
2025-10-14
objtool: Propagate elf_truncate_section() error in elf_write()
Josh Poimboeuf
2025-10-14
objtool: Fix broken error handling in read_symbols()
Josh Poimboeuf
2025-10-14
objtool: Make find_symbol_containing() less arbitrary
Josh Poimboeuf
2025-05-14
objtool: Speed up SHT_GROUP reindexing
Josh Poimboeuf
2025-04-30
objtool: Fix up st_info in COMDAT group section
Rong Xu
2025-04-01
objtool: Change "warning:" to "error: " for fatal errors
Josh Poimboeuf
2025-03-25
objtool: Improve error handling
Josh Poimboeuf
2025-03-25
objtool: Fix detection of consecutive jump tables on Clang 20
Josh Poimboeuf
2025-03-17
objtool: Add --output option
Josh Poimboeuf
2024-11-06
objtool: Fix unreachable instruction warnings for weak functions
Rong Xu
2023-10-05
objtool: Remove max symbol name length limitation
Aaron Plattner
2023-07-10
objtool: initialize all of struct elf
Michal Kubecek
2023-06-07
objtool: Skip reading DWARF section data
Josh Poimboeuf
2023-06-07
objtool: Get rid of reloc->rel[a]
Josh Poimboeuf
2023-06-07
objtool: Shrink elf hash nodes
Josh Poimboeuf
2023-06-07
objtool: Shrink reloc->sym_reloc_entry
Josh Poimboeuf
2023-06-07
objtool: Get rid of reloc->addend
Josh Poimboeuf
2023-06-07
objtool: Get rid of reloc->type
Josh Poimboeuf
2023-06-07
objtool: Get rid of reloc->offset
Josh Poimboeuf
2023-06-07
objtool: Get rid of reloc->idx
Josh Poimboeuf
2023-06-07
objtool: Get rid of reloc->list
Josh Poimboeuf
2023-06-07
objtool: Allocate relocs in advance for new rela sections
Josh Poimboeuf
2023-06-07
objtool: Don't free memory in elf_close()
Josh Poimboeuf
2023-06-07
objtool: Keep GElf_Rel[a] structs synced
Josh Poimboeuf
2023-06-07
objtool: Add elf_create_section_pair()
Josh Poimboeuf
2023-06-07
objtool: Add mark_sec_changed()
Josh Poimboeuf
[next]