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

/haiku-buildtools/binutils/bfd/
H A Dxcofflink.c1214 asection **csect_cache;
1277 csect_cache = bfd_zalloc (abfd, amt);
1278 if (csect_cache == NULL && symcount != 0)
1280 xcoff_data (abfd)->csects = csect_cache;
1365 /* Set csect_cache,
1373 *csect_cache = csect;
1376 *csect_cache = coff_section_from_bfd_index (abfd, sym.n_scnum);
1378 *csect_cache = NULL;
1381 csect_cache += sym.n_numaux + 1;
2067 *csect_cache
1208 asection **csect_cache; local
[all...]
/haiku-buildtools/legacy/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;
1810 *csect_cache
948 asection **csect_cache; local
[all...]

Completed in 46 milliseconds