Searched refs:entry_offset (Results 1 – 8 of 8) sorted by relevance
110 uint64_t entry_offset = nte.getEntryOffset(); in GetGlobalVariables() local111 llvm::Expected<DebugNames::Entry> entry_or = ni.getEntry(&entry_offset); in GetGlobalVariables()112 for (; entry_or; entry_or = ni.getEntry(&entry_offset)) { in GetGlobalVariables()134 uint64_t entry_offset = nte.getEntryOffset(); in GetGlobalVariables() local135 llvm::Expected<DebugNames::Entry> entry_or = ni.getEntry(&entry_offset); in GetGlobalVariables()136 for (; entry_or; entry_or = ni.getEntry(&entry_offset)) { in GetGlobalVariables()275 uint64_t entry_offset = nte.getEntryOffset(); in GetFunctions() local276 llvm::Expected<DebugNames::Entry> entry_or = ni.getEntry(&entry_offset); in GetFunctions()277 for (; entry_or; entry_or = ni.getEntry(&entry_offset)) { in GetFunctions()
55 u32 entry_offset = i915_mmio_reg_offset(entry->offset_ldw); in i915_reg_read_ioctl() local59 GEM_BUG_ON(entry_offset & (entry->size - 1)); in i915_reg_read_ioctl()62 entry_offset == (reg->offset & -entry->size)) in i915_reg_read_ioctl()
125 static inline u32 entry_offset(const struct intel_gsc_cpd_entry *entry) in entry_offset() function221 data + entry_offset(entry)); in intel_huc_fw_get_binary_info()224 u32 offset = entry_offset(entry); in intel_huc_fw_get_binary_info()
61 bfd_byte entry_offset[4]; /* entry point offset, little endian */ member415 long entry_offset = bfd_getl_signed_32 ((PTR) tdata->header.entry_offset); local420 fprintf (f, _("Entry offset = 0x%.8lx (%ld)\n"), entry_offset, entry_offset);
2253 file_hdr->entry_offset = 0; in som_prep_headers()
61 bfd_byte entry_offset[4]; /* entry point offset, little endian */ member412 long entry_offset = bfd_getl_signed_32 ((PTR) tdata->header.entry_offset); local417 fprintf (f, _("Entry offset = 0x%.8lx (%ld)\n"), entry_offset, entry_offset);
2358 file_hdr->entry_offset = 0;
563 offset_t entry_offset = BinarySearchRegularSecondPage( in GetCompactUnwindInfoForFunction() local567 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()