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

/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/bfd/
H A Dsrec.c174 asymbol *csymbols; member in struct:srec_data_struct
211 tdata->csymbols = NULL;
1176 asymbol *csymbols; local
1179 csymbols = abfd->tdata.srec_data->csymbols;
1180 if (csymbols == NULL && symcount != 0)
1185 csymbols = (asymbol *) bfd_alloc (abfd, symcount * sizeof (asymbol));
1186 if (csymbols == NULL)
1188 abfd->tdata.srec_data->csymbols = csymbols;
[all...]
H A Dmmo.c300 asymbol *csymbols; member in struct:mmo_data_struct
2094 asymbol *csymbols; local
2097 csymbols = abfd->tdata.mmo_data->csymbols;
2098 if (csymbols == NULL && symcount != 0)
2119 csymbols = (asymbol *) bfd_alloc (abfd, symcount * sizeof (asymbol));
2120 if (csymbols == NULL)
2122 abfd->tdata.mmo_data->csymbols = csymbols;
2124 for (msp = (struct mmo_symbol **) alocation, c = csymbols;
[all...]
H A Dvms-alpha.c289 asymbol **csymbols;
4837 if (PRIV (csymbols) == NULL)
4839 PRIV (csymbols) = (asymbol **) bfd_alloc
4851 bfd_release (abfd, PRIV (csymbols));
4852 PRIV (csymbols) = NULL;
4856 PRIV (csymbols)[i] = sym;
4863 symbols[i] = PRIV (csymbols)[i];
5138 sym = &PRIV (csymbols)[j];
288 asymbol **csymbols; member in struct:vms_private_data_struct
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/bfd/
H A Dsrec.c174 asymbol *csymbols; member in struct:srec_data_struct
211 tdata->csymbols = NULL;
1176 asymbol *csymbols; local
1179 csymbols = abfd->tdata.srec_data->csymbols;
1180 if (csymbols == NULL && symcount != 0)
1185 csymbols = (asymbol *) bfd_alloc (abfd, symcount * sizeof (asymbol));
1186 if (csymbols == NULL)
1188 abfd->tdata.srec_data->csymbols = csymbols;
[all...]
H A Dmmo.c300 asymbol *csymbols; member in struct:mmo_data_struct
2094 asymbol *csymbols; local
2097 csymbols = abfd->tdata.mmo_data->csymbols;
2098 if (csymbols == NULL && symcount != 0)
2119 csymbols = (asymbol *) bfd_alloc (abfd, symcount * sizeof (asymbol));
2120 if (csymbols == NULL)
2122 abfd->tdata.mmo_data->csymbols = csymbols;
2124 for (msp = (struct mmo_symbol **) alocation, c = csymbols;
[all...]
H A Dvms-alpha.c289 asymbol **csymbols;
4837 if (PRIV (csymbols) == NULL)
4839 PRIV (csymbols) = (asymbol **) bfd_alloc
4851 bfd_release (abfd, PRIV (csymbols));
4852 PRIV (csymbols) = NULL;
4856 PRIV (csymbols)[i] = sym;
4863 symbols[i] = PRIV (csymbols)[i];
5138 sym = &PRIV (csymbols)[j];
288 asymbol **csymbols; member in struct:vms_private_data_struct

Completed in 269 milliseconds