summaryrefslogtreecommitdiff
path: root/tools/relocate-rela.c
AgeCommit message (Expand)AuthorFilesLines
2022-07-26tools: relocate-rela: Define all macros for e_machine and reloc typesMichal Simek1-0/+24
2022-07-26tools: relocate-rela: Remove guard around R_AARCH64_RELATIVEMichal Simek1-2/+0
2022-07-26tools: relocate-rela: Fix ELF decoding on big-endian hostsSamuel Holland1-57/+68
2022-06-24tools: relocate-rela: Add support for 32bit Microblaze relocationMichal Simek1-0/+166
2022-06-24tools: relocate-rela: Add support for elf32 decodingMichal Simek1-2/+139
2022-06-24tools: relocate-rela: Check that relocation works only for EM_AARCH64Michal Simek1-0/+5
2022-06-24tools: relocate-rela: Extract elf64 reloc to special functionMichal Simek1-43/+53
2022-06-24tools: relocate-rela: Read rela start/end directly from ELFMichal Simek1-14/+167
2022-06-24tools: relocate-rela: Use global variablesMichal Simek1-1/+3
2022-06-24tools: relocate-rela: Open binary u-boot file laterMichal Simek1-7/+7
2021-11-15arm64: relocate-rela: Add support for ld.lldAlistair Delva1-3/+17
2018-05-07SPDX: Convert all of our multiple license tags to Linux Kernel styleTom Rini1-2/+1
2017-05-05relocate-rela: add missing va_end()xypron.glpk@gmx.de1-2/+4
2016-12-27relocate-rela: use compiler.h endian macrosJonathan Gray1-37/+4
2014-02-13relocate-rela: replace a magic number with sizeof(Elf64_Rela)Masahiro Yamada1-1/+1
2014-01-09arm64: Add tool to statically apply RELA relocationsScott Wood1-0/+189