Searched refs:esd (Results 1 – 5 of 5) sorted by relevance
/toolchain/binutils/binutils-2.25/bfd/ |
D | versados.c | 137 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() 483 process_esd (abfd, &any.esd, 1); in versados_scan() 639 process_esd (abfd, &any.esd, 2); in versados_pass_2()
|
D | sunos.c | 2752 struct external_sun4_dynamic esd; in sunos_finish_dynamic_link() local 2757 PUT_WORD (dynobj, (bfd_vma) 3, esd.ld_version); in sunos_finish_dynamic_link() 2759 sdyn->output_section->vma + sdyn->output_offset + sizeof esd, in sunos_finish_dynamic_link() 2760 esd.ldd); in sunos_finish_dynamic_link() 2764 + sizeof esd in sunos_finish_dynamic_link() 2766 esd.ld); in sunos_finish_dynamic_link() 2768 if (! bfd_set_section_contents (abfd, sdyn->output_section, &esd, in sunos_finish_dynamic_link() 2770 (bfd_size_type) sizeof esd)) in sunos_finish_dynamic_link() 2836 pos += sizeof esd + EXTERNAL_SUN4_DYNAMIC_DEBUGGER_SIZE; in sunos_finish_dynamic_link()
|
D | elf32-msp430.c | 688 struct bfd_elf_section_data * esd = elf_section_data (input_section); in msp430_final_link_relocate() local 697 is_rel_reloc = (esd->rel.hdr != NULL); in msp430_final_link_relocate() 701 BFD_ASSERT (! is_rel_reloc || ! esd->rela.hdr); in msp430_final_link_relocate()
|
D | elf.c | 2691 struct bfd_elf_section_data *esd = elf_section_data (asect); in elf_fake_sections() local 2702 this_hdr = &esd->this_hdr; in elf_fake_sections() 2870 && esd->rel.count + esd->rela.count > 0 in elf_fake_sections() 2873 if (esd->rel.count && esd->rel.hdr == NULL in elf_fake_sections() 2874 && !_bfd_elf_init_reloc_shdr (abfd, &esd->rel, asect, FALSE)) in elf_fake_sections() 2879 if (esd->rela.count && esd->rela.hdr == NULL in elf_fake_sections() 2880 && !_bfd_elf_init_reloc_shdr (abfd, &esd->rela, asect, TRUE)) in elf_fake_sections() 2888 ? &esd->rela : &esd->rel), in elf_fake_sections()
|
D | ChangeLog-9495 | 3047 * versados.c (struct esd, get_4): Lint; use unsigned chars.
|