Home
last modified time | relevance | path

Searched refs:memoff (Results 1 – 25 of 25) sorted by relevance

/netbsd/external/gpl3/gdb/dist/gold/
H A Darchive.cc597 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()
695 if (is_elf_object(input_file, memoff, &ehdr, &read_size)) in get_elf_object_for_member()
699 input_file, memoff, ehdr, read_size, in get_elf_object_for_member()
708 memoff, in get_elf_object_for_member()
H A Darchive.h318 get_file_and_offset(off_t off, Input_file** input_file, off_t* memoff,
/netbsd/external/gpl3/binutils/dist/gold/
H A Darchive.cc590 Archive::get_file_and_offset(off_t off, Input_file** input_file, off_t* memoff, in get_file_and_offset() argument
600 *memoff = off + static_cast<off_t>(sizeof(Archive_header)); in get_file_and_offset()
643 return arch->get_file_and_offset(nested_off, input_file, memoff, in get_file_and_offset()
658 *memoff = 0; in get_file_and_offset()
675 off_t memoff; in get_elf_object_for_member() local
678 if (!this->get_file_and_offset(off, &input_file, &memoff, &memsize, in get_elf_object_for_member()
688 if (is_elf_object(input_file, memoff, &ehdr, &read_size)) in get_elf_object_for_member()
692 input_file, memoff, ehdr, read_size, in get_elf_object_for_member()
701 memoff, in get_elf_object_for_member()
H A Darchive.h318 get_file_and_offset(off_t off, Input_file** input_file, off_t* memoff,
/netbsd/external/gpl3/binutils.old/dist/gold/
H A Darchive.cc597 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()
695 if (is_elf_object(input_file, memoff, &ehdr, &read_size)) in get_elf_object_for_member()
699 input_file, memoff, ehdr, read_size, in get_elf_object_for_member()
708 memoff, in get_elf_object_for_member()
H A Darchive.h318 get_file_and_offset(off_t off, Input_file** input_file, off_t* memoff,
/netbsd/external/gpl3/gdb.old/dist/gold/
H A Darchive.cc597 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()
695 if (is_elf_object(input_file, memoff, &ehdr, &read_size)) in get_elf_object_for_member()
699 input_file, memoff, ehdr, read_size, in get_elf_object_for_member()
708 memoff, in get_elf_object_for_member()
H A Darchive.h318 get_file_and_offset(off_t off, Input_file** input_file, off_t* memoff,
/netbsd/external/gpl3/gdb/dist/include/coff/
H A Dxcoff.h482 char memoff[XCOFFARMAG_ELEMENT_SIZE]; member
508 char memoff[XCOFFARMAGBIG_ELEMENT_SIZE]; member
/netbsd/external/gpl3/binutils/dist/include/coff/
H A Dxcoff.h513 char memoff[XCOFFARMAG_ELEMENT_SIZE]; member
539 char memoff[XCOFFARMAGBIG_ELEMENT_SIZE]; member
/netbsd/external/gpl3/binutils.old/dist/include/coff/
H A Dxcoff.h482 char memoff[XCOFFARMAG_ELEMENT_SIZE]; member
508 char memoff[XCOFFARMAGBIG_ELEMENT_SIZE]; member
/netbsd/external/gpl3/gdb.old/dist/include/coff/
H A Dxcoff.h482 char memoff[XCOFFARMAG_ELEMENT_SIZE]; member
508 char memoff[XCOFFARMAGBIG_ELEMENT_SIZE]; member
/netbsd/sys/dev/pcmcia/
H A Dmhzc.c476 bus_size_t memoff; in mhzc_em3336_enable() local
492 &memh, &memoff, &memwin)) { in mhzc_em3336_enable()
/netbsd/external/gpl3/gdb/dist/bfd/
H A Dcoff-rs6000.c1429 if (bfd_bread (&hdr.memoff, amt, abfd) != amt) in _bfd_xcoff_archive_p()
1456 if (bfd_bread (&hdr.memoff, amt, abfd) != amt) in _bfd_xcoff_archive_p()
1579 || EQ_VALUE_IN_FIELD (filestart, xcoff_ardata (archive)->memoff, 10) in _bfd_xcoff_openr_next_archived_file()
1594 || EQ_VALUE_IN_FIELD (filestart, xcoff_ardata_big (archive)->memoff, 10) in _bfd_xcoff_openr_next_archived_file()
1672 memcpy (hdr.prevoff, xcoff_ardata (abfd)->memoff, XCOFFARMAG_ELEMENT_SIZE); in xcoff_write_armap_old()
1853 READ20 (fhdr->memoff, prevoff); in xcoff_write_armap_big()
2182 sprintf (fhdr.memoff, "%ld", (long) nextoff); in xcoff_write_archive_contents_old()
2493 PRINT20 (fhdr.memoff, nextoff); in xcoff_write_archive_contents_big()
H A Dcoff64-rs6000.c2022 if (bfd_bread (&hdr.memoff, amt, abfd) != amt) in xcoff64_archive_p()
2091 || filestart == bfd_scan_vma (xcoff_ardata_big (archive)->memoff, in xcoff64_openr_next_archived_file()
/netbsd/external/gpl3/binutils.old/dist/bfd/
H A Dcoff-rs6000.c1433 if (bfd_bread (&hdr.memoff, amt, abfd) != amt) in _bfd_xcoff_archive_p()
1460 if (bfd_bread (&hdr.memoff, amt, abfd) != amt) in _bfd_xcoff_archive_p()
1597 || EQ_VALUE_IN_FIELD (filestart, xcoff_ardata (archive)->memoff, 10) in _bfd_xcoff_openr_next_archived_file()
1612 || EQ_VALUE_IN_FIELD (filestart, xcoff_ardata_big (archive)->memoff, 10) in _bfd_xcoff_openr_next_archived_file()
1690 memcpy (hdr.prevoff, xcoff_ardata (abfd)->memoff, XCOFFARMAG_ELEMENT_SIZE); in xcoff_write_armap_old()
1871 READ20 (fhdr->memoff, prevoff); in xcoff_write_armap_big()
2193 sprintf (fhdr.memoff, "%ld", (long) nextoff); in xcoff_write_archive_contents_old()
2497 PRINT20 (fhdr.memoff, nextoff); in xcoff_write_archive_contents_big()
H A Dcoff64-rs6000.c2023 if (bfd_bread (&hdr.memoff, amt, abfd) != amt) in xcoff64_archive_p()
2092 || filestart == bfd_scan_vma (xcoff_ardata_big (archive)->memoff, in xcoff64_openr_next_archived_file()
/netbsd/external/gpl3/binutils/dist/bfd/
H A Dcoff-rs6000.c1548 if (bfd_bread (&hdr.memoff, amt, abfd) != amt) in _bfd_xcoff_archive_p()
1575 if (bfd_bread (&hdr.memoff, amt, abfd) != amt) in _bfd_xcoff_archive_p()
1725 || EQ_VALUE_IN_FIELD (filestart, xcoff_ardata (archive)->memoff, 10) in _bfd_xcoff_openr_next_archived_file()
1758 || EQ_VALUE_IN_FIELD (filestart, xcoff_ardata_big (archive)->memoff, 10) in _bfd_xcoff_openr_next_archived_file()
1836 memcpy (hdr.prevoff, xcoff_ardata (abfd)->memoff, XCOFFARMAG_ELEMENT_SIZE); in xcoff_write_armap_old()
2011 READ20 (fhdr->memoff, prevoff); in xcoff_write_armap_big()
2352 sprintf (fhdr.memoff, "%ld", (long) nextoff); in xcoff_write_archive_contents_old()
2672 PRINT20 (fhdr.memoff, nextoff); in xcoff_write_archive_contents_big()
H A Dcoff64-rs6000.c1928 if (bfd_bread (&hdr.memoff, amt, abfd) != amt) in xcoff64_archive_p()
/netbsd/external/gpl3/gdb.old/dist/bfd/
H A Dcoff-rs6000.c1429 if (bfd_bread (&hdr.memoff, amt, abfd) != amt) in _bfd_xcoff_archive_p()
1456 if (bfd_bread (&hdr.memoff, amt, abfd) != amt) in _bfd_xcoff_archive_p()
1579 || EQ_VALUE_IN_FIELD (filestart, xcoff_ardata (archive)->memoff, 10) in _bfd_xcoff_openr_next_archived_file()
1594 || EQ_VALUE_IN_FIELD (filestart, xcoff_ardata_big (archive)->memoff, 10) in _bfd_xcoff_openr_next_archived_file()
1672 memcpy (hdr.prevoff, xcoff_ardata (abfd)->memoff, XCOFFARMAG_ELEMENT_SIZE); in xcoff_write_armap_old()
1853 READ20 (fhdr->memoff, prevoff); in xcoff_write_armap_big()
2182 sprintf (fhdr.memoff, "%ld", (long) nextoff); in xcoff_write_archive_contents_old()
2493 PRINT20 (fhdr.memoff, nextoff); in xcoff_write_archive_contents_big()
H A Dcoff64-rs6000.c2022 if (bfd_bread (&hdr.memoff, amt, abfd) != amt) in xcoff64_archive_p()
2091 || filestart == bfd_scan_vma (xcoff_ardata_big (archive)->memoff, in xcoff64_openr_next_archived_file()
/netbsd/external/gpl3/gcc/dist/gcc/
H A Dtree-data-ref.c1135 tree memoff = TREE_OPERAND (ref, 1); in dr_analyze_indices() local
1143 if (!integer_zerop (memoff)) in dr_analyze_indices()
1146 fold_convert (ssizetype, memoff)); in dr_analyze_indices()
1147 memoff = build_int_cst (TREE_TYPE (memoff), 0); in dr_analyze_indices()
1166 memoff = wide_int_to_tree (TREE_TYPE (memoff), rem); in dr_analyze_indices()
1180 base, memoff); in dr_analyze_indices()
H A Dtree-data-ref.cc1379 tree memoff = TREE_OPERAND (ref, 1); in dr_analyze_indices() local
1388 if (!integer_zerop (memoff)) in dr_analyze_indices()
1391 fold_convert (ssizetype, memoff)); in dr_analyze_indices()
1392 memoff = build_int_cst (TREE_TYPE (memoff), 0); in dr_analyze_indices()
1411 memoff = wide_int_to_tree (TREE_TYPE (memoff), rem); in dr_analyze_indices()
1425 base, memoff); in dr_analyze_indices()
/netbsd/external/gpl3/gcc.old/dist/gcc/
H A Dtree-data-ref.c1135 tree memoff = TREE_OPERAND (ref, 1); in dr_analyze_indices() local
1143 if (!integer_zerop (memoff)) in dr_analyze_indices()
1146 fold_convert (ssizetype, memoff)); in dr_analyze_indices()
1147 memoff = build_int_cst (TREE_TYPE (memoff), 0); in dr_analyze_indices()
1166 memoff = wide_int_to_tree (TREE_TYPE (memoff), rem); in dr_analyze_indices()
1180 base, memoff); in dr_analyze_indices()
/netbsd/external/cddl/osnet/dist/tools/ctf/cvt/
H A Ddwarf.c1005 Dwarf_Off memoff = die_off(dw, mem); in die_sou_create() local
1016 (uintmax_t)off, (uintmax_t)memoff); in die_sou_create()
1072 (uintmax_t)off, (uintmax_t)memoff, ml->ml_name, in die_sou_create()