Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDebugNamesDWARFIndex.cpp114 uint32_t entry_offset = nte.getEntryOffset(); in GetGlobalVariables() local
115 llvm::Expected<DebugNames::Entry> entry_or = ni.getEntry(&entry_offset); in GetGlobalVariables()
116 for (; entry_or; entry_or = ni.getEntry(&entry_offset)) { in GetGlobalVariables()
134 uint32_t entry_offset = nte.getEntryOffset(); in GetGlobalVariables() local
135 llvm::Expected<DebugNames::Entry> entry_or = ni.getEntry(&entry_offset); in GetGlobalVariables()
136 for (; entry_or; entry_or = ni.getEntry(&entry_offset)) { in GetGlobalVariables()
257 uint32_t entry_offset = nte.getEntryOffset(); in GetFunctions() local
258 llvm::Expected<DebugNames::Entry> entry_or = ni.getEntry(&entry_offset); in GetFunctions()
259 for (; entry_or; entry_or = ni.getEntry(&entry_offset)) { in GetFunctions()
/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dspace_map.c148 uint64_t entry_offset = (raw_offset << sm->sm_shift) + in space_map_iterate() local
152 VERIFY0(P2PHASE(entry_offset, 1ULL << sm->sm_shift)); in space_map_iterate()
154 ASSERT3U(entry_offset, >=, sm->sm_start); in space_map_iterate()
155 ASSERT3U(entry_offset, <, sm->sm_start + sm->sm_size); in space_map_iterate()
157 ASSERT3U(entry_offset + entry_run, <=, in space_map_iterate()
163 .sme_offset = entry_offset, in space_map_iterate()
336 uint64_t entry_offset = in space_map_incremental_destroy() local
340 VERIFY0(P2PHASE(entry_offset, 1ULL << sm->sm_shift)); in space_map_incremental_destroy()
342 VERIFY3U(entry_offset, >=, sm->sm_start); in space_map_incremental_destroy()
345 VERIFY3U(entry_offset + entry_run, <=, in space_map_incremental_destroy()
[all …]
/freebsd-12.1/usr.sbin/bhyve/
H A Dpci_passthru.c294 size_t entry_offset; in msix_table_read() local
336 entry_offset = offset % MSIX_TABLE_ENTRY_SIZE; in msix_table_read()
340 src8 = (uint8_t *)((void *)entry + entry_offset); in msix_table_read()
344 src16 = (uint16_t *)((void *)entry + entry_offset); in msix_table_read()
348 src32 = (uint32_t *)((void *)entry + entry_offset); in msix_table_read()
352 src64 = (uint64_t *)((void *)entry + entry_offset); in msix_table_read()
372 size_t entry_offset; in msix_table_write() local
415 entry_offset = offset % MSIX_TABLE_ENTRY_SIZE; in msix_table_write()
419 assert(entry_offset % 4 == 0); in msix_table_write()
422 dest32 = (uint32_t *)((void *)entry + entry_offset); in msix_table_write()
/freebsd-12.1/usr.bin/etdump/
H A Detdump.c125 size_t entry_offset; in dump_section() local
137 entry_offset = offset + i * ET_BOOT_ENTRY_SIZE; in dump_section()
139 (boot_catalog_section_entry *)&buffer[entry_offset]; in dump_section()
/freebsd-12.1/contrib/libarchive/libarchive/
H A Darchive_read_support_format_ar.c59 int64_t entry_offset; member
473 ar->entry_offset = 0; in ar_parse_common_header()
507 *offset = ar->entry_offset; in archive_read_format_ar_read_data()
508 ar->entry_offset += bytes_read; in archive_read_format_ar_read_data()
525 *offset = ar->entry_offset; in archive_read_format_ar_read_data()
H A Darchive_read_support_format_cpio.c182 int64_t entry_offset; member
398 cpio->entry_offset = 0; in archive_read_format_cpio_read_header()
474 *offset = cpio->entry_offset; in archive_read_format_cpio_read_data()
475 cpio->entry_offset += bytes_read; in archive_read_format_cpio_read_data()
486 *offset = cpio->entry_offset; in archive_read_format_cpio_read_data()
H A Darchive_read_support_format_lha.c150 int64_t entry_offset; member
710 lha->entry_offset = 0; in archive_read_format_lha_read_header()
1386 *offset = lha->entry_offset; in archive_read_format_lha_read_data()
1416 *offset = lha->entry_offset; in lha_read_data_none()
1437 *offset = lha->entry_offset; in lha_read_data_none()
1438 lha->entry_offset += bytes_avail; in lha_read_data_none()
1526 *offset = lha->entry_offset; in lha_read_data_lzh()
1531 lha->entry_offset += *size; in lha_read_data_lzh()
1533 *offset = lha->entry_offset; in lha_read_data_lzh()
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()
1220 || zip->entry_offset > ZIP_4GB_MAX) { in archive_write_zip_finish_entry()
1233 if (zip->entry_offset >= ZIP_4GB_MAX) { in archive_write_zip_finish_entry()
1234 archive_le64enc(z, zip->entry_offset); in archive_write_zip_finish_entry()
1264 (uint32_t)zipmin(zip->entry_offset, in archive_write_zip_finish_entry()
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()
1919 *offset = cab->entry_offset; in cab_read_data()
1942 *offset = cab->entry_offset; in cab_read_data()
1943 cab->entry_offset += bytes_avail; in cab_read_data()
H A Darchive_read_support_format_7zip.c230 int64_t entry_offset; member
653 zip->entry_offset = 0; in archive_read_format_7zip_read_header()
801 *offset = zip->entry_offset; in archive_read_format_7zip_read_data()
846 *offset = zip->entry_offset; in archive_read_format_7zip_read_data()
847 zip->entry_offset += bytes; in archive_read_format_7zip_read_data()
H A Darchive_read_support_format_tar.c136 int64_t entry_offset; member
528 tar->entry_offset = 0; in archive_read_format_tar_read_header()
2336 tar->entry_offset = tar->sparse_list->offset; in gnu_sparse_old_read()
/freebsd-12.1/contrib/binutils/bfd/
H A Dppcboot.c61 bfd_byte entry_offset[4]; /* entry point offset, little endian */ member
408 long entry_offset = bfd_getl_signed_32 ((PTR) tdata->header.entry_offset); local
413 fprintf (f, _("Entry offset = 0x%.8lx (%ld)\n"), entry_offset, entry_offset);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DCompactUnwindInfo.cpp565 offset_t entry_offset = BinarySearchRegularSecondPage( in GetCompactUnwindInfoForFunction() local
569 if (entry_offset == LLDB_INVALID_OFFSET) { in GetCompactUnwindInfoForFunction()
572 entry_offset += 4; // skip over functionOffset in GetCompactUnwindInfoForFunction()
573 unwind_info.encoding = m_unwindinfo_data.GetU32(&entry_offset); // encoding in GetCompactUnwindInfoForFunction()
/freebsd-12.1/sys/dev/bhnd/bcma/
H A Dbcma_erom.c947 bus_size_t entry_offset; in bcma_erom_corecfg_fill_port_regions() local
985 entry_offset = bcma_erom_tell(erom); in bcma_erom_corecfg_fill_port_regions()
1009 bcma_erom_seek(erom, entry_offset); in bcma_erom_corecfg_fill_port_regions()