Sign in
android-kvm
/
linux
/
306bfec02b1054d24bbbeec49ece6db396d451e0
/
tools
/
objtool
/
elf.c
d832c00
Merge branch 'objtool/urgent' into objtool/core
by Peter Zijlstra
· 4 years, 9 months ago
fdabdd0
objtool: Provide elf_write_{insn,reloc}()
by Peter Zijlstra
· 4 years, 9 months ago
2b10be2
objtool: Clean up elf_write() condition
by Peter Zijlstra
· 5 years ago
fb41478
objtool: Add support for relocations without addends
by Matt Helsley
· 4 years, 10 months ago
f197422
objtool: Rename rela to reloc
by Matt Helsley
· 4 years, 10 months ago
1e968bf
objtool: Use sh_info to find the base for .rela sections
by Sami Tolvanen
· 5 years ago
e000acc
objtool: Do not assume order of parent/child functions
by Kristen Carlson Accardi
· 5 years ago
28fe1d7
objtool: use gelf_getsymshndx to handle >64k sections
by Sami Tolvanen
· 5 years ago
b490f45
objtool: Move the IRET hack into the arch decoder
by Miroslav Benes
· 4 years, 11 months ago
bc359ff
objtool: Rename elf_read() to elf_open_read()
by Ingo Molnar
· 5 years ago
894e48c
objtool: Constify 'struct elf *' parameters
by Ingo Molnar
· 5 years ago
34f7c96
objtool: Optimize !vmlinux.o again
by Peter Zijlstra
· 5 years ago
5377cae
objtool: Fix off-by-one in symbol_by_offset()
by Julien Thierry
· 5 years ago
74b873e
objtool: Optimize find_rela_by_dest_range()
by Peter Zijlstra
· 5 years ago
8b5fa6b
objtool: Optimize read_sections()
by Peter Zijlstra
· 5 years ago
cdb3d05
objtool: Optimize find_symbol_by_name()
by Peter Zijlstra
· 5 years ago
53d2072
objtool: Rename find_containing_func()
by Peter Zijlstra
· 5 years ago
2a362ec
objtool: Optimize find_symbol_*() and read_symbols()
by Peter Zijlstra
· 5 years ago
ae35819
objtool: Optimize find_section_by_name()
by Peter Zijlstra
· 5 years ago
53038996
objtool: Optimize find_section_by_index()
by Peter Zijlstra
· 5 years ago
1e11f3f
objtool: Add a statistics mode
by Peter Zijlstra
· 5 years ago
65fb11a
objtool: Optimize find_symbol_by_index()
by Peter Zijlstra
· 5 years ago
7acfe53
objtool: Improve call destination function detection
by Josh Poimboeuf
· 5 years ago
e7c2bc3
objtool: Refactor jump table code
by Josh Poimboeuf
· 6 years ago
e10cd8f
objtool: Refactor function alias logic
by Josh Poimboeuf
· 6 years ago
8e14479
objtool: Rename elf_open() to prevent conflict with libelf from elftoolchain
by Michael Forney
· 6 years ago
3c3ea50
objtool: Use Elf_Scn typedef instead of assuming struct name
by Michael Forney
· 6 years ago
1ccea77
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13
by Thomas Gleixner
· 6 years ago
09f30d8
objtool: Handle function aliases
by Peter Zijlstra
· 6 years ago
22566c1
objtool: Fix segfault in .cold detection with -ffunction-sections
by Artem Savkov
· 6 years ago
0b9301fb
objtool: Fix double-free in .cold detection error path
by Artem Savkov
· 6 years ago
23a12dd
Merge branch 'core/urgent' into x86/urgent, to pick up objtool fix
by Ingo Molnar
· 6 years ago
bcb6fb5
objtool: Support GCC 9 cold subfunction naming scheme
by Josh Poimboeuf
· 6 years ago
4a60aa0
objtool: Support per-function rodata sections
by Allan Xavier
· 7 years ago
6d77d3b
objtool: Use '.strtab' if '.shstrtab' doesn't exist, to support ORC tables on Clang
by Simon Ser
· 7 years ago
08b393d
objtool: Support GCC 8 '-fnoreorder-functions'
by Josh Poimboeuf
· 7 years ago
1381043
objtool: Support GCC 8's cold subfunctions
by Josh Poimboeuf
· 7 years ago
385d11b
objtool: Improve error message for bad file argument
by Josh Poimboeuf
· 7 years ago
97dab2a
objtool: Fix object file corruption
by Josh Poimboeuf
· 7 years ago
df968c9
objtool: Do not retrieve data from empty sections
by Petr Vandrovec
· 7 years ago
0998b7a
objtool: Fix memory leak in elf_create_rela_section()
by Martin Kepplinger
· 8 years ago
627fce1
objtool: Add ORC unwind table generation
by Josh Poimboeuf
· 8 years ago
baa4146
objtool: Implement stack validation 2.0
by Josh Poimboeuf
· 8 years ago
5c51f4a
objtool: Fix another GCC jump table detection issue
by Josh Poimboeuf
· 8 years ago
774bec3
objtool: Add fallback from ELF_C_READ_MMAP to ELF_C_READ
by Arnaldo Carvalho de Melo
· 9 years ago
042ba73
objtool: Add several performance improvements
by Josh Poimboeuf
· 9 years ago
a196e17
objtool: Rename some variables and functions
by Josh Poimboeuf
· 9 years ago
442f04c
objtool: Add tool to perform compile-time stack metadata validation
by Josh Poimboeuf
· 9 years ago