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

/freebsd-11-stable/contrib/binutils/bfd/
H A Dxcofflink.c952 asection **csect_cache;
1014 csect_cache = bfd_zalloc (abfd, amt);
1015 if (csect_cache == NULL && symcount != 0)
1017 xcoff_data (abfd)->csects = csect_cache;
1094 /* Set csect_cache,
1110 *csect_cache = csect;
1112 *csect_cache = coff_section_from_bfd_index (abfd, sym.n_scnum);
1114 *csect_cache = NULL;
1117 csect_cache += sym.n_numaux + 1;
1811 *csect_cache
948 asection **csect_cache; local
[all...]

Completed in 90 milliseconds