Home
last modified time | relevance | path

Searched refs:rel (Results 1 – 25 of 91) sorted by relevance

1234

/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc/
H A D0003-kexec-elf-rel-use-our-elf.h.patch4 Subject: [PATCH] kexec-elf-rel: use our elf.h
8 kexec-elf-rel.c: In function 'elf_rel_load':
9 kexec-elf-rel.c:386:39: error: 'STT_NOTYPE' undeclared
17 kexec/arch/arm/kexec-elf-rel-arm.c | 2 +-
18 kexec/arch/i386/kexec-elf-rel-x86.c | 2 +-
19 kexec/arch/ppc/kexec-elf-rel-ppc.c | 2 +-
20 kexec/arch/ppc64/kexec-elf-rel-ppc64.c | 2 +-
21 kexec/arch/x86_64/kexec-elf-rel-x86_64.c | 2 +-
22 kexec/kexec-elf-rel.c | 2 +-
25 diff --git a/kexec/arch/arm/kexec-elf-rel-arm.c b/kexec/arch/arm/kexec-elf-rel-arm.c
[all …]
H A Dkexec-x32.patch14 kexec/arch/x86_64/kexec-elf-rel-x86_64.c: When x32 ABI is set
25 kexec/arch/x86_64/kexec-elf-rel-x86_64.c | 4 ++++
50 diff --git a/kexec/arch/x86_64/kexec-elf-rel-x86_64.c b/kexec/arch/x86_64/kexec-elf-rel-x86_64.c
52 --- a/kexec/arch/x86_64/kexec-elf-rel-x86_64.c
53 +++ b/kexec/arch/x86_64/kexec-elf-rel-x86_64.c
/openbmc/u-boot/arch/arm/lib/
H A Dreloc_aarch64_efi.c44 Elf64_Rela *rel = 0; in _relocate() local
51 rel = (Elf64_Rela *)((ulong)dyn[i].d_un.d_ptr + ldbase); in _relocate()
64 if (!rel && relent == 0) in _relocate()
67 if (!rel || relent == 0) in _relocate()
72 switch (ELF64_R_TYPE(rel->r_info)) { in _relocate()
76 addr = (ulong *)(ldbase + rel->r_offset); in _relocate()
77 *addr = ldbase + rel->r_addend; in _relocate()
82 rel = (Elf64_Rela *)((char *)rel + relent); in _relocate()
H A Delf_arm_efi.lds51 .rel.dyn : { *(.rel.dyn) }
52 .rel.plt : { *(.rel.plt) }
53 .rel.got : { *(.rel.got) }
54 .rel.data : { *(.rel.data) *(.rel.data*) }
58 *(.rel.reloc)
H A Dreloc_arm_efi.c20 Elf32_Rel *rel = 0; in _relocate() local
27 rel = (Elf32_Rel *)((ulong)dyn[i].d_un.d_ptr in _relocate()
41 if (!rel && relent == 0) in _relocate()
44 if (!rel || relent == 0) in _relocate()
49 switch (ELF32_R_TYPE(rel->r_info)) { in _relocate()
53 addr = (ulong *)(ldbase + rel->r_offset); in _relocate()
59 rel = (Elf32_Rel *)((char *)rel + relent); in _relocate()
/openbmc/u-boot/arch/riscv/lib/
H A Dreloc_riscv_efi.c56 Elf_Rela *rel = 0; in _relocate() local
63 rel = (Elf_Rela *)((ulong)dyn[i].d_un.d_ptr + ldbase); in _relocate()
76 if (!rel && relent == 0) in _relocate()
79 if (!rel || relent == 0) in _relocate()
84 switch (ELF_R_TYPE(rel->r_info)) { in _relocate()
86 addr = (ulong *)(ldbase + rel->r_offset); in _relocate()
87 *addr = ldbase + rel->r_addend; in _relocate()
93 rel = (Elf_Rela *)((char *)rel + relent); in _relocate()
/openbmc/u-boot/arch/x86/lib/
H A Dreloc_ia32_efi.c17 Elf32_Rel *rel = 0; in _relocate() local
24 rel = (Elf32_Rel *)((unsigned long)dyn[i].d_un.d_ptr + in _relocate()
44 if (!rel && relent == 0) in _relocate()
47 if (!rel || relent == 0) in _relocate()
52 switch (ELF32_R_TYPE(rel->r_info)) { in _relocate()
57 addr = (unsigned long *)(ldbase + rel->r_offset); in _relocate()
64 rel = (Elf32_Rel *)((char *)rel + relent); in _relocate()
H A Dreloc_x86_64_efi.c19 Elf64_Rel *rel = 0; in _relocate() local
26 rel = (Elf64_Rel *) in _relocate()
40 if (!rel && relent == 0) in _relocate()
43 if (!rel || relent == 0) in _relocate()
48 switch (ELF64_R_TYPE(rel->r_info)) { in _relocate()
52 addr = (unsigned long *)(ldbase + rel->r_offset); in _relocate()
58 rel = (Elf64_Rel *)((char *)rel + relent); in _relocate()
H A Delf_ia32_efi.lds62 .rel :
64 *(.rel.data)
65 *(.rel.data.*)
66 *(.rel.got)
67 *(.rel.stab)
68 *(.data.rel.ro.local)
69 *(.data.rel.local)
70 *(.data.rel.ro)
71 *(.data.rel*)
72 *(.rel.u_boot_list*)
[all …]
/openbmc/u-boot/lib/efi_loader/
H A Defi_image_loader.c102 static efi_status_t efi_loader_relocate(const IMAGE_BASE_RELOCATION *rel, in efi_loader_relocate() argument
113 end = (const IMAGE_BASE_RELOCATION *)((const char *)rel + rel_size); in efi_loader_relocate()
114 while (rel < end && rel->SizeOfBlock) { in efi_loader_relocate()
115 const uint16_t *relocs = (const uint16_t *)(rel + 1); in efi_loader_relocate()
116 i = (rel->SizeOfBlock - sizeof(*rel)) / sizeof(uint16_t); in efi_loader_relocate()
119 rel->VirtualAddress; in efi_loader_relocate()
161 rel = (const IMAGE_BASE_RELOCATION *)relocs; in efi_loader_relocate()
226 const IMAGE_BASE_RELOCATION *rel; in efi_load_pe() local
285 rel = efi_reloc + opt->DataDirectory[rel_idx].VirtualAddress; in efi_load_pe()
301 rel = efi_reloc + opt->DataDirectory[rel_idx].VirtualAddress; in efi_load_pe()
[all …]
H A Defi_runtime.c353 struct elf_rela *rel = (void*)&__efi_runtime_rel_start; in efi_runtime_relocate() local
355 struct elf_rel *rel = (void*)&__efi_runtime_rel_start; in efi_runtime_relocate()
360 for (; (ulong)rel < (ulong)&__efi_runtime_rel_stop; rel++) { in efi_runtime_relocate()
365 p = (void*)((ulong)rel->offset - base) + gd->relocaddr; in efi_runtime_relocate()
368 rel->info, *p, rel->offset); in efi_runtime_relocate()
370 switch (rel->info & R_MASK) { in efi_runtime_relocate()
373 newaddr = rel->addend + offset - CONFIG_SYS_TEXT_BASE; in efi_runtime_relocate()
380 ulong symidx = rel->info >> SYM_INDEX; in efi_runtime_relocate()
392 __func__, rel->info & R_MASK); in efi_runtime_relocate()
/openbmc/openbmc/poky/scripts/contrib/oe-image-files-spdx/src/oe_image_files/
H A Dmain.py58 for rel in objset.foreach_type(spdx_3_0_1.Relationship):
59 if not rel.relationshipType == spdx_3_0_1.RelationshipType.contains:
62 if not rel.from_ is root_package:
66 for o in rel.to:
/openbmc/qemu/replay/
H A Dreplay-input.c53 move = evt->u.rel.data; in replay_save_input_event()
83 InputMoveEvent rel; in replay_read_input_event() local
113 evt.u.rel.data = &rel; in replay_read_input_event()
114 evt.u.rel.data->axis = (InputAxis)replay_get_dword(); in replay_read_input_event()
115 evt.u.rel.data->value = replay_get_qword(); in replay_read_input_event()
/openbmc/u-boot/arch/x86/cpu/
H A Du-boot.lds69 *(.rel*.efi_runtime)
70 *(.rel*.efi_runtime.*)
88 .rel.dyn : {
89 *(.rel*)
/openbmc/u-boot/tools/
H A Dmips-relocs.c151 const Elf32_Rel *rel = _rel; in parse_mips32_rel() local
154 off = is_be ? be32toh(rel->r_offset) : le32toh(rel->r_offset); in parse_mips32_rel()
157 type = is_be ? be32toh(rel->r_info) : le32toh(rel->r_info); in parse_mips32_rel()
165 const Elf64_Rela *rel = _rel; in parse_mips64_rela() local
168 off = is_be ? be64toh(rel->r_offset) : le64toh(rel->r_offset); in parse_mips64_rela()
171 type = rel->r_info >> (64 - 8); in parse_mips64_rela()
200 int (*parse_fn)(const void *rel); in main()
/openbmc/u-boot/arch/arm/mach-zynq/
H A Du-boot.lds69 *(.rel*.efi_runtime)
70 *(.rel*.efi_runtime.*)
89 .rel.dyn : {
90 *(.rel*)
/openbmc/u-boot/drivers/rtc/
H A Drx8025.c80 int rel = 0; in rtc_get() local
103 rel = -1; in rtc_get()
108 rel = -1; in rtc_get()
113 rel = -1; in rtc_get()
134 return rel; in rtc_get()
H A Dds1374.c83 int rel = 0; in rtc_get() local
113 rel = -1; in rtc_get()
122 rel = -1; in rtc_get()
129 return rel; in rtc_get()
H A Dm41t11.c74 int rel = 0; in rtc_get() local
81 rel = -1; in rtc_get()
98 rel = -1; in rtc_get()
116 return rel; in rtc_get()
H A Dpcf8563.c25 int rel = 0; in rtc_get() local
48 rel = -1; in rtc_get()
65 return rel; in rtc_get()
/openbmc/openbmc-test-automation/tools/
H A Dgithub_issues_to_csv80 rel[6:-1]: url[url.index("<") + 1 : -1]
81 for url, rel in (
87 rel[6:-1]: url[url.index("<") + 1 : -1]
88 for url, rel in (
/openbmc/u-boot/board/ti/am335x/
H A Du-boot.lds87 *(.rel*.efi_runtime)
88 *(.rel*.efi_runtime.*)
108 .rel.dyn : {
109 *(.rel*)
/openbmc/openbmc/poky/meta/classes/
H A Drelocatable.bbclass22 rel=$(realpath -m --relative-to=$dir ${base_prefix})
23 sed -i -e "s:${base_prefix}:\${pcfiledir}/$rel:g" $files
/openbmc/u-boot/board/Barix/ipam390/
H A Du-boot-spl-ipam390.lds36 .rel.dyn : {
38 *(.rel*)
/openbmc/u-boot/arch/arm/mach-aspeed/ast2600/
H A Du-boot-spl.lds54 .rel.dyn : {
55 *(.rel*)

1234