Searched refs:file_offset (Results 26 - 50 of 301) sorted by relevance

1234567891011>>

/netbsd-current/external/gpl3/binutils.old/dist/gold/
H A Dfileread.h186 off_t file_offset; member in struct:gold::File_read::Read_multiple_entry
193 : file_offset(o), size(s), buffer(b)
200 // locations. The vector must be sorted by ascending file_offset.
412 page_offset(off_t file_offset) argument
413 { return file_offset & ~ (page_size - 1); }
H A Dfileread.cc656 off_t first_offset = rm[start].file_offset;
663 if (i_entry.file_offset > last_offset)
665 size_t skip = i_entry.file_offset - last_offset;
681 last_offset = i_entry.file_offset + i_entry.size;
726 off_t i_off = i_entry.file_offset;
734 off_t j_off = j_entry.file_offset;
759 gold_assert((convert_to_section_size_type(k_entry.file_offset
765 v + (k_entry.file_offset - i_off),
H A Darchive.cc312 this->armap_[i].file_offset = convert_types<off_t, Entry_type>(
316 if (this->armap_[i].file_offset != last_seen_offset)
318 last_seen_offset = this->armap_[i].file_offset;
806 if (this->armap_[i].file_offset == last_seen_offset)
811 if (this->seen_offsets_.find(this->armap_[i].file_offset)
815 last_seen_offset = this->armap_[i].file_offset;
836 last_seen_offset = this->armap_[i].file_offset;
1075 if (this->seen_offsets_.find(p->file_offset)
/netbsd-current/external/gpl3/binutils/dist/gprofng/src/
H A DData_window.cc86 Data_window::bind (int64_t file_offset, int64_t minSize) argument
89 span.length = fsize - file_offset;
90 span.offset = file_offset;
/netbsd-current/external/gpl3/binutils.old/dist/gprofng/src/
H A DData_window.cc86 Data_window::bind (int64_t file_offset, int64_t minSize) argument
89 span.length = fsize - file_offset;
90 span.offset = file_offset;
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
H A Dsym-file-loader.c78 static int translate_offset (uint64_t file_offset, struct segment *seg,
451 translate_offset (uint64_t file_offset, struct segment *seg, void **addr) argument
468 if (p_from <= file_offset && file_offset < p_to)
470 *addr = (void *) (seg->mapped_addr + (file_offset - p_from));
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Dsym-file-loader.c78 static int translate_offset (uint64_t file_offset, struct segment *seg,
451 translate_offset (uint64_t file_offset, struct segment *seg, void **addr) argument
468 if (p_from <= file_offset && file_offset < p_to)
470 *addr = (void *) (seg->mapped_addr + (file_offset - p_from));
/netbsd-current/crypto/external/cpl/trousers/dist/src/tspi/ps/
H A Dtspps.c304 off_t file_offset; local
312 file_offset = TSSPS_BLOB_DATA_OFFSET(&tmp);
314 rc = lseek(fd, file_offset, SEEK_SET);
342 off_t file_offset; local
350 file_offset = TSSPS_BLOB_DATA_OFFSET(&tmp);
352 rc = lseek(fd, file_offset, SEEK_SET);
497 int rc, file_offset; local
508 file_offset = stat_buf.st_size;
510 if (file_offset < (int)TSSPS_KEYS_OFFSET) {
513 file_offset
[all...]
/netbsd-current/usr.sbin/installboot/
H A Devboards.c1673 uint64_t file_offset = evb_ubstep_get_file_offset(params, step); local
1750 file_remaining = sb.st_size - (off_t)file_offset;
1761 if (file_offset) {
1765 file_offset, params->filesystem, image_offset);
1773 if (lseek(ifd, (off_t)file_offset, SEEK_SET) < 0) {
1775 file_offset);
1901 uint64_t file_offset = evb_ubstep_get_file_offset(params, step); local
1921 this_max = sb.st_size - file_offset;
/netbsd-current/external/gpl3/binutils/dist/gold/
H A Dfileread.cc656 off_t first_offset = rm[start].file_offset;
663 if (i_entry.file_offset > last_offset)
665 size_t skip = i_entry.file_offset - last_offset;
681 last_offset = i_entry.file_offset + i_entry.size;
726 off_t i_off = i_entry.file_offset;
734 off_t j_off = j_entry.file_offset;
759 gold_assert((convert_to_section_size_type(k_entry.file_offset
765 v + (k_entry.file_offset - i_off),
H A Darchive.cc312 this->armap_[i].file_offset = convert_types<off_t, Entry_type>(
316 if (this->armap_[i].file_offset != last_seen_offset)
318 last_seen_offset = this->armap_[i].file_offset;
806 if (this->armap_[i].file_offset == last_seen_offset)
811 if (this->seen_offsets_.find(this->armap_[i].file_offset)
815 last_seen_offset = this->armap_[i].file_offset;
836 last_seen_offset = this->armap_[i].file_offset;
1075 if (this->seen_offsets_.find(p->file_offset)
/netbsd-current/external/gpl3/gdb.old/dist/gold/
H A Darchive.cc319 this->armap_[i].file_offset = convert_types<off_t, Entry_type>(
323 if (this->armap_[i].file_offset != last_seen_offset)
325 last_seen_offset = this->armap_[i].file_offset;
813 if (this->armap_[i].file_offset == last_seen_offset)
818 if (this->seen_offsets_.find(this->armap_[i].file_offset)
822 last_seen_offset = this->armap_[i].file_offset;
843 last_seen_offset = this->armap_[i].file_offset;
1082 if (this->seen_offsets_.find(p->file_offset)
H A Dfileread.cc649 off_t first_offset = rm[start].file_offset;
656 if (i_entry.file_offset > last_offset)
658 size_t skip = i_entry.file_offset - last_offset;
674 last_offset = i_entry.file_offset + i_entry.size;
719 off_t i_off = i_entry.file_offset;
727 off_t j_off = j_entry.file_offset;
752 gold_assert((convert_to_section_size_type(k_entry.file_offset
758 v + (k_entry.file_offset - i_off),
/netbsd-current/external/gpl3/binutils/dist/elfcpp/
H A Delfcpp.h1099 file->view(loc.file_offset, loc.data_size).data()))
1253 file->view(loc.file_offset, loc.data_size).data()))
1368 file->view(loc.file_offset, loc.data_size).data()))
1444 file->view(loc.file_offset, loc.data_size).data()))
1542 file->view(loc.file_offset, loc.data_size).data()))
1652 file->view(loc.file_offset, loc.data_size).data()))
1702 file->view(loc.file_offset, loc.data_size).data()))
1760 file->view(loc.file_offset, loc.data_size).data()))
1838 file->view(loc.file_offset, loc.data_size).data()))
1927 file->view(loc.file_offset, lo
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/elfcpp/
H A Delfcpp.h1076 file->view(loc.file_offset, loc.data_size).data()))
1222 file->view(loc.file_offset, loc.data_size).data()))
1337 file->view(loc.file_offset, loc.data_size).data()))
1413 file->view(loc.file_offset, loc.data_size).data()))
1511 file->view(loc.file_offset, loc.data_size).data()))
1621 file->view(loc.file_offset, loc.data_size).data()))
1671 file->view(loc.file_offset, loc.data_size).data()))
1729 file->view(loc.file_offset, loc.data_size).data()))
1807 file->view(loc.file_offset, loc.data_size).data()))
1896 file->view(loc.file_offset, lo
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/elfcpp/
H A Delfcpp.h1096 file->view(loc.file_offset, loc.data_size).data()))
1250 file->view(loc.file_offset, loc.data_size).data()))
1365 file->view(loc.file_offset, loc.data_size).data()))
1441 file->view(loc.file_offset, loc.data_size).data()))
1539 file->view(loc.file_offset, loc.data_size).data()))
1649 file->view(loc.file_offset, loc.data_size).data()))
1699 file->view(loc.file_offset, loc.data_size).data()))
1757 file->view(loc.file_offset, loc.data_size).data()))
1835 file->view(loc.file_offset, loc.data_size).data()))
1924 file->view(loc.file_offset, lo
[all...]
/netbsd-current/usr.sbin/ndbootd/
H A Dndbootd.c330 off_t file_offset; local
820 file_offset = ((block_number - NDBOOTD_BOOT1_BLOCK_FIRST) * NDBOOT_BSIZE) + byte_offset;
821 if (lseek(boot1_fd, file_offset, SEEK_SET) < 0) {
835 && file_offset + byte_count_read == boot1_byte_count) {
868 file_offset = ((block_number - NDBOOTD_BOOT2_BLOCK_FIRST) * NDBOOT_BSIZE) + byte_offset;
869 if (lseek(boot2_fd, file_offset, SEEK_SET) < 0) {
883 && file_offset + byte_count_read == boot2_byte_count) {
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dlto-wrapper.c1055 find_and_merge_options (int fd, off_t file_offset, const char *prefix, argument
1070 sobj = simple_object_start_read (fd, file_offset, "__GNU_LTO",
1085 lseek (fd, file_offset + offset, SEEK_SET);
1375 off_t file_offset = 0; local
1397 file_offset = (off_t) loffset;
1412 if (find_and_merge_options (fd, file_offset, LTO_SECTION_NAME_PREFIX,
1609 off_t file_offset = 0; local
1620 file_offset = (off_t) loffset;
1625 if (!find_and_merge_options (fd, file_offset,
/netbsd-current/external/bsd/ntp/dist/sntp/libevent/
H A Devbuffer-internal.h258 ev_off_t file_offset; member in struct:evbuffer_file_segment
/netbsd-current/external/bsd/libevent/dist/
H A Devbuffer-internal.h258 ev_off_t file_offset; member in struct:evbuffer_file_segment
/netbsd-current/external/gpl3/binutils/dist/include/mach-o/
H A Dexternal.h419 unsigned char file_offset[8]; member in struct:mach_o_dyld_cache_mapping_info_external
/netbsd-current/external/gpl3/binutils/dist/bfd/
H A Darchive64.c132 carsyms->file_offset = bfd_getb64 (raw_armap + i * 8);
/netbsd-current/external/gpl3/gdb.old/dist/include/mach-o/
H A Dexternal.h419 unsigned char file_offset[8]; member in struct:mach_o_dyld_cache_mapping_info_external
/netbsd-current/external/gpl3/gdb/dist/include/mach-o/
H A Dexternal.h419 unsigned char file_offset[8]; member in struct:mach_o_dyld_cache_mapping_info_external
/netbsd-current/external/gpl3/gdb/dist/bfd/
H A Darchive64.c132 carsyms->file_offset = bfd_getb64 (raw_armap + i * 8);

Completed in 489 milliseconds

1234567891011>>