Searched refs:esd (Results 1 - 3 of 3) sorted by relevance

/haiku-fatelf/src/bin/gdb/bfd/
H A Dversados.c161 struct ext_esd esd; member in union:ext_any
266 process_esd (abfd, esd, pass)
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);
H A Dsunos.c2848 struct external_sun4_dynamic esd;
2853 PUT_WORD (dynobj, (bfd_vma) 3, esd.ld_version);
2855 sdyn->output_section->vma + sdyn->output_offset + sizeof esd,
2856 esd.ldd);
2860 + sizeof esd
2862 esd.ld);
2864 if (! bfd_set_section_contents (abfd, sdyn->output_section, &esd,
2866 (bfd_size_type) sizeof esd))
2932 pos += sizeof esd + EXTERNAL_SUN4_DYNAMIC_DEBUGGER_SIZE;
2847 struct external_sun4_dynamic esd; local
H A Delf32-m32r.c4756 struct bfd_elf_section_data *esd;
4759 esd = elf_section_data (sec);
4760 BFD_ASSERT (esd->rel_hdr2 == NULL);
4761 esd->rel_hdr2 = (Elf_Internal_Shdr *) bfd_zalloc (abfd, amt);
4762 if (!esd->rel_hdr2)
4764 _bfd_elf_init_reloc_shdr (abfd, esd->rel_hdr2, sec,
4749 struct bfd_elf_section_data *esd; local

Completed in 85 milliseconds