Searched refs:typevec (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | dbxout.c | 220 struct typeinfo *typevec; variable 426 typevec = (struct typeinfo *) xcalloc (typevec_len, sizeof typevec[0]); 758 struct typeinfo *t = &typevec[TYPE_SYMTAB_ADDRESS (type)]; 1154 typevec 1155 = (struct typeinfo *) xrealloc (typevec, 1156 typevec_len * 2 * sizeof typevec[0]); 1157 memset ((char *) (typevec + typevec_len), 0, 1158 typevec_len * sizeof typevec[0]); 1163 typevec[TYPE_SYMTAB_ADDRESS (type)].file_number 1165 typevec[TYPE_SYMTAB_ADDRESS (type)].type_number [all …]
|
| H A D | FSFChangeLog.10 | 3755 (typevec): Change to be struct typeinfo *. Change other uses as 3765 (dbxout_type): Likewise. If DBX_USE_BINCL, initialize new typevec
|
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | dbxout.c | 187 static GTY ((length ("typevec_len"))) struct typeinfo *typevec; variable 989 typevec = ggc_calloc (typevec_len, sizeof typevec[0]); in dbxout_init() 1371 struct typeinfo *t = &typevec[TYPE_SYMTAB_ADDRESS (type)]; in dbxout_type_index() 1697 typevec in dbxout_type() 1698 = ggc_realloc (typevec, (typevec_len * 2 * sizeof typevec[0])); in dbxout_type() 1699 memset (typevec + typevec_len, 0, typevec_len * sizeof typevec[0]); in dbxout_type() 1705 typevec[TYPE_SYMTAB_ADDRESS (type)].file_number in dbxout_type() 1707 typevec[TYPE_SYMTAB_ADDRESS (type)].type_number in dbxout_type() 1738 switch (typevec[TYPE_SYMTAB_ADDRESS (type)].status) in dbxout_type() 1776 typevec[TYPE_SYMTAB_ADDRESS (type)].status = TYPE_XREF; in dbxout_type() [all …]
|
| /openbsd-src/gnu/lib/libiberty/src/ |
| H A D | cplus-dem.c | 120 char **typevec; member 1105 to->typevec = XNEWVEC (char *, from->typevec_size); in work_stuff_copy_to_from() 1109 int len = strlen (from->typevec[i]) + 1; in work_stuff_copy_to_from() 1111 to->typevec[i] = XNEWVEC (char, len); in work_stuff_copy_to_from() 1112 memcpy (to->typevec[i], from->typevec[i], len); in work_stuff_copy_to_from() 1165 if (work -> typevec != NULL) in delete_non_B_K_work_stuff() 1167 free ((char *) work -> typevec); in delete_non_B_K_work_stuff() 1168 work -> typevec = NULL; in delete_non_B_K_work_stuff() 3450 remembered_type = work -> typevec[n]; in do_type() 4094 work -> typevec = XNEWVEC (char *, work->typevec_size); in remember_type() [all …]
|