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

  /src/external/gpl3/binutils/dist/bfd/
libcoff-in.h 432 #define STRING_SIZE_SIZE 4
coffcode.h 363 #define STRING_SIZE_SIZE 4
3522 size_t string_size = STRING_SIZE_SIZE;
libcoff.h 436 #define STRING_SIZE_SIZE 4
xcofflink.c 35 #undef STRING_SIZE_SIZE
36 #define STRING_SIZE_SIZE 4
5445 isym._n._n_n._n_offset = STRING_SIZE_SIZE + indx;
5581 >= STRING_SIZE_SIZE);
5596 aux.x_file.x_n.x_n.x_offset = STRING_SIZE_SIZE + indx;
6995 char strbuf[STRING_SIZE_SIZE];
7570 _bfd_stringtab_size (flinfo.strtab) + STRING_SIZE_SIZE,
7572 amt = STRING_SIZE_SIZE;
  /src/external/gpl3/binutils.old/dist/bfd/
libcoff-in.h 428 #define STRING_SIZE_SIZE 4
coffcode.h 363 #define STRING_SIZE_SIZE 4
3515 size_t string_size = STRING_SIZE_SIZE;
libcoff.h 432 #define STRING_SIZE_SIZE 4
xcofflink.c 35 #undef STRING_SIZE_SIZE
36 #define STRING_SIZE_SIZE 4
5445 isym._n._n_n._n_offset = STRING_SIZE_SIZE + indx;
5581 >= STRING_SIZE_SIZE);
5596 aux.x_file.x_n.x_n.x_offset = STRING_SIZE_SIZE + indx;
6995 char strbuf[STRING_SIZE_SIZE];
7570 _bfd_stringtab_size (flinfo.strtab) + STRING_SIZE_SIZE,
7572 amt = STRING_SIZE_SIZE;

Completed in 56 milliseconds