Searched refs:strtabtotlen (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/opcodes/
H A Dia64-gen.c184 int strtabtotlen = 0; variable
1659 if (strtablen == strtabtotlen)
1661 strtabtotlen += 20;
1664 sizeof (struct string_entry **) * strtabtotlen);
/netbsd-current/external/gpl3/gdb/dist/opcodes/
H A Dia64-gen.c175 int strtabtotlen = 0; variable
1650 if (strtablen == strtabtotlen)
1652 strtabtotlen += 20;
1655 sizeof (struct string_entry **) * strtabtotlen);
/netbsd-current/external/gpl3/binutils.old/dist/opcodes/
H A Dia64-gen.c184 int strtabtotlen = 0; variable
1659 if (strtablen == strtabtotlen)
1661 strtabtotlen += 20;
1664 sizeof (struct string_entry **) * strtabtotlen);
/netbsd-current/external/gpl3/binutils/dist/opcodes/
H A Dia64-gen.c175 int strtabtotlen = 0; variable
1652 if (strtablen == strtabtotlen)
1654 strtabtotlen += 20;
1657 sizeof (struct string_entry **) * strtabtotlen);

Completed in 101 milliseconds