Home
last modified time | relevance | path

Searched refs:entry_offset (Results 1 – 16 of 16) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDebugNamesDWARFIndex.cpp122 uint64_t entry_offset = nte.getEntryOffset(); in GetGlobalVariables() local
123 llvm::Expected<DebugNames::Entry> entry_or = ni.getEntry(&entry_offset); in GetGlobalVariables()
124 for (; entry_or; entry_or = ni.getEntry(&entry_offset)) { in GetGlobalVariables()
155 uint64_t entry_offset = nte.getEntryOffset(); in GetGlobalVariables() local
156 llvm::Expected<DebugNames::Entry> entry_or = ni.getEntry(&entry_offset); in GetGlobalVariables()
157 for (; entry_or; entry_or = ni.getEntry(&entry_offset)) { in GetGlobalVariables()
297 uint64_t entry_offset = nte.getEntryOffset(); in GetFunctions() local
298 llvm::Expected<DebugNames::Entry> entry_or = ni.getEntry(&entry_offset); in GetFunctions()
299 for (; entry_or; entry_or = ni.getEntry(&entry_offset)) { in GetFunctions()
/freebsd/usr.bin/etdump/
H A Detdump.c123 size_t entry_offset; in dump_section() local
137 entry_offset = offset + i * ET_BOOT_ENTRY_SIZE; in dump_section()
138 if (entry_offset + sizeof(boot_catalog_section_entry) > in dump_section()
143 (boot_catalog_section_entry *)&buffer[entry_offset]; in dump_section()
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dspace_map.c166 uint64_t entry_offset = (raw_offset << sm->sm_shift) + in space_map_iterate() local
170 VERIFY0(P2PHASE(entry_offset, 1ULL << sm->sm_shift)); in space_map_iterate()
172 ASSERT3U(entry_offset, >=, sm->sm_start); in space_map_iterate()
173 ASSERT3U(entry_offset, <, sm->sm_start + sm->sm_size); in space_map_iterate()
175 ASSERT3U(entry_offset + entry_run, <=, in space_map_iterate()
181 .sme_offset = entry_offset, in space_map_iterate()
355 uint64_t entry_offset = in space_map_incremental_destroy() local
359 VERIFY0(P2PHASE(entry_offset, 1ULL << sm->sm_shift)); in space_map_incremental_destroy()
361 VERIFY3U(entry_offset, >=, sm->sm_start); in space_map_incremental_destroy()
364 VERIFY3U(entry_offset + entry_run, <=, in space_map_incremental_destroy()
[all …]
H A Dspa_log_spacemap.c1306 uint64_t entry_offset = ms->ms_id * entry_size; in spa_ld_unflushed_txgs() local
1309 entry_offset, entry_size, &entry, 0); in spa_ld_unflushed_txgs()
H A Dmetaslab.c6169 uint64_t entry_offset = ms->ms_id * entry_size; in metaslab_update_ondisk_flush_data() local
6185 dmu_write(spa_meta_objset(spa), object, entry_offset, entry_size, in metaslab_update_ondisk_flush_data()
/freebsd/contrib/libarchive/libarchive/
H A Darchive_read_support_format_ar.c58 int64_t entry_offset; member
472 ar->entry_offset = 0; in ar_parse_common_header()
506 *offset = ar->entry_offset; in archive_read_format_ar_read_data()
507 ar->entry_offset += bytes_read; in archive_read_format_ar_read_data()
524 *offset = ar->entry_offset; in archive_read_format_ar_read_data()
H A Darchive_read_support_format_cpio.c181 int64_t entry_offset; member
403 cpio->entry_offset = 0; in archive_read_format_cpio_read_header()
479 *offset = cpio->entry_offset; in archive_read_format_cpio_read_data()
480 cpio->entry_offset += bytes_read; in archive_read_format_cpio_read_data()
491 *offset = cpio->entry_offset; in archive_read_format_cpio_read_data()
H A Darchive_write_set_format_zip.c123 int64_t entry_offset; member
557 zip->entry_offset = zip->written_bytes; in archive_write_zip_header()
1257 archive_le32enc(zip->file_header + 42, (uint32_t)zip->entry_offset); in archive_write_zip_finish_entry()
1264 || zip->entry_offset > ZIP_4GB_MAX) { in archive_write_zip_finish_entry()
1279 if (zip->entry_offset >= ZIP_4GB_MAX) { in archive_write_zip_finish_entry()
1281 archive_le64enc(z, zip->entry_offset); in archive_write_zip_finish_entry()
1311 (uint32_t)zipmin(zip->entry_offset, in archive_write_zip_finish_entry()
H A Darchive_read_support_format_lha.c150 int64_t entry_offset; member
733 lha->entry_offset = 0; in archive_read_format_lha_read_header()
1484 *offset = lha->entry_offset; in archive_read_format_lha_read_data()
1514 *offset = lha->entry_offset; in lha_read_data_none()
1535 *offset = lha->entry_offset; in lha_read_data_none()
1536 lha->entry_offset += bytes_avail; in lha_read_data_none()
1624 *offset = lha->entry_offset; in lha_read_data_lzh()
1629 lha->entry_offset += *size; in lha_read_data_lzh()
1631 *offset = lha->entry_offset; in lha_read_data_lzh()
H A Darchive_read_support_format_cab.c268 int64_t entry_offset; member
993 cab->entry_offset = 0; in archive_read_format_cab_read_header()
1052 *offset = cab->entry_offset; in archive_read_format_cab_read_data()
1921 *offset = cab->entry_offset; in cab_read_data()
1944 *offset = cab->entry_offset; in cab_read_data()
1945 cab->entry_offset += bytes_avail; in cab_read_data()
H A Darchive_read_support_format_7zip.c259 int64_t entry_offset; member
691 zip->entry_offset = 0; in archive_read_format_7zip_read_header()
870 *offset = zip->entry_offset; in archive_read_format_7zip_read_data()
919 *offset = zip->entry_offset; in archive_read_format_7zip_read_data()
920 zip->entry_offset += bytes; in archive_read_format_7zip_read_data()
H A Darchive_read_support_format_tar.c135 int64_t entry_offset; member
526 tar->entry_offset = 0; in archive_read_format_tar_read_header()
2377 tar->entry_offset = tar->sparse_list->offset; in gnu_sparse_old_read()
/freebsd/usr.sbin/bhyve/
H A Dpci_passthru.c330 size_t entry_offset; in msix_table_read() local
368 entry_offset = offset % MSIX_TABLE_ENTRY_SIZE; in msix_table_read()
372 src8 = (uint8_t *)((uint8_t *)entry + entry_offset); in msix_table_read()
376 src16 = (uint16_t *)((uint8_t *)entry + entry_offset); in msix_table_read()
380 src32 = (uint32_t *)((uint8_t *)entry + entry_offset); in msix_table_read()
384 src64 = (uint64_t *)((uint8_t *)entry + entry_offset); in msix_table_read()
404 size_t entry_offset; in msix_table_write() local
440 entry_offset = offset % MSIX_TABLE_ENTRY_SIZE; in msix_table_write()
444 assert(entry_offset % 4 == 0); in msix_table_write()
447 dest32 = (uint32_t *)((uint8_t *)entry + entry_offset); in msix_table_write()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectContainer/Mach-O-Fileset/
H A DObjectContainerMachOFileset.cpp233 const lldb::offset_t entry_offset = entry.fileoff + file_offset; in GetModuleSpecifications() local
235 file, entry_offset, file_size - entry_offset, specs)) { in GetModuleSpecifications()
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DCompactUnwindInfo.cpp563 offset_t entry_offset = BinarySearchRegularSecondPage( in GetCompactUnwindInfoForFunction() local
567 if (entry_offset == LLDB_INVALID_OFFSET) { in GetCompactUnwindInfoForFunction()
570 entry_offset += 4; // skip over functionOffset in GetCompactUnwindInfoForFunction()
571 unwind_info.encoding = m_unwindinfo_data.GetU32(&entry_offset); // encoding in GetCompactUnwindInfoForFunction()
/freebsd/sys/dev/bhnd/bcma/
H A Dbcma_erom.c943 bus_size_t entry_offset; in bcma_erom_corecfg_fill_port_regions() local
981 entry_offset = bcma_erom_tell(erom); in bcma_erom_corecfg_fill_port_regions()
1005 bcma_erom_seek(erom, entry_offset); in bcma_erom_corecfg_fill_port_regions()