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

/freebsd-11-stable/contrib/binutils/bfd/
H A Dppcboot.c88 #define PPCBOOT_SYMS 3 macro
208 abfd->symcount = PPCBOOT_SYMS;
258 return (PPCBOOT_SYMS + 1) * sizeof (asymbol *);
304 bfd_size_type amt = PPCBOOT_SYMS * sizeof (asymbol);
334 for (i = 0; i < PPCBOOT_SYMS; i++)
338 return PPCBOOT_SYMS;

Completed in 60 milliseconds