Home
last modified time | relevance | path

Searched refs:typevec (Results 1 – 5 of 5) sorted by relevance

/trueos/contrib/gcc/
HDdbxout.c187 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 …]
HDFSFChangeLog.103755 (typevec): Change to be struct typeinfo *. Change other uses as
3765 (dbxout_type): Likewise. If DBX_USE_BINCL, initialize new typevec
HDChangeLog-200336253 (typevec): Likewise.
36259 (dbxout_init): Allocate typevec, struct dbx_file with GGC.
36262 (dbxout_type): Use GGC to allocate typevec.
/trueos/contrib/binutils/libiberty/
HDcplus-dem.c120 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 …]
/trueos/contrib/gcclibs/libiberty/
HDcplus-dem.c120 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 …]