| /src/external/gpl3/binutils/dist/binutils/ |
| rdcoff.c | 68 unsigned int base_index; member in struct:coff_types 90 unsigned int base_index; 92 base_index = indx / COFF_SLOTS * COFF_SLOTS; 93 indx -= base_index; 95 while (*types && (*types)->base_index < base_index) 98 if (*types == NULL || (*types)->base_index != base_index) 102 n->base_index = base_index; 89 unsigned int base_index; local [all...] |
| stabs.c | 125 unsigned int base_index; member in struct:stab_types 3437 unsigned int base_index; local 3450 base_index = tindex / STAB_TYPES_SLOTS * STAB_TYPES_SLOTS; 3451 tindex -= base_index; 3452 while (*ps && (*ps)->base_index < base_index) 3455 if (*ps == NULL || (*ps)->base_index != base_index) 3459 n->base_index = base_index; [all...] |
| /src/external/gpl3/binutils.old/dist/binutils/ |
| rdcoff.c | 68 unsigned int base_index; member in struct:coff_types 90 unsigned int base_index; 92 base_index = indx / COFF_SLOTS * COFF_SLOTS; 93 indx -= base_index; 95 while (*types && (*types)->base_index < base_index) 98 if (*types == NULL || (*types)->base_index != base_index) 102 n->base_index = base_index; 89 unsigned int base_index; local [all...] |
| stabs.c | 125 unsigned int base_index; member in struct:stab_types 3437 unsigned int base_index; local 3450 base_index = tindex / STAB_TYPES_SLOTS * STAB_TYPES_SLOTS; 3451 tindex -= base_index; 3452 while (*ps && (*ps)->base_index < base_index) 3455 if (*ps == NULL || (*ps)->base_index != base_index) 3459 n->base_index = base_index; [all...] |
| /src/external/gpl3/gcc/dist/gcc/ |
| ipa-param-manipulation.cc | 78 unsigned base_index; member in struct:pass_through_split_map 219 fprintf (f, ", base_index: %u", apm->base_index); 227 fprintf (f, ", base_index: %u", apm->base_index); 243 prev_clone_index from ADJ_PARAMS as opposed to base_index when the parameter 259 = use_prev_indices ? apm->prev_clone_index : apm->base_index; 399 && max_index < apm->base_index) 400 max_index = apm->base_index; 426 (*surviving_params)[apm->base_index] = true [all...] |
| ipa-fnsummary.cc | 2124 int base_index; local 2146 if (!decompose_param_expr (fbi, stmt, op, &base_index, ¶m_type, 2151 base_index = -1; 2173 base_index, param_type, &aggpos, 2184 if (index != base_index)
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| ipa-param-manipulation.cc | 75 unsigned base_index; member in struct:pass_through_split_map 216 fprintf (f, ", base_index: %u", apm->base_index); 224 fprintf (f, ", base_index: %u", apm->base_index); 240 prev_clone_index from ADJ_PARAMS as opposed to base_index when the parameter 256 = use_prev_indices ? apm->prev_clone_index : apm->base_index; 396 && max_index < apm->base_index) 397 max_index = apm->base_index; 423 (*surviving_params)[apm->base_index] = true [all...] |
| ipa-fnsummary.cc | 2067 int base_index; local 2089 if (!decompose_param_expr (fbi, stmt, op, &base_index, ¶m_type, 2094 base_index = -1; 2116 base_index, param_type, &aggpos, 2127 if (index != base_index)
|