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

/macosx-10.10.1/cxxfilt-11/cxxfilt/bfd/
H A Darchive.c1637 bfd_size_type elength = 0;
1680 (arch, &etable, &elength, &ename)))
1691 if (! _bfd_compute_and_write_armap (arch, (unsigned int) elength))
1695 if (elength != 0)
1703 (elength + 1) & ~(bfd_size_type) 1);
1707 || bfd_bwrite (etable, elength, arch) != elength)
1709 if ((elength % 2) == 1)
1781 _bfd_compute_and_write_armap (bfd *arch, unsigned int elength)
1796 if (elength !
1629 bfd_size_type elength = 0; local
1772 _bfd_compute_and_write_armap(bfd *arch, unsigned int elength) argument
1916 bsd_write_armap(bfd *arch, unsigned int elength, struct orl *map, unsigned int orl_count, int stridx) argument
2068 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.c1584 xcoff_write_armap_old (abfd, elength, map, orl_count, stridx)
1586 unsigned int elength ATTRIBUTE_UNUSED;
1775 xcoff_write_armap_big (abfd, elength, map, orl_count, stridx)
1777 unsigned int elength ATTRIBUTE_UNUSED;
2054 _bfd_xcoff_write_armap (abfd, elength, map, orl_count, stridx)
2056 unsigned int elength ATTRIBUTE_UNUSED;
2062 return xcoff_write_armap_old (abfd, elength, map, orl_count, stridx);
2064 return xcoff_write_armap_big (abfd, elength, map, orl_count, stridx);
H A Dvms.c713 unsigned int elength ATTRIBUTE_UNUSED,
720 arch, elength, map, orl_count, stridx);
H A Dsom.c5830 unsigned elength)
5879 extended string table. Note that elength includes the size
5881 if (elength)
5882 curr_som_offset += elength;
6083 unsigned int elength,
6197 if (!som_bfd_ar_write_symbol_stuff (abfd, nsyms, stringsize, lst, elength))
5825 som_bfd_ar_write_symbol_stuff(bfd *abfd, unsigned int nsyms, unsigned int string_size, struct lst_header lst, unsigned elength) argument
6081 som_write_armap(bfd *abfd, unsigned int elength, struct orl *map ATTRIBUTE_UNUSED, unsigned int orl_count ATTRIBUTE_UNUSED, int stridx ATTRIBUTE_UNUSED) argument
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
/macosx-10.10.1/cxxfilt-11/cxxfilt/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 283 milliseconds