Home
last modified time | relevance | path

Searched refs:lineno_counts (Results 1 – 4 of 4) sorted by relevance

/toolchain/binutils/binutils-2.25/bfd/
Dxcofflink.c1209 unsigned int *lineno_counts; in xcoff_link_add_symbols() local
1280 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() local
3868 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 …]
Dlibcoff-in.h180 unsigned int *lineno_counts; member
Dlibcoff.h184 unsigned int *lineno_counts; member
DChangeLog-20093920 * 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