Searched refs:dst_count (Results 1 - 4 of 4) sorted by relevance

/haiku-buildtools/legacy/binutils/binutils/
H A Dobjcopy.c823 long src_count = 0, dst_count = 0;
974 to[dst_count++] = sym;
978 to[dst_count] = NULL;
980 return dst_count;
821 long src_count = 0, dst_count = 0; local
/haiku-buildtools/binutils/binutils/
H A Dobjcopy.c1394 long src_count = 0, dst_count = 0;
1415 to[dst_count++] = create_new_symbol (ptr, obfd);
1573 to[dst_count++] = sym;
1588 to[dst_count++] = create_new_symbol (ptr, obfd);
1594 to[dst_count] = NULL;
1596 return dst_count;
1392 long src_count = 0, dst_count = 0; local
/haiku-buildtools/binutils/bfd/
H A Delf.c3945 long src_count, dst_count = 0;
3964 syms[dst_count++] = sym;
3967 syms[dst_count] = NULL;
3969 return dst_count;
3943 long src_count, dst_count = 0; local
H A Delf32-arm.c17434 long src_count, dst_count = 0; local
17480 syms[dst_count++] = sym;
17484 syms[dst_count] = NULL;
17486 return dst_count;

Completed in 289 milliseconds