Lines Matching refs:sobj
301 simple_object_coff_read_strtab (simple_object_read *sobj, size_t *strtab_size, in simple_object_coff_read_strtab() argument
305 (struct simple_object_coff_read *) sobj->data; in simple_object_coff_read_strtab()
311 strtab_offset = sobj->offset + ocr->symptr in simple_object_coff_read_strtab()
313 if (!simple_object_internal_read (sobj->descriptor, strtab_offset, in simple_object_coff_read_strtab()
320 if (!simple_object_internal_read (sobj->descriptor, strtab_offset, in simple_object_coff_read_strtab()
334 simple_object_coff_find_sections (simple_object_read *sobj, in simple_object_coff_find_sections() argument
341 (struct simple_object_coff_read *) sobj->data; in simple_object_coff_find_sections()
353 if (!simple_object_internal_read (sobj->descriptor, in simple_object_coff_find_sections()
354 sobj->offset + ocr->scnhdr_offset, in simple_object_coff_find_sections()
395 strtab = simple_object_coff_read_strtab (sobj, in simple_object_coff_find_sections()
434 simple_object_coff_fetch_attributes (simple_object_read *sobj, in simple_object_coff_fetch_attributes() argument
439 (struct simple_object_coff_read *) sobj->data; in simple_object_coff_fetch_attributes()
504 simple_object_coff_write_filehdr (simple_object_write *sobj, int descriptor, in simple_object_coff_write_filehdr() argument
510 (struct simple_object_coff_attributes *) sobj->data; in simple_object_coff_write_filehdr()
543 simple_object_coff_write_scnhdr (simple_object_write *sobj, int descriptor, in simple_object_coff_write_scnhdr() argument
550 (struct simple_object_coff_attributes *) sobj->data; in simple_object_coff_write_scnhdr()
599 simple_object_coff_write_to_file (simple_object_write *sobj, int descriptor, in simple_object_coff_write_to_file() argument
603 (struct simple_object_coff_attributes *) sobj->data; in simple_object_coff_write_to_file()
635 for (section = sobj->sections; section != NULL; section = section->next) in simple_object_coff_write_to_file()
641 for (section = sobj->sections; section != NULL; section = section->next) in simple_object_coff_write_to_file()
676 if (!simple_object_coff_write_scnhdr (sobj, descriptor, section->name, in simple_object_coff_write_to_file()
738 for (section = sobj->sections; section != NULL; section = section->next) in simple_object_coff_write_to_file()
776 if (!simple_object_coff_write_filehdr (sobj, descriptor, nscns, in simple_object_coff_write_to_file()