| /netbsd/src/sys/compat/linux/arch/amd64/ |
| D | linux_exec_machdep.c | 128 struct linux_extra_stack_data64 *esdp, esd; in ELFNAME2() local 145 memset(&esd, 0, sizeof(esd)); in ELFNAME2() 178 esd.ai[i].a_type = LINUX_AT_HWCAP; in ELFNAME2() 179 esd.ai[i++].a_v = rcr4(); in ELFNAME2() 181 esd.ai[i].a_type = AT_PAGESZ; in ELFNAME2() 182 esd.ai[i++].a_v = PAGE_SIZE; in ELFNAME2() 184 esd.ai[i].a_type = LINUX_AT_CLKTCK; in ELFNAME2() 185 esd.ai[i++].a_v = hz; in ELFNAME2() 187 esd.ai[i].a_type = AT_PHDR; in ELFNAME2() 188 esd.ai[i++].a_v = (ap ? ap->arg_phaddr: phdr); in ELFNAME2() [all …]
|
| /netbsd/src/sys/compat/linux32/common/ |
| D | linux32_exec_elf32.c | 115 struct linux32_extra_stack_data esd, *esdp; in linux32_elf32_copyargs() local 126 memset(&esd, 0, sizeof(esd)); in linux32_elf32_copyargs() 127 ai = a = esd.ai; in linux32_elf32_copyargs() 199 esd.randbytes[0] = cprng_strong32(); in linux32_elf32_copyargs() 200 esd.randbytes[1] = cprng_strong32(); in linux32_elf32_copyargs() 201 esd.randbytes[2] = cprng_strong32(); in linux32_elf32_copyargs() 202 esd.randbytes[3] = cprng_strong32(); in linux32_elf32_copyargs() 209 memcpy(esd.kernel_vsyscall, linux32_kernel_vsyscall, in linux32_elf32_copyargs() 217 memcpy(&esd.elfhdr, eh, sizeof(*eh)); in linux32_elf32_copyargs() 230 strncpy(esd.hw_platform, LINUX32_PLATFORM, sizeof(esd.hw_platform)); in linux32_elf32_copyargs() [all …]
|
| /netbsd/src/external/gpl3/binutils/dist/bfd/ |
| D | compress.c | 162 struct bfd_elf_section_data * esd = elf_section_data (sec); in bfd_update_compression_header() local 179 esd->this_hdr.sh_addralign = 4; in bfd_update_compression_header() 191 esd->this_hdr.sh_addralign = 8; in bfd_update_compression_header()
|
| D | elf32-pru.c | 693 struct bfd_elf_section_data * esd = elf_section_data (input_section); in pru_elf32_relocate_section() local 705 is_rel_reloc = (esd->rel.hdr != NULL); in pru_elf32_relocate_section() 709 BFD_ASSERT (! is_rel_reloc || ! esd->rela.hdr); in pru_elf32_relocate_section()
|
| D | elf.c | 3713 struct bfd_elf_section_data *esd = elf_section_data (asect); in elf_fake_sections() local 3727 this_hdr = &esd->this_hdr; in elf_fake_sections() 3932 && esd->rel.count + esd->rela.count > 0 in elf_fake_sections() 3936 if (esd->rel.count && esd->rel.hdr == NULL in elf_fake_sections() 3937 && !_bfd_elf_init_reloc_shdr (abfd, &esd->rel, name, in elf_fake_sections() 3943 if (esd->rela.count && esd->rela.hdr == NULL in elf_fake_sections() 3944 && !_bfd_elf_init_reloc_shdr (abfd, &esd->rela, name, in elf_fake_sections() 3953 ? &esd->rela : &esd->rel), in elf_fake_sections() 14088 struct bfd_elf_section_data * esd; in _bfd_elf_copy_special_section_fields() local 14104 esd = elf_section_data (osec); in _bfd_elf_copy_special_section_fields() [all …]
|
| D | elf32-msp430.c | 813 struct bfd_elf_section_data * esd = elf_section_data (input_section); in msp430_final_link_relocate() local 822 is_rel_reloc = (esd->rel.hdr != NULL); in msp430_final_link_relocate() 826 BFD_ASSERT (! is_rel_reloc || ! esd->rela.hdr); in msp430_final_link_relocate()
|
| D | elf64-ppc.c | 11762 struct _ppc64_elf_section_data *esd in ppc_build_one_stub() local 11777 if (esd->sec_type == sec_stub) in ppc_build_one_stub() 11778 dump_stub ("Previous:", esd->u.last_ent, stub_entry->stub_offset); in ppc_build_one_stub() 11781 if (esd->sec_type == sec_normal) in ppc_build_one_stub() 11782 esd->sec_type = sec_stub; in ppc_build_one_stub() 11783 if (esd->sec_type == sec_stub) in ppc_build_one_stub() 11784 esd->u.last_ent = stub_entry; in ppc_build_one_stub()
|
| D | ChangeLog-9495 | 3047 * versados.c (struct esd, get_4): Lint; use unsigned chars.
|
| /netbsd/src/external/gpl3/gdb/dist/bfd/ |
| D | compress.c | 162 struct bfd_elf_section_data * esd = elf_section_data (sec); in bfd_update_compression_header() local 179 esd->this_hdr.sh_addralign = 4; in bfd_update_compression_header() 191 esd->this_hdr.sh_addralign = 8; in bfd_update_compression_header()
|
| D | elf32-pru.c | 693 struct bfd_elf_section_data * esd = elf_section_data (input_section); in pru_elf32_relocate_section() local 705 is_rel_reloc = (esd->rel.hdr != NULL); in pru_elf32_relocate_section() 709 BFD_ASSERT (! is_rel_reloc || ! esd->rela.hdr); in pru_elf32_relocate_section()
|
| D | elf.c | 3707 struct bfd_elf_section_data *esd = elf_section_data (asect); in elf_fake_sections() local 3721 this_hdr = &esd->this_hdr; in elf_fake_sections() 3926 && esd->rel.count + esd->rela.count > 0 in elf_fake_sections() 3930 if (esd->rel.count && esd->rel.hdr == NULL in elf_fake_sections() 3931 && !_bfd_elf_init_reloc_shdr (abfd, &esd->rel, name, in elf_fake_sections() 3937 if (esd->rela.count && esd->rela.hdr == NULL in elf_fake_sections() 3938 && !_bfd_elf_init_reloc_shdr (abfd, &esd->rela, name, in elf_fake_sections() 3947 ? &esd->rela : &esd->rel), in elf_fake_sections() 14099 struct bfd_elf_section_data * esd; in _bfd_elf_copy_special_section_fields() local 14115 esd = elf_section_data (osec); in _bfd_elf_copy_special_section_fields() [all …]
|
| D | elf32-msp430.c | 813 struct bfd_elf_section_data * esd = elf_section_data (input_section); in msp430_final_link_relocate() local 822 is_rel_reloc = (esd->rel.hdr != NULL); in msp430_final_link_relocate() 826 BFD_ASSERT (! is_rel_reloc || ! esd->rela.hdr); in msp430_final_link_relocate()
|
| D | elf64-ppc.c | 11756 struct _ppc64_elf_section_data *esd in ppc_build_one_stub() local 11771 if (esd->sec_type == sec_stub) in ppc_build_one_stub() 11772 dump_stub ("Previous:", esd->u.last_ent, stub_entry->stub_offset); in ppc_build_one_stub() 11775 if (esd->sec_type == sec_normal) in ppc_build_one_stub() 11776 esd->sec_type = sec_stub; in ppc_build_one_stub() 11777 if (esd->sec_type == sec_stub) in ppc_build_one_stub() 11778 esd->u.last_ent = stub_entry; in ppc_build_one_stub()
|
| D | ChangeLog-9495 | 3047 * versados.c (struct esd, get_4): Lint; use unsigned chars.
|
| /netbsd/src/external/bsd/openldap/dist/tests/data/ |
| D | nis_sample.ldif | 373 cn: relay.esd.sgi.com 375 cn: esd 923 dn: cn=b3-esd-swlabs, o=SGI, c=US 924 cn: b3-esd-swlabs 953 dn: cn=b3-esd-sw, o=SGI, c=US 954 cn: b3-esd-sw 1265 dn: cn=b12-esd, o=SGI, c=US 1266 cn: b12-esd 1295 dn: cn=vsg-esd, o=SGI, c=US 1296 cn: vsg-esd [all …]
|
| /netbsd/src/sys/dev/pci/ |
| D | mpii.c | 2010 struct mpii_evt_sas_discovery *esd = in mpii_event_discovery() local 2013 if (esd->reason_code == MPII_EVENT_SAS_DISC_REASON_CODE_COMPLETED) { in mpii_event_discovery() 2014 if (esd->discovery_status != 0) { in mpii_event_discovery() 2016 DEVNAME(sc), esd->discovery_status); in mpii_event_discovery()
|
| /netbsd/src/external/bsd/file/dist/magic/magdir/ |
| D | windows | 1604 # Note: verified by like `7z t boot.wim` `wiminfo install.esd --header` 1627 # solid WIMs; version 3584; usually contain LZMS-compressed and the .esd extension 1629 !:ext esd
|
| /netbsd/src/etc/ |
| D | services | 2299 amt-esd-prot 1082/tcp # AMT-ESD-PROT [AMTEC_S_p_A] … 2300 amt-esd-prot 1082/udp # AMT-ESD-PROT [AMTEC_S_p_A] … 19452 … Armin Sawusch mailto:armin&esd1.esd.de
|