Home | History | Annotate | Download | only in bfd

Lines Matching refs:ranlibsize

2435   unsigned int ranlibsize = orl_count * BSD_SYMDEF_SIZE;
2437 /* Include 8 bytes to store ranlibsize and stringsize in output. */
2438 unsigned int mapsize = ranlibsize + stringsize + 8;
2482 H_PUT_32 (arch, ranlibsize, temp);
2624 unsigned int ranlibsize = (symbol_count * 4) + 4;
2626 unsigned int mapsize = stringsize + ranlibsize;