Searched refs:entry_offset (Results 1 – 9 of 9) sorted by relevance
| /openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | DebugNamesDWARFIndex.cpp | 110 uint64_t entry_offset = nte.getEntryOffset(); in GetGlobalVariables() local 111 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() 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() 275 uint64_t entry_offset = nte.getEntryOffset(); in GetFunctions() local 276 llvm::Expected<DebugNames::Entry> entry_or = ni.getEntry(&entry_offset); in GetFunctions() 277 for (; entry_or; entry_or = ni.getEntry(&entry_offset)) { in GetFunctions()
|
| /openbsd-src/sys/dev/pci/drm/i915/ |
| H A D | i915_ioctl.c | 55 u32 entry_offset = i915_mmio_reg_offset(entry->offset_ldw); in i915_reg_read_ioctl() local 59 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()
|
| /openbsd-src/sys/dev/pci/drm/i915/gt/uc/ |
| H A D | intel_huc_fw.c | 125 static inline u32 entry_offset(const struct intel_gsc_cpd_entry *entry) in entry_offset() function 221 data + entry_offset(entry)); in intel_huc_fw_get_binary_info() 224 u32 offset = entry_offset(entry); in intel_huc_fw_get_binary_info()
|
| /openbsd-src/gnu/usr.bin/binutils/bfd/ |
| H A D | ppcboot.c | 61 bfd_byte entry_offset[4]; /* entry point offset, little endian */ member 412 long entry_offset = bfd_getl_signed_32 ((PTR) tdata->header.entry_offset); local 417 fprintf (f, _("Entry offset = 0x%.8lx (%ld)\n"), entry_offset, entry_offset);
|
| H A D | som.c | 2358 file_hdr->entry_offset = 0;
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/bfd/ |
| H A D | ppcboot.c | 61 bfd_byte entry_offset[4]; /* entry point offset, little endian */ member 415 long entry_offset = bfd_getl_signed_32 ((PTR) tdata->header.entry_offset); local 420 fprintf (f, _("Entry offset = 0x%.8lx (%ld)\n"), entry_offset, entry_offset);
|
| H A D | som.c | 2253 file_hdr->entry_offset = 0; in som_prep_headers()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectContainer/Mach-O-Fileset/ |
| H A D | ObjectContainerMachOFileset.cpp | 233 const lldb::offset_t entry_offset = entry.fileoff + file_offset; in GetModuleSpecifications() local 235 file, entry_offset, file_size - entry_offset, specs)) { in GetModuleSpecifications()
|
| /openbsd-src/gnu/llvm/lldb/source/Symbol/ |
| H A D | CompactUnwindInfo.cpp | 563 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()
|