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

/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/bfd/
H A Darchive.c832 #define BSD_SYMDEF_SIZE 8
876 ardata->symdef_count = H_GET_32 (abfd, raw_armap) / BSD_SYMDEF_SIZE;
878 if (ardata->symdef_count * BSD_SYMDEF_SIZE >
889 + ardata->symdef_count * BSD_SYMDEF_SIZE
898 counter++, set++, rbase += BSD_SYMDEF_SIZE)
1182 amt = ardata->symdef_count * BSD_SYMDEF_SIZE;
1192 counter++, set++, rbase += BSD_SYMDEF_SIZE)
2314 unsigned int ranlibsize = orl_count * BSD_SYMDEF_SIZE;
2366 bfd_byte buf[BSD_SYMDEF_SIZE];
2385 if (bfd_bwrite (buf, BSD_SYMDEF_SIZE, arc
828 #define BSD_SYMDEF_SIZE macro
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/bfd/
H A Darchive.c831 #define BSD_SYMDEF_SIZE 8
875 ardata->symdef_count = H_GET_32 (abfd, raw_armap) / BSD_SYMDEF_SIZE;
877 if (ardata->symdef_count * BSD_SYMDEF_SIZE >
888 + ardata->symdef_count * BSD_SYMDEF_SIZE
897 counter++, set++, rbase += BSD_SYMDEF_SIZE)
1181 amt = ardata->symdef_count * BSD_SYMDEF_SIZE;
1191 counter++, set++, rbase += BSD_SYMDEF_SIZE)
2304 unsigned int ranlibsize = orl_count * BSD_SYMDEF_SIZE;
2356 bfd_byte buf[BSD_SYMDEF_SIZE];
2375 if (bfd_bwrite (buf, BSD_SYMDEF_SIZE, arc
827 #define BSD_SYMDEF_SIZE macro
[all...]

Completed in 110 milliseconds