Searched refs:relativecount (Results 1 - 2 of 2) sorted by relevance

/haiku-buildtools/legacy/binutils/bfd/
H A Delflink.c7822 size_t relativecount = 0;
8493 relativecount = elf_link_sort_relocs (abfd, info, &reldyn);
8522 if (relativecount > 0 && dyncon + bed->s->sizeof_dyn < dynconend)
8530 dyn.d_un.d_val = relativecount;
8531 relativecount = 0;
7812 size_t relativecount = 0; local
/haiku-buildtools/binutils/bfd/
H A Delflink.c11299 size_t relativecount = 0;
12064 relativecount = elf_link_sort_relocs (abfd, info, &reldyn);
12093 if (relativecount > 0 && dyncon + bed->s->sizeof_dyn < dynconend)
12101 dyn.d_un.d_val = relativecount;
12102 relativecount = 0;
11287 size_t relativecount = 0; local

Completed in 137 milliseconds