Searched refs:start_stop_count (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/gpl3/binutils.old/dist/ld/
H A Dldlang.c6444 static size_t start_stop_count = 0;
6458 if (start_stop_count == start_stop_alloc)
6465 start_stop_syms[start_stop_count++] = h;
6513 for (i = 0; i < start_stop_count; ++i)
6442 static size_t start_stop_count = 0; variable
/netbsd-current/external/gpl3/binutils/dist/ld/
H A Dldlang.c6784 static size_t start_stop_count = 0;
6798 if (start_stop_count == start_stop_alloc)
6805 start_stop_syms[start_stop_count++] = h;
6853 for (i = 0; i < start_stop_count; ++i)
6782 static size_t start_stop_count = 0; variable
/netbsd-current/external/gpl3/gdb.old/dist/ld/
H A Dldlang.c6692 static size_t start_stop_count = 0;
6706 if (start_stop_count == start_stop_alloc)
6713 start_stop_syms[start_stop_count++] = h;
6761 for (i = 0; i < start_stop_count; ++i)
6690 static size_t start_stop_count = 0; variable

Completed in 161 milliseconds