HomeSort by relevance Sort by last modified time
    Searched refs:canon_reloc_count (Results 1 - 2 of 2) sorted by null

  /toolchain/binutils/binutils-2.27/bfd/
elfxx-sparc.h 32 #define canon_reloc_count(sec) \ macro
elf64-sparc.c 76 relents = asect->relocation + canon_reloc_count (asect);
134 canon_reloc_count (asect) += relent - relents;
194 canon_reloc_count. */
195 canon_reloc_count (asect) = 0;
224 for (i = 0; i < canon_reloc_count (section); i++)
229 return canon_reloc_count (section);
266 count = canon_reloc_count (s);

Completed in 58 milliseconds