Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/binutils/bfd/
Dcoffcode.h4344 coff_symbol_type *cached_area; in coff_slurp_symbol_table() local
4359 cached_area = bfd_alloc (abfd, amt); in coff_slurp_symbol_table()
4360 if (cached_area == NULL) in coff_slurp_symbol_table()
4371 coff_symbol_type *dst = cached_area; in coff_slurp_symbol_table()
4673 obj_symbols (abfd) = cached_area; in coff_slurp_symbol_table()