Searched refs:PADSZ (Results 1 – 1 of 1) sorted by relevance
98 #define PADSZ 8 macro241 if (padding >= PADSZ) { in recover_padding()283 if (padding < PADSZ) { in recover_padding()753 assert(!is_elf || (pad(lseek(fd, 0, SEEK_CUR), PADSZ) == 0)); in write_member_header()1031 size += sizeof (struct ar_hdr) + long_strtbl.used + PADSZ; in require64()1034 size += sizeof_symtbl(nsyms, found_obj, 4) + PADSZ; in require64()1040 size += sizeof (struct ar_hdr) + fptr->ar_size + PADSZ; in require64()1065 char pad_bytes[PADSZ]; in writefile()1114 pad_cnt = pad(arsize + sizeof (struct ar_hdr), PADSZ); in writefile()1122 pad_cnt = pad(arsize + sizeof (struct ar_hdr), PADSZ); in writefile()[all …]