Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/binutils/binutils/
Dwrstabs.c848 long targindex; in stab_modify_type() local
853 targindex = info->type_stack->index; in stab_modify_type()
855 if (targindex <= 0 in stab_modify_type()
874 if ((size_t) targindex >= *cache_alloc) in stab_modify_type()
881 while ((size_t) targindex >= alloc) in stab_modify_type()
889 index = (*cache)[targindex]; in stab_modify_type()
912 (*cache)[targindex] = index; in stab_modify_type()
/openbsd/src/gnu/usr.bin/binutils-2.17/binutils/
Dwrstabs.c850 long targindex; in stab_modify_type() local
855 targindex = info->type_stack->index; in stab_modify_type()
857 if (targindex <= 0 in stab_modify_type()
876 if ((size_t) targindex >= *cache_alloc) in stab_modify_type()
883 while ((size_t) targindex >= alloc) in stab_modify_type()
891 index = (*cache)[targindex]; in stab_modify_type()
914 (*cache)[targindex] = index; in stab_modify_type()