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

  /src/external/gpl3/binutils/dist/bfd/
elflink.c 1037 symbols. If SECTION_SYM_COUNT is NULL, section dynindx is not set.
1045 unsigned long *section_sym_count)
1048 bool do_sec = section_sym_count != NULL;
1069 *section_sym_count = dynsymcount;
7895 unsigned long section_sym_count;
7918 &section_sym_count);
7960 ++section_sym_count;
7961 memset (s->contents, 0, section_sym_count * bed->s->sizeof_sym);
7885 unsigned long section_sym_count; local
  /src/external/gpl3/binutils.old/dist/bfd/
elflink.c 1031 symbols. If SECTION_SYM_COUNT is NULL, section dynindx is not set.
1039 unsigned long *section_sym_count)
1042 bool do_sec = section_sym_count != NULL;
1063 *section_sym_count = dynsymcount;
7852 unsigned long section_sym_count;
7875 &section_sym_count);
7917 ++section_sym_count;
7918 memset (s->contents, 0, section_sym_count * bed->s->sizeof_sym);
7842 unsigned long section_sym_count; local
  /src/external/gpl3/gdb/dist/bfd/
elflink.c 992 symbols. If SECTION_SYM_COUNT is NULL, section dynindx is not set.
1000 unsigned long *section_sym_count)
1003 bool do_sec = section_sym_count != NULL;
1024 *section_sym_count = dynsymcount;
7795 unsigned long section_sym_count;
7818 &section_sym_count);
7858 ++section_sym_count;
7859 memset (s->contents, 0, section_sym_count * bed->s->sizeof_sym);
7785 unsigned long section_sym_count; local
  /src/external/gpl3/gdb.old/dist/bfd/
elflink.c 992 symbols. If SECTION_SYM_COUNT is NULL, section dynindx is not set.
1000 unsigned long *section_sym_count)
1003 bool do_sec = section_sym_count != NULL;
1024 *section_sym_count = dynsymcount;
7781 unsigned long section_sym_count;
7804 &section_sym_count);
7844 ++section_sym_count;
7845 memset (s->contents, 0, section_sym_count * bed->s->sizeof_sym);
7771 unsigned long section_sym_count; local

Completed in 62 milliseconds