Searched refs:pb_size (Results 1 - 4 of 4) sorted by relevance

/freebsd-11.0-release/contrib/elftoolchain/libpe/
H A Dlibpe_buffer.c51 sb->sb_pb.pb_size = sz;
125 if (pb->pb_buf == NULL || pb->pb_size == 0)
134 sz += pb->pb_size;
155 if (pb->pb_buf == NULL || pb->pb_size == 0)
160 if (lseek(pe->pe_fd, (off_t) pb->pb_size, SEEK_CUR) <
174 if (write(pe->pe_fd, pb->pb_buf, pb->pb_size) !=
175 (ssize_t) pb->pb_size) {
181 off += pb->pb_size;
H A Dpe_symtab.c80 sb->sb_pb.pb_size = sz;
H A Dlibpe.h44 size_t pb_size; member in struct:PE_Buffer
/freebsd-11.0-release/contrib/elftoolchain/elfcopy/
H A Dpe.c210 pb->pb_size = roundup(sh.sh_size, poh.oh_filealign);
211 if ((pb->pb_buf = calloc(1, pb->pb_size)) == NULL) {

Completed in 103 milliseconds