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

/freebsd-11-stable/contrib/binutils/bfd/
H A Delf64-sparc.c76 relents = asect->relocation + canon_reloc_count (asect);
132 canon_reloc_count (asect) += relent - relents;
192 canon_reloc_count. */
193 canon_reloc_count (asect) = 0;
221 for (i = 0; i < canon_reloc_count (section); i++)
226 return canon_reloc_count (section);
263 count = canon_reloc_count (s);
H A Delfxx-sparc.h31 #define canon_reloc_count(sec) \ macro

Completed in 94 milliseconds