Home
last modified time | relevance | path

Searched refs:dyn (Results 1 – 25 of 86) sorted by relevance

1234

/openbmc/u-boot/arch/x86/lib/
H A Dreloc_ia32_efi.c14 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 Dreloc_x86_64_efi.c16 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 Dreloc_arm_efi.c17 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 Dreloc_aarch64_efi.c41 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 Delf_arm_efi.lds51 .rel.dyn : { *(.rel.dyn) }
H A Delf_aarch64_efi.lds51 .rela.dyn : { *(.rela.dyn) }
/openbmc/u-boot/arch/riscv/lib/
H A Dreloc_riscv_efi.c53 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 Delf_riscv32_efi.lds53 .rela.dyn : { *(.rela.dyn) }
H A Delf_riscv64_efi.lds53 .rela.dyn : { *(.rela.dyn) }
/openbmc/u-boot/tools/
H A Dprelink-riscv.inc42 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 Dparse_vdso.c100 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 Dsox_14.4.2.bb12 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 Dvdso2c.h22 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 Dboxed.rs1720 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 Dvmlinux.lds.S111 .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 Dvdso2c.h54 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 Dclk-cpu-dyndiv.c54 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 Dvmlinux-xip.lds.S123 .rel.dyn : AT(ADDR(.rel.dyn) - LOAD_OFFSET) {
124 *(.rel.dyn*)
H A Dvmlinux.lds.S102 .rel.dyn : {
103 *(.rel.dyn*)
106 .rela.dyn : ALIGN(8) {
/openbmc/qemu/linux-user/
H A Dgen-vdso-elfn.c.inc61 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 Dmt792x_acpi_sar.c177 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 Du-boot.lds48 .rela.dyn : {
49 *(.rela.dyn)
/openbmc/linux/arch/x86/kernel/
H A Dvmlinux.lds.S488 .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 D0001-Fix-compilation-with-fno-common.patch41 -/* 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 Dvmlinux.lds.S272 .rela.dyn : ALIGN(8) {
278 .relr.dyn : ALIGN(8) {
280 *(.relr.dyn)

1234