Lines Matching defs:pad
178 * Given a value, and a pad alignment, return the number of bytes
179 * required to pad the value to the next alignment boundary.
182 pad(size_t n, size_t align)
272 * (0 < pad < PADSZ) (ar(1) will never add more than this). A pad
709 * Historical behavior is to pad string tables
712 strtbl_pad(&sym_strtbl, pad(sym_strtbl.used, 4), '\0');
753 assert(!is_elf || (pad(lseek(fd, 0, SEEK_CUR), PADSZ) == 0));
910 * Add the specified number of pad characters to the end of the
914 * strtbl - String table to pad
915 * n - # of pad characters to add
1106 * name string table. We pad the string table that precedes the
1114 pad_cnt = pad(arsize + sizeof (struct ar_hdr), PADSZ);
1122 pad_cnt = pad(arsize + sizeof (struct ar_hdr), PADSZ);
1379 strtbl_pad(&long_strtbl, pad(long_strtbl.used, 4), '\n');
1577 fptr->ar_padding = pad(psum + sum + hdrsize, PADSZ);