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 83 CONTENTS, ALLOC, LOAD, RELOC, READONLY, DATA 85 CONTENTS, ALLOC, LOAD, RELOC, READONLY, DATA 87 CONTENTS, ALLOC, LOAD, RELOC, READONLY, DATA 89 CONTENTS, ALLOC, LOAD, RELOC, READONLY, DATA 91 CONTENTS, ALLOC, LOAD, RELOC, READONLY, DATA 93 CONTENTS, ALLOC, LOAD, RELOC, READONLY, DATA 95 CONTENTS, ALLOC, LOAD, RELOC, READONLY, DATA 99 CONTENTS, ALLOC, LOAD, RELOC, READONLY, DATA 101 CONTENTS, ALLOC, LOAD, RELOC, READONLY, DATA [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"; \
|