Searched refs:d_un (Results 1 - 25 of 57) sorted by relevance

123

/freebsd-11-stable/sys/sys/
H A Dlink_aout.h185 * The union `d_un' provides for different versions of the dynamic
197 } d_un; member in struct:_dynamic
205 #define LD_GOT(x) ((x)->d_un.d_sdt->sdt_got)
206 #define LD_PLT(x) ((x)->d_un.d_sdt->sdt_plt)
207 #define LD_REL(x) ((x)->d_un.d_sdt->sdt_rel)
208 #define LD_SYMBOL(x) ((x)->d_un.d_sdt->sdt_nzlist)
209 #define LD_HASH(x) ((x)->d_un.d_sdt->sdt_hash)
210 #define LD_STRINGS(x) ((x)->d_un.d_sdt->sdt_strings)
211 #define LD_NEED(x) ((x)->d_un.d_sdt->sdt_sods)
212 #define LD_BUCKETS(x) ((x)->d_un
[all...]
H A Delf64.h135 } d_un; member in struct:__anon8487
H A Delf32.h126 } d_un; member in struct:__anon8469
/freebsd-11-stable/stand/common/
H A Dself_reloc.c82 rel = (ElfW_Rel *)(dynp->d_un.d_ptr + baseaddr);
86 relsz = dynp->d_un.d_val;
90 relent = dynp->d_un.d_val;
H A Dload_elf.c789 (Elf_Hashelt*)(uintptr_t)(dp[i].d_un.d_ptr + off);
793 (char *)(uintptr_t)(dp[i].d_un.d_ptr + off);
796 ef->strsz = dp[i].d_un.d_val;
800 (Elf_Sym *)(uintptr_t)(dp[i].d_un.d_ptr + off);
804 (Elf_Rel *)(uintptr_t)(dp[i].d_un.d_ptr + off);
807 ef->relsz = dp[i].d_un.d_val;
811 (Elf_Rela *)(uintptr_t)(dp[i].d_un.d_ptr + off);
814 ef->relasz = dp[i].d_un.d_val;
/freebsd-11-stable/contrib/elftoolchain/libelf/
H A Dgelf_dyn.c84 dst->d_un.d_val = (Elf64_Xword) dyn32->d_un.d_val;
144 LIBELF_COPY_U32(dyn32, ds, d_un.d_val);
/freebsd-11-stable/contrib/binutils/include/elf/
H A Dexternal.h189 } d_un; member in struct:__anon515
197 } d_un; member in struct:__anon517
H A Dinternal.h136 } d_un; member in struct:elf_internal_dyn
/freebsd-11-stable/usr.sbin/kldxref/
H A Def.c286 error = ef_read(ef, ef_get_offset(ef, dp->d_un.d_ptr),
290 ef_get_offset(ef, dp->d_un.d_ptr));
306 ef->ef_stroff = dp->d_un.d_ptr;
309 ef->ef_strsz = dp->d_un.d_val;
312 ef->ef_symoff = dp->d_un.d_ptr;
315 if (dp->d_un.d_val != sizeof(Elf_Sym))
321 rel_off = dp->d_un.d_ptr;
326 rel_sz = dp->d_un.d_val;
331 rel_entry = dp->d_un.d_val;
336 rela_off = dp->d_un
[all...]
/freebsd-11-stable/contrib/gdb/gdb/config/i386/
H A Dnm-obsd.h111 #define ld_un d_un
H A Dnm-fbsd.h148 #define ld_un d_un
/freebsd-11-stable/contrib/gdb/gdb/config/
H A Dnm-nbsdaout.h71 #define ld_un d_un
/freebsd-11-stable/contrib/gdb/gdb/
H A Dmipsread.c173 d_un; member in struct:__anon1559
301 = bfd_h_get_32 (abfd, (bfd_byte *) x_dynp->d_un.d_val);
307 = bfd_h_get_32 (abfd, (bfd_byte *) x_dynp->d_un.d_val);
H A Dsolib-svr4.c473 (bfd_byte *) x_dynp->d_un.d_ptr);
485 (bfd_byte *) x_dynp->d_un.d_ptr);
508 (bfd_byte *) x_dynp->d_un.d_ptr);
520 (bfd_byte *) x_dynp->d_un.d_ptr);
/freebsd-11-stable/libexec/rtld-elf/mips/
H A Dreloc.c155 rel = (const Elf_Rel *)(relocbase + dynp->d_un.d_ptr);
158 relsz = dynp->d_un.d_val;
161 symtab = (const Elf_Sym *)(relocbase + dynp->d_un.d_ptr);
164 got = (Elf_Addr *)(relocbase + dynp->d_un.d_ptr);
167 local_gotno = dynp->d_un.d_val;
170 symtabno = dynp->d_un.d_val;
173 gotsym = dynp->d_un.d_val;
/freebsd-11-stable/libexec/rtld-elf/
H A Drtld.c1076 obj->rel = (const Elf_Rel *) (obj->relocbase + dynp->d_un.d_ptr);
1080 obj->relsize = dynp->d_un.d_val;
1084 assert(dynp->d_un.d_val == sizeof(Elf_Rel));
1089 (obj->relocbase + dynp->d_un.d_ptr);
1093 obj->pltrelsize = dynp->d_un.d_val;
1097 obj->rela = (const Elf_Rela *) (obj->relocbase + dynp->d_un.d_ptr);
1101 obj->relasize = dynp->d_un.d_val;
1105 assert(dynp->d_un.d_val == sizeof(Elf_Rela));
1109 plttype = dynp->d_un.d_val;
1110 assert(dynp->d_un
[all...]
/freebsd-11-stable/contrib/gcc/config/ia64/
H A Dfde-glibc.c131 *data->gp = dyn->d_un.d_ptr;
/freebsd-11-stable/sys/kern/
H A Dlink_elf.c534 (ef->address + dp->d_un.d_ptr);
542 ef->strtab = (caddr_t) (ef->address + dp->d_un.d_ptr);
545 ef->strsz = dp->d_un.d_val;
548 ef->symtab = (Elf_Sym*) (ef->address + dp->d_un.d_ptr);
551 if (dp->d_un.d_val != sizeof(Elf_Sym))
555 ef->got = (Elf_Addr *) (ef->address + dp->d_un.d_ptr);
558 ef->rel = (const Elf_Rel *) (ef->address + dp->d_un.d_ptr);
561 ef->relsize = dp->d_un.d_val;
564 if (dp->d_un.d_val != sizeof(Elf_Rel))
568 ef->pltrel = (const Elf_Rel *) (ef->address + dp->d_un
[all...]
/freebsd-11-stable/contrib/binutils/binutils/
H A Dreadelf.c5560 if (entry->d_un.d_val == 0)
5575 if (entry->d_un.d_val & (1 << cnt))
5585 if (VALID_DYNAMIC_NAME (entry->d_un.d_val))
5586 printf ("Interface Version: %s\n", GET_DYNAMIC_NAME (entry->d_un.d_val));
5588 printf ("<corrupt: %ld>\n", (long) entry->d_un.d_ptr);
5596 time_t time = entry->d_un.d_val;
5618 printf ("%ld\n", (long) entry->d_un.d_ptr);
5622 printf ("%#lx\n", (long) entry->d_un.d_ptr);
5661 bfd_vma val = entry->d_un.d_val;
5683 print_vma (entry->d_un
[all...]
/freebsd-11-stable/sys/powerpc/powerpc/
H A Delf32_machdep.c277 rela = (Elf_Rela *)(relocbase+dynp->d_un.d_ptr);
280 relasz = dynp->d_un.d_val;
H A Delf64_machdep.c331 rela = (Elf_Rela *)(relocbase+dynp->d_un.d_ptr);
334 relasz = dynp->d_un.d_val;
/freebsd-11-stable/sys/compat/linux/
H A Dlinux_vdso.c181 dyn->d_un.d_ptr += sv->sv_shared_page_base;
187 dyn->d_un.d_ptr += sv->sv_shared_page_base;
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/cfi/
H A Dcfi.cpp225 symtab = p->d_un.d_ptr;
227 strtab = p->d_un.d_ptr;
229 strsz = p->d_un.d_ptr;
/freebsd-11-stable/contrib/file/src/
H A Dreadelf.h450 } d_un; member in struct:__anon45
458 } d_un; member in struct:__anon47
/freebsd-11-stable/usr.bin/ldd/
H A Dldd.c377 df1pie = (dynp32->d_un.d_val & DF_1_PIE) != 0;
444 df1pie = (dynp->d_un.d_val & DF_1_PIE) != 0;

Completed in 323 milliseconds

123