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

/freebsd-11-stable/contrib/binutils/bfd/
H A Darchive64.c152 unsigned int ranlibsize = (symbol_count * 8) + 8; local
154 unsigned int mapsize = stringsize + ranlibsize;
H A Darchive.c1939 unsigned int ranlibsize = orl_count * BSD_SYMDEF_SIZE;
1941 /* Include 8 bytes to store ranlibsize and stringsize in output. */
1942 unsigned int mapsize = ranlibsize + stringsize + 8;
1969 H_PUT_32 (arch, ranlibsize, temp);
2093 unsigned int ranlibsize = (symbol_count * 4) + 4;
2095 unsigned int mapsize = stringsize + ranlibsize;
1930 unsigned int ranlibsize = orl_count * BSD_SYMDEF_SIZE; local
2083 unsigned int ranlibsize = (symbol_count * 4) + 4; local

Completed in 91 milliseconds