Searched refs:RELOC (Results 1 – 5 of 5) sorted by relevance
/openbmc/u-boot/doc/uImage.FIT/ |
H A D | x86-fit-boot.txt | 79 CONTENTS, ALLOC, LOAD, RELOC, READONLY, CODE 105 CONTENTS, ALLOC, LOAD, RELOC, DATA 109 CONTENTS, ALLOC, LOAD, RELOC, DATA 119 CONTENTS, ALLOC, LOAD, RELOC, DATA 123 CONTENTS, ALLOC, LOAD, RELOC, DATA 135 CONTENTS, RELOC, READONLY, DEBUGGING 137 CONTENTS, RELOC, READONLY, DEBUGGING 141 CONTENTS, RELOC, READONLY, DEBUGGING 143 CONTENTS, RELOC, READONLY, DEBUGGING 147 CONTENTS, RELOC, READONLY, DEBUGGING [all …]
|
/openbmc/u-boot/cmd/ |
H A D | date.c | 23 #define RELOC(a) ((typeof(a))((unsigned long)(a) + gd->reloc_off)) macro 25 #define RELOC(a) a macro 111 "unknown " : RELOC(weekdays[tm.tm_wday]), in do_date()
|
/openbmc/linux/tools/lib/bpf/ |
H A D | libbpf_errno.c | 30 [ERRCODE_OFFSET(RELOC)] = "Relocation failed",
|
/openbmc/linux/arch/powerpc/boot/ |
H A D | rs6000.h | 237 #define RELOC struct external_reloc macro
|
/openbmc/u-boot/ |
H A D | Makefile | 1719 @RELOC="`$(CROSS_COMPILE)readelf -r -W $< | cut -d ' ' -f 4 | \ 1721 if test "$$RELOC" != "R_ARM_RELATIVE" -a \ 1722 "$$RELOC" != "R_AARCH64_RELATIVE"; then \ 1723 echo "$< contains unexpected relocations: $$RELOC"; \
|