Searched refs:lineno_counts (Results 1 – 4 of 4) sorted by relevance
1209 unsigned int *lineno_counts; in xcoff_link_add_symbols() local1280 lineno_counts = bfd_zalloc (abfd, amt); in xcoff_link_add_symbols()1281 if (lineno_counts == NULL && symcount != 0) in xcoff_link_add_symbols()1283 xcoff_data (abfd)->lineno_counts = lineno_counts; in xcoff_link_add_symbols()1376 lineno_counts += sym.n_numaux + 1; in xcoff_link_add_symbols()1447 *lineno_counts = (linp - linpstart) / linesz; in xcoff_link_add_symbols()2065 lineno_counts += sym.n_numaux + 1; in xcoff_link_add_symbols()3824 unsigned int *lineno_counts; in bfd_xcoff_size_dynamic_sections() local3868 lineno_counts = xcoff_data (sub)->lineno_counts; in bfd_xcoff_size_dynamic_sections()3930 if (*lineno_counts > 0) in bfd_xcoff_size_dynamic_sections()[all …]
180 unsigned int *lineno_counts; member
184 unsigned int *lineno_counts; member
3920 * libcoff-in.h (xcoff_tdata): Add a lineno_counts field.3923 line-number counts in the bfd's lineno_counts field.3929 the bfd's lineno_counts field, rather than recalculating it