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

/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/bfd/
H A Dsom.c6298 struct som_external_lst_symbol_record *lst_syms = NULL, *curr_lst_sym;
6351 lst_syms = bfd_malloc (amt);
6352 if (lst_syms == NULL && nsyms != 0)
6359 curr_lst_sym = lst_syms;
6447 (curr_lst_sym - lst_syms)
6510 if (bfd_bwrite ((void *) lst_syms, amt, abfd) != amt)
6524 if (lst_syms != NULL)
6525 free (lst_syms);
6537 if (lst_syms != NULL)
6538 free (lst_syms);
6297 struct som_external_lst_symbol_record *lst_syms = NULL, *curr_lst_sym; local
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/bfd/
H A Dsom.c6298 struct som_external_lst_symbol_record *lst_syms = NULL, *curr_lst_sym;
6351 lst_syms = bfd_malloc (amt);
6352 if (lst_syms == NULL && nsyms != 0)
6359 curr_lst_sym = lst_syms;
6447 (curr_lst_sym - lst_syms)
6510 if (bfd_bwrite ((void *) lst_syms, amt, abfd) != amt)
6524 if (lst_syms != NULL)
6525 free (lst_syms);
6537 if (lst_syms != NULL)
6538 free (lst_syms);
6297 struct som_external_lst_symbol_record *lst_syms = NULL, *curr_lst_sym; local
[all...]

Completed in 90 milliseconds