Lines Matching refs:scnsize
628 off_t scnhdr_offset, size_t scnsize, in simple_object_xcoff_write_scnhdr() argument
664 scnsize); in simple_object_xcoff_write_scnhdr()
671 scnsize); in simple_object_xcoff_write_scnhdr()
738 size_t scnsize; in simple_object_xcoff_write_to_file() local
758 scnsize = 0; in simple_object_xcoff_write_to_file()
761 if (!simple_object_internal_write (descriptor, offset + scnsize, in simple_object_xcoff_write_to_file()
766 scnsize += buffer->size; in simple_object_xcoff_write_to_file()
771 scnsize, offset, section->align, in simple_object_xcoff_write_to_file()
776 offset += scnsize; in simple_object_xcoff_write_to_file()
835 size_t scnsize; in simple_object_xcoff_write_to_file() local
840 scnsize = 0; in simple_object_xcoff_write_to_file()
842 scnsize += buffer->size; in simple_object_xcoff_write_to_file()
843 set_32 (&syms[1].aux.x_scn.x_scnlen[0], scnsize); in simple_object_xcoff_write_to_file()