/openbsd/libexec/ld.so/mips64/ |
H A D | boot_md.c | 107 dt_symtab = (void *)(dynp->d_un.d_ptr + loff); in _dl_boot_bind() 109 dt_reloc = (void *)(dynp->d_un.d_ptr + loff); in _dl_boot_bind() 111 dt_pltgot = (void *)(dynp->d_un.d_ptr + loff); in _dl_boot_bind() 115 dt_relocsz = dynp->d_un.d_val; in _dl_boot_bind() 117 dt_local_gotno = dynp->d_un.d_val; in _dl_boot_bind() 119 dt_gotsym = dynp->d_un.d_val; in _dl_boot_bind() 121 dt_symtabno = dynp->d_un.d_val; in _dl_boot_bind()
|
/openbsd/libexec/ld.so/hppa/ |
H A D | boot_md.c | 106 dt_pltgot = dynp->d_un.d_ptr + loff; in _dl_boot_bind() 108 dt_symtab = (void *)(dynp->d_un.d_ptr + loff); in _dl_boot_bind() 110 dt_reloc = (void *)(dynp->d_un.d_ptr + loff); in _dl_boot_bind() 112 dt_jmprel = (void *)(dynp->d_un.d_ptr + loff); in _dl_boot_bind() 116 dt_pltrelsz = dynp->d_un.d_val; in _dl_boot_bind() 118 dt_relocsz = dynp->d_un.d_val; in _dl_boot_bind()
|
/openbsd/lib/csu/hppa/ |
H A D | boot_md.h | 128 dt_pltgot = dynp->d_un.d_ptr + loff; in _dl_boot_bind() 130 dt_symtab = (void *)(dynp->d_un.d_ptr + loff); in _dl_boot_bind() 132 dt_reloc = (void *)(dynp->d_un.d_ptr + loff); in _dl_boot_bind() 134 dt_jmprel = (void *)(dynp->d_un.d_ptr + loff); in _dl_boot_bind() 138 dt_pltrelsz = dynp->d_un.d_val; in _dl_boot_bind() 140 dt_relocsz = dynp->d_un.d_val; in _dl_boot_bind()
|
/openbsd/lib/csu/mips64/ |
H A D | boot_md.h | 142 dynld.dt_pltgot = (void *)(dynp->d_un.d_ptr + loff); in _dl_boot_bind() 144 dynld.dt_symtab = (void *)(dynp->d_un.d_ptr + loff); in _dl_boot_bind() 146 dynld.dt_reloc = (void *)(dynp->d_un.d_ptr + loff); in _dl_boot_bind() 150 dynld.dt_relocsz = dynp->d_un.d_val; in _dl_boot_bind() 154 dynp->d_un.d_val; in _dl_boot_bind()
|
/openbsd/sys/arch/amd64/stand/efiboot/ |
H A D | self_reloc.c | 82 rel = (ElfW_Rel *)(dynp->d_un.d_ptr + baseaddr); in self_reloc() 86 relsz = dynp->d_un.d_val; in self_reloc() 90 relent = dynp->d_un.d_val; in self_reloc()
|
/openbsd/sys/arch/arm64/stand/efiboot/ |
H A D | self_reloc.c | 82 rel = (ElfW_Rel *)(dynp->d_un.d_ptr + baseaddr); in self_reloc() 86 relsz = dynp->d_un.d_val; in self_reloc() 90 relent = dynp->d_un.d_val; in self_reloc()
|
/openbsd/sys/arch/armv7/stand/efiboot/ |
H A D | self_reloc.c | 82 rel = (ElfW_Rel *)(dynp->d_un.d_ptr + baseaddr); in self_reloc() 86 relsz = dynp->d_un.d_val; in self_reloc() 90 relent = dynp->d_un.d_val; in self_reloc()
|
/openbsd/libexec/ld.so/ |
H A D | resolve.c | 296 dynp->d_un.d_val; in _dl_finalize_object() 304 object->obj_flags |= dynp->d_un.d_val; in _dl_finalize_object() 306 object->dyn.flags |= dynp->d_un.d_val; in _dl_finalize_object() 307 if (dynp->d_un.d_val & DF_SYMBOLIC) in _dl_finalize_object() 309 if (dynp->d_un.d_val & DF_TEXTREL) in _dl_finalize_object() 311 if (dynp->d_un.d_val & DF_ORIGIN) in _dl_finalize_object() 313 if (dynp->d_un.d_val & DF_BIND_NOW) in _dl_finalize_object() 317 object->relacount = dynp->d_un.d_val; in _dl_finalize_object() 319 object->relcount = dynp->d_un.d_val; in _dl_finalize_object() 321 gnu_hash = dynp->d_un.d_val; in _dl_finalize_object() [all …]
|
H A D | boot.c | 108 dt_reloc = (void *)(dynp->d_un.d_ptr + loff); in _dl_boot_bind() 110 dt_relocsz = dynp->d_un.d_val; in _dl_boot_bind()
|
H A D | loader.c | 378 liblist[loop].dynp->d_un.d_val; in _dl_load_dep_libs() 406 liblist[randomlist[loop]].dynp->d_un.d_val; in _dl_load_dep_libs() 683 (dynp->d_un.d_ptr + (Elf_Addr)dynp); in _dl_boot() 687 (dynp->d_un.d_ptr + exe_loff); in _dl_boot() 695 map_link = (struct r_debug **)&dynp->d_un.d_ptr; in _dl_boot()
|
/openbsd/sys/arch/riscv64/stand/efiboot/ |
H A D | self_reloc.c | 85 rel = (ElfW_Rel *)(dynp->d_un.d_ptr + baseaddr); in self_reloc() 89 relsz = dynp->d_un.d_val; in self_reloc() 93 relent = dynp->d_un.d_val; in self_reloc()
|
/openbsd/lib/csu/ |
H A D | boot.h | 130 dt_symtab = (void *)(dynp->d_un.d_ptr + loff); in _dl_boot_bind() 132 dt_reloc = (void *)(dynp->d_un.d_ptr + loff); in _dl_boot_bind() 136 dt_relocsz = dynp->d_un.d_val; in _dl_boot_bind()
|
/openbsd/lib/libelf/ |
H A D | gelf_dyn.c | 84 dst->d_un.d_val = (Elf64_Xword) dyn32->d_un.d_val; in gelf_getdyn() 144 LIBELF_COPY_U32(dyn32, ds, d_un.d_val); in gelf_update_dyn()
|
/openbsd/gnu/llvm/llvm/lib/InterfaceStub/ |
H A D | ELFObjHandler.cpp | 134 Entry.d_un.d_ptr = Addr; in addAddr() 140 Entries[Index].d_un.d_ptr = Addr; in modifyAddr() 146 Entry.d_un.d_val = Value; in addValue() 152 Entries[Index].d_un.d_val = Value; in modifyValue() 459 Dyn.SONameOffset = Entry.d_un.d_val; in populateDynamic() 462 Dyn.StrTabAddr = Entry.d_un.d_ptr; in populateDynamic() 466 Dyn.StrSize = Entry.d_un.d_val; in populateDynamic() 470 Dyn.NeededLibNames.push_back(Entry.d_un.d_val); in populateDynamic() 473 Dyn.DynSymAddr = Entry.d_un.d_ptr; in populateDynamic() 477 Dyn.ElfHash = Entry.d_un.d_ptr; in populateDynamic() [all …]
|
/openbsd/gnu/usr.bin/binutils/include/elf/ |
H A D | external.h | 189 } d_un; member 197 } d_un; member
|
H A D | internal.h | 136 } d_un; member
|
/openbsd/gnu/usr.bin/binutils-2.17/include/elf/ |
H A D | external.h | 192 } d_un; member 200 } d_un; member
|
/openbsd/gnu/usr.bin/binutils-2.17/binutils/ |
H A D | readelf.c | 5796 if (entry->d_un.d_val == 0) in dynamic_section_mips_val() 5832 time_t time = entry->d_un.d_val; in dynamic_section_mips_val() 5897 bfd_vma val = entry->d_un.d_val; in dynamic_section_parisc_val() 5980 entry->d_un.d_val = BYTE_GET (ext->d_un.d_val); in get_32bit_dynamic_section() 6024 entry->d_un.d_val = BYTE_GET (ext->d_un.d_val); in get_64bit_dynamic_section() 6192 syminsz = entry->d_un.d_val; in process_dynamic_section() 6305 if (entry->d_un.d_val == 0) in process_dynamic_section() 6333 if (entry->d_un.d_val == 0) in process_dynamic_section() 6670 entry->d_un.d_val; in process_dynamic_section() 8685 liblistno = entry->d_un.d_val; in process_mips_specific() [all …]
|
/openbsd/gnu/usr.bin/binutils/gdb/ |
H A D | mipsread.c | 151 d_un; member 279 = bfd_h_get_32 (abfd, (bfd_byte *) x_dynp->d_un.d_val); in read_alphacoff_dynamic_symtab() 285 = bfd_h_get_32 (abfd, (bfd_byte *) x_dynp->d_un.d_val); in read_alphacoff_dynamic_symtab()
|
H A D | solib-svr4.c | 360 (bfd_byte *) x_dynp->d_un.d_ptr); in elf_locate_base() 372 (bfd_byte *) x_dynp->d_un.d_ptr); in elf_locate_base() 397 (bfd_byte *) x_dynp->d_un.d_ptr); in elf_locate_base() 410 (bfd_byte *) x_dynp->d_un.d_ptr); in elf_locate_base()
|
/openbsd/gnu/usr.bin/binutils/binutils/ |
H A D | readelf.c | 4258 if (entry->d_un.d_val == 0) in dynamic_segment_mips_val() 4295 time_t time = entry->d_un.d_val; in dynamic_segment_mips_val() 4354 bfd_vma val = entry->d_un.d_val; in dynamic_segment_parisc_val() 4434 entry->d_un.d_val = BYTE_GET (edyn[i].d_un.d_val); in get_32bit_dynamic_segment() 4475 entry->d_un.d_val = BYTE_GET8 (edyn[i].d_un.d_val); in get_64bit_dynamic_segment() 4644 syminsz = entry->d_un.d_val; in process_dynamic_segment() 4756 if (entry->d_un.d_val == 0) in process_dynamic_segment() 4784 if (entry->d_un.d_val == 0) in process_dynamic_segment() 5045 entry->d_un.d_val; in process_dynamic_segment() 9487 liblistno = entry->d_un.d_val; in process_mips_specific() [all …]
|
/openbsd/gnu/llvm/compiler-rt/lib/cfi/ |
H A D | cfi.cpp | 225 symtab = p->d_un.d_ptr; in find_cfi_check_in_dso() 227 strtab = p->d_un.d_ptr; in find_cfi_check_in_dso() 229 strsz = p->d_un.d_ptr; in find_cfi_check_in_dso()
|
/openbsd/gnu/usr.bin/binutils/gdb/config/ |
H A D | nm-nbsdaout.h | 71 #define ld_un d_un
|
/openbsd/gnu/usr.bin/gcc/gcc/config/ia64/ |
H A D | unwind-aix.c | 73 *pgp = dyn->d_un.d_ptr; in find_fde_for_dso()
|
/openbsd/gnu/llvm/llvm/include/llvm/Object/ |
H A D | ELFTypes.h | 359 } d_un; 369 } d_un; 376 using Elf_Dyn_Base<ELFT>::d_un; 380 uintX_t getVal() const { return d_un.d_val; } 381 uintX_t getPtr() const { return d_un.d_ptr; }
|