Home
last modified time | relevance | path

Searched refs:RELOC (Results 1 – 5 of 5) sorted by relevance

/openbmc/u-boot/doc/uImage.FIT/
H A Dx86-fit-boot.txt79 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 Ddate.c23 #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 Dlibbpf_errno.c30 [ERRCODE_OFFSET(RELOC)] = "Relocation failed",
/openbmc/linux/arch/powerpc/boot/
H A Drs6000.h237 #define RELOC struct external_reloc macro
/openbmc/u-boot/
H A DMakefile1719 @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"; \