Lines Matching refs:obj_aout_external_syms
533 obj_aout_external_syms (abfd) = NULL; in NAME()
1303 if (obj_aout_external_syms (abfd) == NULL) in aout_get_external_symbols()
1334 obj_aout_external_syms (abfd) = syms; in aout_get_external_symbols()
1749 old_external_syms = obj_aout_external_syms (abfd); in NAME()
1766 obj_aout_external_syms (abfd), in NAME()
1785 && obj_aout_external_syms (abfd) != NULL) in NAME()
1790 free (obj_aout_external_syms (abfd)); in NAME()
1792 obj_aout_external_syms (abfd) = NULL; in NAME()
2595 *minisymsp = (void *) obj_aout_external_syms (abfd); in NAME()
2601 obj_aout_external_syms (abfd) = NULL; in NAME()
2863 obj_aout_external_syms (abfd) = 0; in NAME()
2868 BFCI_FREE (obj_aout_external_syms (abfd)); in NAME()
2964 syms = obj_aout_external_syms (abfd); in aout_link_add_symbols()
3182 if (obj_aout_external_syms (abfd) != NULL) in aout_link_free_symbols()
3187 free ((void *) obj_aout_external_syms (abfd)); in aout_link_free_symbols()
3189 obj_aout_external_syms (abfd) = NULL; in aout_link_free_symbols()
3240 p = obj_aout_external_syms (abfd); in aout_link_check_ar_symbols()
3959 syms = obj_aout_external_syms (input_bfd); in aout_link_input_section_std()
4308 syms = obj_aout_external_syms (input_bfd); in aout_link_input_section_ext()
4826 sym = obj_aout_external_syms (input_bfd); in aout_link_write_symbols()