Searched refs:memoff (Results 1 – 5 of 5) sorted by relevance
/toolchain/binutils/binutils-2.27/gold/ |
D | archive.cc | 597 Archive::get_file_and_offset(off_t off, Input_file** input_file, off_t* memoff, in get_file_and_offset() argument 607 *memoff = off + static_cast<off_t>(sizeof(Archive_header)); in get_file_and_offset() 650 return arch->get_file_and_offset(nested_off, input_file, memoff, in get_file_and_offset() 665 *memoff = 0; in get_file_and_offset() 682 off_t memoff; in get_elf_object_for_member() local 685 if (!this->get_file_and_offset(off, &input_file, &memoff, &memsize, in get_elf_object_for_member() 694 if (is_elf_object(input_file, memoff, &ehdr, &read_size)) in get_elf_object_for_member() 698 input_file, memoff, ehdr, read_size, in get_elf_object_for_member() 707 memoff, in get_elf_object_for_member()
|
D | archive.h | 318 get_file_and_offset(off_t off, Input_file** input_file, off_t* memoff,
|
/toolchain/binutils/binutils-2.27/include/coff/ |
D | xcoff.h | 482 char memoff[XCOFFARMAG_ELEMENT_SIZE]; member 508 char memoff[XCOFFARMAGBIG_ELEMENT_SIZE]; member
|
/toolchain/binutils/binutils-2.27/bfd/ |
D | coff-rs6000.c | 1389 if (bfd_bread (&hdr.memoff, amt, abfd) != amt) in _bfd_xcoff_archive_p() 1416 if (bfd_bread (&hdr.memoff, amt, abfd) != amt) in _bfd_xcoff_archive_p() 1557 || filestart == strtol (xcoff_ardata (archive)->memoff, in _bfd_xcoff_openr_next_archived_file() 1581 || filestart == strtol (xcoff_ardata_big (archive)->memoff, in _bfd_xcoff_openr_next_archived_file() 1661 memcpy (hdr.prevoff, xcoff_ardata (abfd)->memoff, XCOFFARMAG_ELEMENT_SIZE); in xcoff_write_armap_old() 1836 READ20 (fhdr->memoff, prevoff); in xcoff_write_armap_big() 2158 sprintf (fhdr.memoff, "%ld", (long) nextoff); in xcoff_write_archive_contents_old() 2462 PRINT20 (fhdr.memoff, nextoff); in xcoff_write_archive_contents_big()
|
D | coff64-rs6000.c | 1979 if (bfd_bread (&hdr.memoff, amt, abfd) != amt) in xcoff64_archive_p() 2048 || filestart == bfd_scan_vma (xcoff_ardata_big (archive)->memoff, in xcoff64_openr_next_archived_file()
|