Searched refs:scnhdr_offset (Results 1 – 2 of 2) sorted by relevance
/toolchain/binutils/binutils-2.25/libiberty/ |
D | simple-object-xcoff.c | 276 off_t scnhdr_offset; member 334 ocr->scnhdr_offset = (sizeof (struct external_filehdr) in simple_object_xcoff_match() 346 ocr->scnhdr_offset = (sizeof (struct external_filehdr) - 4 in simple_object_xcoff_match() 411 sobj->offset + ocr->scnhdr_offset, in simple_object_xcoff_find_sections() 628 off_t scnhdr_offset, size_t scnsize, in simple_object_xcoff_write_scnhdr() argument 687 return simple_object_internal_write (descriptor, scnhdr_offset, hdrbuf, in simple_object_xcoff_write_scnhdr() 703 off_t scnhdr_offset; in simple_object_xcoff_write_to_file() local 731 scnhdr_offset = sizeof (struct external_filehdr) - (u64 ? 4 : 0); in simple_object_xcoff_write_to_file() 732 offset = scnhdr_offset + nscns * (u64 ? SCNHSZ64 : SCNHSZ32); in simple_object_xcoff_write_to_file() 770 &name_offset, scnhdr_offset, in simple_object_xcoff_write_to_file() [all …]
|
D | simple-object-coff.c | 180 off_t scnhdr_offset; member 291 ocr->scnhdr_offset = (sizeof (struct external_filehdr) in simple_object_coff_match() 354 sobj->offset + ocr->scnhdr_offset, in simple_object_coff_find_sections() 545 off_t scnhdr_offset, size_t scnsize, in simple_object_coff_write_scnhdr() argument 591 return simple_object_internal_write (descriptor, scnhdr_offset, hdrbuf, in simple_object_coff_write_scnhdr() 606 off_t scnhdr_offset; in simple_object_coff_write_to_file() local 638 scnhdr_offset = sizeof (struct external_filehdr); in simple_object_coff_write_to_file() 639 offset = scnhdr_offset + nscns * sizeof (struct external_scnhdr); in simple_object_coff_write_to_file() 677 &name_offset, scnhdr_offset, in simple_object_coff_write_to_file() 682 scnhdr_offset += sizeof (struct external_scnhdr); in simple_object_coff_write_to_file()
|