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

/haiku-fatelf/src/bin/gdb/bfd/
H A Delf64-sparc.c327 #define canon_reloc_count(sec) \
380 relents = asect->relocation + canon_reloc_count (asect);
435 canon_reloc_count (asect) += relent - relents;
498 canon_reloc_count. */
499 canon_reloc_count (asect) = 0;
530 for (i = 0; i < canon_reloc_count (section); i++)
535 return canon_reloc_count (section);
574 count = canon_reloc_count (s);
325 #define canon_reloc_count macro

Completed in 39 milliseconds