Home
last modified time | relevance | path

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

/dragonfly/contrib/binutils-2.34/binutils/
H A Dwrstabs.c849 long targindex; in stab_modify_type() local
854 targindex = info->type_stack->index; in stab_modify_type()
856 if (targindex <= 0 in stab_modify_type()
875 if ((size_t) targindex >= *cache_alloc) in stab_modify_type()
882 while ((size_t) targindex >= alloc) in stab_modify_type()
890 tindex = (*cache)[targindex]; in stab_modify_type()
913 (*cache)[targindex] = tindex; in stab_modify_type()
/dragonfly/contrib/binutils-2.27/binutils/
H A Dwrstabs.c849 long targindex; in stab_modify_type() local
854 targindex = info->type_stack->index; in stab_modify_type()
856 if (targindex <= 0 in stab_modify_type()
875 if ((size_t) targindex >= *cache_alloc) in stab_modify_type()
882 while ((size_t) targindex >= alloc) in stab_modify_type()
890 tindex = (*cache)[targindex]; in stab_modify_type()
913 (*cache)[targindex] = tindex; in stab_modify_type()