index
:
platform/kernel/u-boot
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.m14.3_ivi
accepted/tizen_3.0.m2_mobile
accepted/tizen_3.0.m2_tv
accepted/tizen_3.0.m2_wearable
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_3.0_mobile
accepted/tizen_3.0_tv
accepted/tizen_3.0_wearable
accepted/tizen_4.0_unified
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_8.0_unified
accepted/tizen_9.0_unified
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_ivi_panda
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_unified_dev
accepted/tizen_unified_riscv
accepted/tizen_unified_toolchain
accepted/tizen_unified_x
accepted/tizen_unified_x_asan
accepted/tizen_wearable
master
old/tizen_20201104
old/tizen_20211124
old/tizen_20241126
sandbox/akazmin/hwasan_build
sandbox/amistewicz/comwor4
sandbox/hoegeun/tizen-next-pmic-starfive
sandbox/jkryszyn/virtual-ab
sandbox/klewandowski/wip
sandbox/lstelmach/sd_fusing_py
sandbox/mmajewski2/sd_fusing_py_lint
sandbox/mszyprowski/dev/tizen-next-prepare
sandbox/mszyprowski/dev/tizen-next-prepare-2
sandbox/mszyprowski/dev/tizen-next-prepare-3
sandbox/mszyprowski/dev/tizen-next-prepare-4
sandbox/nmerinov/llvm
sandbox/snawrocki/kvim3_thor_progress_2
sandbox/songinha/upstream
tizen
tizen-next
tizen_-1
tizen_-2
tizen_-3
tizen_-4
tizen_-5
tizen_-6
tizen_3.0
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m14.3_ivi
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_ivi
tizen_3.0_tv
tizen_4.0
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
tizen_8.0
tizen_9.0
upstream
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
relocate-rela.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-09-06
tools: relocate-rela: Add M68K support
Marek Vasut
1
-31
/
+85
2023-09-06
tools: relocate-rela: Fix BE symtab handling
Marek Vasut
1
-4
/
+14
2023-06-12
tools: relocate-rela: Fix typo
Marek Vasut
1
-1
/
+1
2023-03-13
tools: relocate-rela: add support for handling 32-bit big endian files
Ovidiu Panait
1
-16
/
+16
2023-03-13
tools: relocate-rela: introduce elf16_to_cpu() and elf32_to_cpu()
Ovidiu Panait
1
-0
/
+20
2023-03-13
tools: relocate-rela: adjust le64_to_cpu -> le32_to_cpu in decode_elf32()
Ovidiu Panait
1
-3
/
+3
2022-07-26
tools: relocate-rela: Define all macros for e_machine and reloc types
Michal Simek
1
-0
/
+24
2022-07-26
tools: relocate-rela: Remove guard around R_AARCH64_RELATIVE
Michal Simek
1
-2
/
+0
2022-07-26
tools: relocate-rela: Fix ELF decoding on big-endian hosts
Samuel Holland
1
-57
/
+68
2022-06-24
tools: relocate-rela: Add support for 32bit Microblaze relocation
Michal Simek
1
-0
/
+166
2022-06-24
tools: relocate-rela: Add support for elf32 decoding
Michal Simek
1
-2
/
+139
2022-06-24
tools: relocate-rela: Check that relocation works only for EM_AARCH64
Michal Simek
1
-0
/
+5
2022-06-24
tools: relocate-rela: Extract elf64 reloc to special function
Michal Simek
1
-43
/
+53
2022-06-24
tools: relocate-rela: Read rela start/end directly from ELF
Michal Simek
1
-14
/
+167
2022-06-24
tools: relocate-rela: Use global variables
Michal Simek
1
-1
/
+3
2022-06-24
tools: relocate-rela: Open binary u-boot file later
Michal Simek
1
-7
/
+7
2021-11-15
arm64: relocate-rela: Add support for ld.lld
Alistair Delva
1
-3
/
+17
2018-05-07
SPDX: Convert all of our multiple license tags to Linux Kernel style
Tom Rini
1
-2
/
+1
2017-05-05
relocate-rela: add missing va_end()
xypron.glpk@gmx.de
1
-2
/
+4
2016-12-27
relocate-rela: use compiler.h endian macros
Jonathan Gray
1
-37
/
+4
2014-02-13
relocate-rela: replace a magic number with sizeof(Elf64_Rela)
Masahiro Yamada
1
-1
/
+1
2014-01-09
arm64: Add tool to statically apply RELA relocations
Scott Wood
1
-0
/
+189