HomeSort by: relevance | last modified time | path
    Searched defs:stabstr_size (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/binutils/dist/binutils/
objdump.c 233 static bfd_size_type stabstr_size; variable
4666 if (amt < stabstr_size)
4669 printf (" %.*s", (int)(stabstr_size - amt), strtab + amt);
4708 stabstr_size = bfd_section_size (s);
  /src/external/gpl3/binutils.old/dist/binutils/
objdump.c 233 static bfd_size_type stabstr_size; variable
4678 if (amt < stabstr_size)
4681 printf (" %.*s", (int)(stabstr_size - amt), strtab + amt);
4720 stabstr_size = bfd_section_size (s);

Completed in 34 milliseconds