index
:
u-boot.git
dependabot/pip/doc/sphinx/pygments-2.20.0
dependabot/pip/doc/sphinx/requests-2.33.0
dependabot/pip/tools/patman/aiohttp-3.13.4
master
next
origin
u-boot-2009.11.y
u-boot-2013.01.y
u-boot-2016.09.y
u-boot-2023.07.y
Unnamed repository; edit this file 'description' to name the repository.
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()
[email protected]
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