Searched refs:stabstr_size (Results 1 - 2 of 2) sorted by relevance

/haiku-buildtools/binutils/binutils/
H A Dobjdump.c184 static bfd_size_type stabstr_size; variable
2748 if (amt < stabstr_size)
2750 printf (" %.*s", (int)(stabstr_size - amt), strtab + amt);
2786 &stabstr_size);
/haiku-buildtools/legacy/binutils/binutils/
H A Dobjdump.c166 static bfd_size_type stabstr_size; variable
2232 if ((strx + file_string_table_offset) < stabstr_size)
2269 &stabstr_size);

Completed in 48 milliseconds