/openbmc/u-boot/arch/x86/lib/ |
H A D | reloc_ia32_efi.c | 14 efi_status_t EFIAPI _relocate(long ldbase, Elf32_Dyn *dyn) in _relocate() argument 21 for (i = 0; dyn[i].d_tag != DT_NULL; ++i) { in _relocate() 22 switch (dyn[i].d_tag) { in _relocate() 24 rel = (Elf32_Rel *)((unsigned long)dyn[i].d_un.d_ptr + in _relocate() 29 relsz = dyn[i].d_un.d_val; in _relocate() 33 relent = dyn[i].d_un.d_val; in _relocate()
|
H A D | reloc_x86_64_efi.c | 16 efi_status_t EFIAPI _relocate(long ldbase, Elf64_Dyn *dyn) in _relocate() argument 23 for (i = 0; dyn[i].d_tag != DT_NULL; ++i) { in _relocate() 24 switch (dyn[i].d_tag) { in _relocate() 27 ((unsigned long)dyn[i].d_un.d_ptr + ldbase); in _relocate() 30 relsz = dyn[i].d_un.d_val; in _relocate() 33 relent = dyn[i].d_un.d_val; in _relocate()
|
/openbmc/u-boot/arch/arm/lib/ |
H A D | reloc_arm_efi.c | 17 efi_status_t EFIAPI _relocate(long ldbase, Elf32_Dyn *dyn) in _relocate() argument 24 for (i = 0; dyn[i].d_tag != DT_NULL; ++i) { in _relocate() 25 switch (dyn[i].d_tag) { in _relocate() 27 rel = (Elf32_Rel *)((ulong)dyn[i].d_un.d_ptr in _relocate() 31 relsz = dyn[i].d_un.d_val; in _relocate() 34 relent = dyn[i].d_un.d_val; in _relocate()
|
H A D | reloc_aarch64_efi.c | 41 efi_status_t EFIAPI _relocate(long ldbase, Elf64_Dyn *dyn) in _relocate() argument 48 for (i = 0; dyn[i].d_tag != DT_NULL; ++i) { in _relocate() 49 switch (dyn[i].d_tag) { in _relocate() 51 rel = (Elf64_Rela *)((ulong)dyn[i].d_un.d_ptr + ldbase); in _relocate() 54 relsz = dyn[i].d_un.d_val; in _relocate() 57 relent = dyn[i].d_un.d_val; in _relocate()
|
H A D | elf_arm_efi.lds | 51 .rel.dyn : { *(.rel.dyn) }
|
H A D | elf_aarch64_efi.lds | 51 .rela.dyn : { *(.rela.dyn) }
|
/openbmc/u-boot/arch/riscv/lib/ |
H A D | reloc_riscv_efi.c | 53 efi_status_t EFIAPI _relocate(long ldbase, Elf_Dyn *dyn) in _relocate() argument 60 for (i = 0; dyn[i].d_tag != DT_NULL; ++i) { in _relocate() 61 switch (dyn[i].d_tag) { in _relocate() 63 rel = (Elf_Rela *)((ulong)dyn[i].d_un.d_ptr + ldbase); in _relocate() 66 relsz = dyn[i].d_un.d_val; in _relocate() 69 relent = dyn[i].d_un.d_val; in _relocate()
|
H A D | elf_riscv32_efi.lds | 53 .rela.dyn : { *(.rela.dyn) }
|
H A D | elf_riscv64_efi.lds | 53 .rela.dyn : { *(.rela.dyn) }
|
/openbmc/u-boot/tools/ |
H A D | prelink-riscv.inc | 42 Elf_Dyn *dyn; 64 for (dyn = dyns;; ++dyn) { 65 if (dyn->d_tag == DT_NULL) 67 else if (dyn->d_tag == DT_RELA) 68 rela_dyn = get_offset_nn(data, phdrs, ehdr->e_phnum, + dyn->d_un.d_ptr); 69 else if (dyn->d_tag == DT_RELASZ) 70 rela_count = dyn->d_un.d_val / sizeof(Elf_Rela); 71 else if (dyn->d_tag == DT_SYMTAB) 72 dynsym = get_offset_nn(data, phdrs, ehdr->e_phnum, + dyn->d_un.d_ptr); 77 die("No .rela.dyn found");
|
/openbmc/linux/tools/testing/selftests/vDSO/ |
H A D | parse_vdso.c | 100 ELF(Dyn) *dyn = 0; in vdso_init_from_sysinfo_ehdr() 114 dyn = (ELF(Dyn)*)(base + pt[i].p_offset); in vdso_init_from_sysinfo_ehdr() 118 if (!found_vaddr || !dyn) in vdso_init_from_sysinfo_ehdr() 129 for (i = 0; dyn[i].d_tag != DT_NULL; i++) { in vdso_init_from_sysinfo_ehdr() 130 switch (dyn[i].d_tag) { in vdso_init_from_sysinfo_ehdr() 133 ((uintptr_t)dyn[i].d_un.d_ptr in vdso_init_from_sysinfo_ehdr() 138 ((uintptr_t)dyn[i].d_un.d_ptr in vdso_init_from_sysinfo_ehdr() 143 ((uintptr_t)dyn[i].d_un.d_ptr in vdso_init_from_sysinfo_ehdr() 148 ((uintptr_t)dyn[i].d_un.d_ptr in vdso_init_from_sysinfo_ehdr() 153 ((uintptr_t)dyn[i].d_un.d_ptr in vdso_init_from_sysinfo_ehdr()
|
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/sox/ |
H A D | sox_14.4.2.bb | 12 PACKAGECONFIG[pulseaudio] = "--with-pulseaudio=dyn,--with-pulseaudio=no,pulseaudio," 13 PACKAGECONFIG[alsa] = "--with-alsa=dyn,--with-alsa=no,alsa-lib," 14 PACKAGECONFIG[wavpack] = "--with-wavpack=dyn,--with-wavpack=no,wavpack," 15 PACKAGECONFIG[flac] = "--with-flac=dyn,--with-flac=no,flac," 16 PACKAGECONFIG[amrwb] = "--with-amrwb=dyn,--with-amrwb=no,opencore-amr," 17 PACKAGECONFIG[amrnb] = "--with-amrnb=dyn,--with-amrnb=no,opencore-amr," 18 PACKAGECONFIG[oggvorbis] = "--with-oggvorbis=dyn,--with-oggvorbis=no,libvorbis" 19 PACKAGECONFIG[opus] = "--with-opus=dyn,--with-opus=no,opusfile"
|
/openbmc/linux/arch/sparc/vdso/ |
H A D | vdso2c.h | 22 ELF(Dyn) *dyn = 0, *dyn_end = 0; in BITSFUNC() 43 dyn = raw_addr + GET_BE(&pt[i].p_offset); in BITSFUNC() 55 for (i = 0; dyn + i < dyn_end && in BITSFUNC() 56 GET_BE(&dyn[i].d_tag) != DT_NULL; i++) { in BITSFUNC() 57 typeof(dyn[i].d_tag) tag = GET_BE(&dyn[i].d_tag); in BITSFUNC() 58 typeof(dyn[i].d_un.d_val) val = GET_BE(&dyn[i].d_un.d_val); in BITSFUNC()
|
/openbmc/linux/rust/alloc/ |
H A D | boxed.rs | 1720 impl<A: Allocator> Box<dyn Any, A> { 1773 let (raw, alloc): (*mut dyn Any, _) = Box::into_raw_with_allocator(self); in downcast_unchecked() 1779 impl<A: Allocator> Box<dyn Any + Send, A> { 1832 let (raw, alloc): (*mut (dyn Any + Send), _) = Box::into_raw_with_allocator(self); in downcast_unchecked() 1838 impl<A: Allocator> Box<dyn Any + Send + Sync, A> { 1891 let (raw, alloc): (*mut (dyn Any + Send + Sync), _) = in downcast_unchecked() 2164 impl dyn Error { impl 2169 pub fn downcast<T: Error + 'static>(self: Box<Self>) -> Result<Box<T>, Box<dyn Error>> { in downcast() 2172 let raw: *mut dyn Error = Box::into_raw(self); in downcast() 2181 impl dyn Error + Send { impl [all …]
|
/openbmc/linux/arch/x86/boot/compressed/ |
H A D | vmlinux.lds.S | 111 .rel.dyn : { 114 ASSERT(SIZEOF(.rel.dyn) == 0, "Unexpected run-time relocations (.rel) detected!") 116 .rela.dyn : { 119 ASSERT(SIZEOF(.rela.dyn) == 0, "Unexpected run-time relocations (.rela) detected!")
|
/openbmc/linux/arch/x86/entry/vdso/ |
H A D | vdso2c.h | 54 ELF(Dyn) *dyn = 0, *dyn_end = 0; in BITSFUNC() 79 dyn = raw_addr + GET_LE(&pt[i].p_offset); in BITSFUNC() 90 if (!dyn) in BITSFUNC() 94 for (i = 0; dyn + i < dyn_end && in BITSFUNC() 95 GET_LE(&dyn[i].d_tag) != DT_NULL; i++) { in BITSFUNC() 96 typeof(dyn[i].d_tag) tag = GET_LE(&dyn[i].d_tag); in BITSFUNC()
|
/openbmc/linux/drivers/clk/meson/ |
H A D | clk-cpu-dyndiv.c | 54 meson_parm_write(clk->map, &data->dyn, 1); in meson_clk_cpu_dyndiv_set_rate() 59 SETPMASK(data->dyn.width, data->dyn.shift), in meson_clk_cpu_dyndiv_set_rate()
|
/openbmc/linux/arch/riscv/kernel/ |
H A D | vmlinux-xip.lds.S | 123 .rel.dyn : AT(ADDR(.rel.dyn) - LOAD_OFFSET) { 124 *(.rel.dyn*)
|
H A D | vmlinux.lds.S | 102 .rel.dyn : { 103 *(.rel.dyn*) 106 .rela.dyn : ALIGN(8) {
|
/openbmc/qemu/linux-user/ |
H A D | gen-vdso-elfn.c.inc | 61 static void elfN(bswap_dyn)(ElfN(Dyn) *dyn) 63 bswaps(&dyn->d_tag); /* Dynamic type tag */ 64 bswaps(&dyn->d_un.d_ptr); /* Dynamic ptr or val, in union */ 235 ElfN(Dyn) dyn; 237 memcpy(&dyn, target_dyn, sizeof(dyn)); 239 elfN(bswap_dyn)(&dyn); 241 tag = dyn.d_tag; 269 if (dyn.d_un.d_val != sizeof(ElfN(Sym))) { 285 if (dyn.d_un.d_val != 0) {
|
/openbmc/linux/drivers/net/wireless/mediatek/mt76/ |
H A D | mt792x_acpi_sar.c | 177 ret = mt792x_asar_acpi_read_mtds(dev, (u8 **)&asar->dyn, asar->ver); in mt792x_init_acpi_sar() 179 devm_kfree(dev->mt76.dev, asar->dyn); in mt792x_init_acpi_sar() 180 asar->dyn = NULL; in mt792x_init_acpi_sar() 270 limit = &asar->dyn->tbl[0].frp[0]; in mt792x_asar_range_pwr() 271 max = ARRAY_SIZE(asar->dyn->tbl[0].frp); in mt792x_asar_range_pwr() 295 if (!phy->acpisar || !((struct mt792x_acpi_sar *)phy->acpisar)->dyn) in mt792x_init_acpi_sar_power()
|
/openbmc/u-boot/arch/arc/cpu/ |
H A D | u-boot.lds | 48 .rela.dyn : { 49 *(.rela.dyn)
|
/openbmc/linux/arch/x86/kernel/ |
H A D | vmlinux.lds.S | 488 .rel.dyn : { 491 ASSERT(SIZEOF(.rel.dyn) == 0, "Unexpected run-time relocations (.rel) detected!") 493 .rela.dyn : { 496 ASSERT(SIZEOF(.rela.dyn) == 0, "Unexpected run-time relocations (.rela) detected!")
|
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-dbs/mongodb/mongodb/ |
H A D | 0001-Fix-compilation-with-fno-common.patch | 41 -/* XXX fix me: there is currently no way to locate the dyn-info list 74 -/* XXX fix me: there is currently no way to locate the dyn-info list 102 +/* XXX fix me: there is currently no way to locate the dyn-info list 120 -/* XXX fix me: there is currently no way to locate the dyn-info list 177 -/* XXX fix me: there is currently no way to locate the dyn-info list 266 +/* XXX fix me: there is currently no way to locate the dyn-info list 291 -/* XXX fix me: there is currently no way to locate the dyn-info list 324 -/* XXX fix me: there is currently no way to locate the dyn-info list 357 -/* XXX fix me: there is currently no way to locate the dyn-info list 390 -/* XXX fix me: there is currently no way to locate the dyn-info list [all …]
|
/openbmc/linux/arch/arm64/kernel/ |
H A D | vmlinux.lds.S | 272 .rela.dyn : ALIGN(8) { 278 .relr.dyn : ALIGN(8) { 280 *(.relr.dyn)
|