index
:
u-boot.git
master
omap/config-cleanups
omap/sniper/next-v2016.03
omap/sniper/recovery-v2015.07
omap/sniper/work
U-Boot bootloader
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
relocate-rela.c
Age
Commit message (
Expand
)
Author
2023-09-06
tools: relocate-rela: Add M68K support
Marek Vasut
2023-09-06
tools: relocate-rela: Fix BE symtab handling
Marek Vasut
2023-06-12
tools: relocate-rela: Fix typo
Marek Vasut
2023-03-13
tools: relocate-rela: add support for handling 32-bit big endian files
Ovidiu Panait
2023-03-13
tools: relocate-rela: introduce elf16_to_cpu() and elf32_to_cpu()
Ovidiu Panait
2023-03-13
tools: relocate-rela: adjust le64_to_cpu -> le32_to_cpu in decode_elf32()
Ovidiu Panait
2022-07-26
tools: relocate-rela: Define all macros for e_machine and reloc types
Michal Simek
2022-07-26
tools: relocate-rela: Remove guard around R_AARCH64_RELATIVE
Michal Simek
2022-07-26
tools: relocate-rela: Fix ELF decoding on big-endian hosts
Samuel Holland
2022-06-24
tools: relocate-rela: Add support for 32bit Microblaze relocation
Michal Simek
2022-06-24
tools: relocate-rela: Add support for elf32 decoding
Michal Simek
2022-06-24
tools: relocate-rela: Check that relocation works only for EM_AARCH64
Michal Simek
2022-06-24
tools: relocate-rela: Extract elf64 reloc to special function
Michal Simek
2022-06-24
tools: relocate-rela: Read rela start/end directly from ELF
Michal Simek
2022-06-24
tools: relocate-rela: Use global variables
Michal Simek
2022-06-24
tools: relocate-rela: Open binary u-boot file later
Michal Simek
2021-11-15
arm64: relocate-rela: Add support for ld.lld
Alistair Delva
2018-05-07
SPDX: Convert all of our multiple license tags to Linux Kernel style
Tom Rini
2017-05-05
relocate-rela: add missing va_end()
xypron.glpk@gmx.de
2016-12-27
relocate-rela: use compiler.h endian macros
Jonathan Gray
2014-02-13
relocate-rela: replace a magic number with sizeof(Elf64_Rela)
Masahiro Yamada
2014-01-09
arm64: Add tool to statically apply RELA relocations
Scott Wood