Home
last modified time | relevance | path

Searched refs:esd (Results 1 – 9 of 9) sorted by relevance

/openbsd/src/gnu/usr.bin/binutils/bfd/
Dversados.c161 struct ext_esd esd; member
266 process_esd (abfd, esd, pass) in process_esd() argument
268 struct ext_esd *esd;
272 int togo = esd->size - 2;
277 unsigned char *ptr = esd->esd_entries;
523 process_esd (abfd, &any.esd, 1);
682 process_esd (abfd, &any.esd, 2);
Dsunos.c2846 struct external_sun4_dynamic esd; local
2851 PUT_WORD (dynobj, (bfd_vma) 3, esd.ld_version);
2853 sdyn->output_section->vma + sdyn->output_offset + sizeof esd,
2854 esd.ldd);
2858 + sizeof esd
2860 esd.ld);
2862 if (! bfd_set_section_contents (abfd, sdyn->output_section, &esd,
2864 (bfd_size_type) sizeof esd))
2930 pos += sizeof esd + EXTERNAL_SUN4_DYNAMIC_DEBUGGER_SIZE;
Delf32-m32r.c4699 struct bfd_elf_section_data *esd; local
4702 esd = elf_section_data (sec);
4703 BFD_ASSERT (esd->rel_hdr2 == NULL);
4704 esd->rel_hdr2 = (Elf_Internal_Shdr *) bfd_zalloc (abfd, amt);
4705 if (!esd->rel_hdr2)
4707 _bfd_elf_init_reloc_shdr (abfd, esd->rel_hdr2, sec,
DChangeLog-94953047 * versados.c (struct esd, get_4): Lint; use unsigned chars.
/openbsd/src/gnu/usr.bin/binutils-2.17/bfd/
Dversados.c137 struct ext_esd esd; member
229 process_esd (bfd *abfd, struct ext_esd *esd, int pass) in process_esd() argument
232 int togo = esd->size - 2; in process_esd()
237 unsigned char *ptr = esd->esd_entries; in process_esd()
481 process_esd (abfd, &any.esd, 1); in versados_scan()
637 process_esd (abfd, &any.esd, 2); in versados_pass_2()
Dsunos.c2774 struct external_sun4_dynamic esd; in sunos_finish_dynamic_link() local
2779 PUT_WORD (dynobj, (bfd_vma) 3, esd.ld_version); in sunos_finish_dynamic_link()
2781 sdyn->output_section->vma + sdyn->output_offset + sizeof esd, in sunos_finish_dynamic_link()
2782 esd.ldd); in sunos_finish_dynamic_link()
2786 + sizeof esd in sunos_finish_dynamic_link()
2788 esd.ld); in sunos_finish_dynamic_link()
2790 if (! bfd_set_section_contents (abfd, sdyn->output_section, &esd, in sunos_finish_dynamic_link()
2792 (bfd_size_type) sizeof esd)) in sunos_finish_dynamic_link()
2858 pos += sizeof esd + EXTERNAL_SUN4_DYNAMIC_DEBUGGER_SIZE; in sunos_finish_dynamic_link()
Delf32-m32r.c4112 struct bfd_elf_section_data *esd; in m32r_elf_fake_sections() local
4115 esd = elf_section_data (sec); in m32r_elf_fake_sections()
4116 BFD_ASSERT (esd->rel_hdr2 == NULL); in m32r_elf_fake_sections()
4117 esd->rel_hdr2 = bfd_zalloc (abfd, amt); in m32r_elf_fake_sections()
4118 if (!esd->rel_hdr2) in m32r_elf_fake_sections()
4120 _bfd_elf_init_reloc_shdr (abfd, esd->rel_hdr2, sec, in m32r_elf_fake_sections()
DChangeLog-94953047 * versados.c (struct esd, get_4): Lint; use unsigned chars.
/openbsd/src/sys/dev/pci/
Dmpii.c1985 struct mpii_evt_sas_discovery *esd = in mpii_event_discovery() local
1991 switch (esd->reason_code) { in mpii_event_discovery()