summaryrefslogtreecommitdiff
path: root/tools/relocate-rela.c
Commit message (Expand)AuthorAgeFilesLines
* tools: relocate-rela: add support for handling 32-bit big endian filesOvidiu Panait2023-03-131-16/+16
* tools: relocate-rela: introduce elf16_to_cpu() and elf32_to_cpu()Ovidiu Panait2023-03-131-0/+20
* tools: relocate-rela: adjust le64_to_cpu -> le32_to_cpu in decode_elf32()Ovidiu Panait2023-03-131-3/+3
* tools: relocate-rela: Define all macros for e_machine and reloc typesMichal Simek2022-07-261-0/+24
* tools: relocate-rela: Remove guard around R_AARCH64_RELATIVEMichal Simek2022-07-261-2/+0
* tools: relocate-rela: Fix ELF decoding on big-endian hostsSamuel Holland2022-07-261-57/+68
* tools: relocate-rela: Add support for 32bit Microblaze relocationMichal Simek2022-06-241-0/+166
* tools: relocate-rela: Add support for elf32 decodingMichal Simek2022-06-241-2/+139
* tools: relocate-rela: Check that relocation works only for EM_AARCH64Michal Simek2022-06-241-0/+5
* tools: relocate-rela: Extract elf64 reloc to special functionMichal Simek2022-06-241-43/+53
* tools: relocate-rela: Read rela start/end directly from ELFMichal Simek2022-06-241-14/+167
* tools: relocate-rela: Use global variablesMichal Simek2022-06-241-1/+3
* tools: relocate-rela: Open binary u-boot file laterMichal Simek2022-06-241-7/+7
* arm64: relocate-rela: Add support for ld.lldAlistair Delva2021-11-151-3/+17
* SPDX: Convert all of our multiple license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* relocate-rela: add missing va_end()xypron.glpk@gmx.de2017-05-051-2/+4
* relocate-rela: use compiler.h endian macrosJonathan Gray2016-12-271-37/+4
* relocate-rela: replace a magic number with sizeof(Elf64_Rela)Masahiro Yamada2014-02-131-1/+1
* arm64: Add tool to statically apply RELA relocationsScott Wood2014-01-091-0/+189