Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/binutils/gas/config/
Dobj-vms.c1419 struct VMS_DBG_Symbol *spnt1; in array_suffix() local
1431 spnt1 = spnt; in array_suffix()
1433 while (spnt1->advanced == ARRAY) in array_suffix()
1436 total_size *= (spnt1->index_max - spnt1->index_min + 1); in array_suffix()
1437 spnt1 = find_symbol (spnt1->type2); in array_suffix()
1439 total_size = total_size * spnt1->data_size; in array_suffix()
1440 fpush (spnt1->data_size, 2); /* element size */ in array_suffix()
1441 if (spnt1->VMS_type == DBG_S_C_ADVANCED_TYPE) in array_suffix()
1444 fpush (spnt1->VMS_type, 1); /* element type */ in array_suffix()
1453 spnt1 = spnt; in array_suffix()
[all …]