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

/freebsd-9.3-release/contrib/binutils/bfd/
H A Darchive.c694 #define BSD_SYMDEF_SIZE 8
737 ardata->symdef_count = H_GET_32 (abfd, raw_armap) / BSD_SYMDEF_SIZE;
739 if (ardata->symdef_count * BSD_SYMDEF_SIZE >
750 + ardata->symdef_count * BSD_SYMDEF_SIZE
759 counter++, set++, rbase += BSD_SYMDEF_SIZE)
1005 if (ardata->symdef_count * BSD_SYMDEF_SIZE
1021 amt = ardata->symdef_count * BSD_SYMDEF_SIZE;
1028 counter++, set++, rbase += BSD_SYMDEF_SIZE)
1939 unsigned int ranlibsize = orl_count * BSD_SYMDEF_SIZE;
1975 bfd_byte buf[BSD_SYMDEF_SIZE];
690 #define BSD_SYMDEF_SIZE macro
[all...]

Completed in 62 milliseconds