Searched refs:elength (Results 1 - 7 of 7) sorted by relevance

/freebsd-9.3-release/contrib/binutils/bfd/
H A Darchive.c1640 bfd_size_type elength = 0;
1685 (arch, &etable, &elength, &ename)))
1696 if (! _bfd_compute_and_write_armap (arch, (unsigned int) elength))
1700 if (elength != 0)
1708 (elength + 1) & ~(bfd_size_type) 1);
1712 || bfd_bwrite (etable, elength, arch) != elength)
1714 if ((elength % 2) == 1)
1788 _bfd_compute_and_write_armap (bfd *arch, unsigned int elength)
1803 if (elength !
1632 bfd_size_type elength = 0; local
1779 _bfd_compute_and_write_armap(bfd *arch, unsigned int elength) argument
1923 bsd_write_armap(bfd *arch, unsigned int elength, struct orl *map, unsigned int orl_count, int stridx) argument
2075 coff_write_armap(bfd *arch, unsigned int elength, struct orl *map, unsigned int symbol_count, int stridx) argument
[all...]
H A Darchive64.c147 unsigned int elength,
167 + elength
146 bfd_elf64_archive_write_armap(bfd *arch, unsigned int elength, struct orl *map, unsigned int symbol_count, int stridx) argument
H A Dlibbfd-in.h149 (bfd *, unsigned int elength);
191 (bfd *arch, unsigned int elength, struct orl *map, unsigned int orl_count,
195 (bfd *arch, unsigned int elength, struct orl *map, unsigned int orl_count,
H A Dlibbfd.h154 (bfd *, unsigned int elength);
196 (bfd *arch, unsigned int elength, struct orl *map, unsigned int orl_count,
200 (bfd *arch, unsigned int elength, struct orl *map, unsigned int orl_count,
H A Dcoff-rs6000.c1595 xcoff_write_armap_old (abfd, elength, map, orl_count, stridx)
1597 unsigned int elength ATTRIBUTE_UNUSED;
1786 xcoff_write_armap_big (abfd, elength, map, orl_count, stridx)
1788 unsigned int elength ATTRIBUTE_UNUSED;
2065 _bfd_xcoff_write_armap (abfd, elength, map, orl_count, stridx)
2067 unsigned int elength ATTRIBUTE_UNUSED;
2073 return xcoff_write_armap_old (abfd, elength, map, orl_count, stridx);
2075 return xcoff_write_armap_big (abfd, elength, map, orl_count, stridx);
H A Decoff.c3007 unsigned int elength,
3039 firstreal = SARMAG + sizeof (struct ar_hdr) + mapsize + elength;
2998 _bfd_ecoff_write_armap(bfd *abfd, unsigned int elength, struct orl *map, unsigned int orl_count, int stridx) argument
/freebsd-9.3-release/contrib/binutils/opcodes/
H A Dcgen-opc.c506 int elength = CGEN_EXTRACT_FN (cd, insn)
508 if (elength > 0)
511 if (length != 0 && length != elength)
502 int elength = CGEN_EXTRACT_FN (cd, insn) local

Completed in 130 milliseconds