Searched refs:rel_size (Results 1 - 4 of 4) sorted by relevance

/freebsd-11.0-release/contrib/binutils/bfd/
H A Dsunos.c1251 bfd_size_type rel_size)
1270 relend = relocs + rel_size / RELOC_STD_SIZE;
1405 bfd_size_type rel_size)
1426 relend = relocs + rel_size / RELOC_EXT_SIZE;
1685 bfd_size_type rel_size)
1690 if (rel_size == 0)
1694 relocs = free_relocs = bfd_malloc (rel_size);
1706 relocs = bfd_malloc (rel_size);
1714 || bfd_bread (relocs, rel_size, abfd) != rel_size)
1246 sunos_scan_std_relocs(struct bfd_link_info *info, bfd *abfd, asection *sec ATTRIBUTE_UNUSED, const struct reloc_std_external *relocs, bfd_size_type rel_size) argument
1400 sunos_scan_ext_relocs(struct bfd_link_info *info, bfd *abfd, asection *sec ATTRIBUTE_UNUSED, const struct reloc_ext_external *relocs, bfd_size_type rel_size) argument
1681 sunos_scan_relocs(struct bfd_link_info *info, bfd *abfd, asection *sec, bfd_size_type rel_size) argument
[all...]
H A Daoutx.h3878 bfd_size_type rel_size,
3908 reloc_count = rel_size / RELOC_STD_SIZE;
4222 bfd_size_type rel_size,
4252 reloc_count = rel_size / RELOC_EXT_SIZE;
4636 bfd_size_type rel_size)
4655 if (rel_size > 0)
4658 || bfd_bread (relocs, rel_size, input_bfd) != rel_size)
4668 rel_size, finfo->contents))
4675 rel_size, finf
[all...]
H A Dxcofflink.c5774 bfd_size_type rel_size;
5835 rel_size = relsz * o->reloc_count;
5837 || bfd_bwrite ((void *) external_relocs, rel_size, abfd) != rel_size)
5768 bfd_size_type rel_size; local
/freebsd-11.0-release/contrib/binutils/binutils/
H A Dreadelf.c694 unsigned long rel_size,
706 erelas = get_data (NULL, file, rel_offset, 1, rel_size, _("relocs"));
710 nrelas = rel_size / sizeof (Elf32_External_Rela);
734 erelas = get_data (NULL, file, rel_offset, 1, rel_size, _("relocs"));
738 nrelas = rel_size / sizeof (Elf64_External_Rela);
766 unsigned long rel_size,
778 erels = get_data (NULL, file, rel_offset, 1, rel_size, _("relocs"));
782 nrels = rel_size / sizeof (Elf32_External_Rel);
806 erels = get_data (NULL, file, rel_offset, 1, rel_size, _("relocs"));
810 nrels = rel_size / sizeo
689 slurp_rela_relocs(FILE *file, unsigned long rel_offset, unsigned long rel_size, Elf_Internal_Rela **relasp, unsigned long *nrelasp) argument
761 slurp_rel_relocs(FILE *file, unsigned long rel_offset, unsigned long rel_size, Elf_Internal_Rela **relsp, unsigned long *nrelsp) argument
836 dump_relocations(FILE *file, unsigned long rel_offset, unsigned long rel_size, Elf_Internal_Sym *symtab, unsigned long nsyms, char *strtab, unsigned long strtablen, int is_rela) argument
4647 unsigned long rel_size; local
[all...]

Completed in 158 milliseconds