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

/freebsd-10.1-release/contrib/binutils/ld/
H A Dldfile.c61 } search_arch_type; typedef in typeref:struct:search_arch
64 static search_arch_type *search_arch_head;
65 static search_arch_type **search_arch_tail_ptr = &search_arch_head;
395 search_arch_type *arch;
518 search_arch_type *new = xmalloc (sizeof (search_arch_type));

Completed in 69 milliseconds