Home
last modified time | relevance | path

Searched refs:m_offset (Results 1 – 25 of 46) sorted by relevance

12

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/
H A DAddress.h128 : m_section_wp(rhs.m_section_wp), m_offset(rhs.m_offset) {} in Address()
143 m_offset(offset) { in Address()
180 m_offset = LLDB_INVALID_ADDRESS; in Clear()
306 lldb::addr_t GetOffset() const { return m_offset; } in GetOffset()
332 bool IsValid() const { return m_offset != LLDB_INVALID_ADDRESS; } in IsValid()
426 bool changed = m_offset != offset; in SetOffset()
427 m_offset = offset; in SetOffset()
433 m_offset = addr; in SetRawAddress()
437 if (m_offset != LLDB_INVALID_ADDRESS) { in Slide()
438 m_offset += offset; in Slide()
[all …]
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugArangeSet.cpp18 : m_offset(DW_INVALID_OFFSET), m_next_offset(DW_INVALID_OFFSET) {} in DWARFDebugArangeSet()
21 m_offset = DW_INVALID_OFFSET; in Clear()
36 m_offset = *offset_ptr; in extract()
82 if (!data.ValidOffset(m_offset + sizeof(m_header.length) + m_header.length - in extract()
95 const uint32_t header_size = *offset_ptr - m_offset; in extract()
101 *offset_ptr = m_offset + first_tuple_offset; in extract()
145 m_offset, num_terminators); in extract()
H A DDWARFDebugAbbrev.h29 DWARFAbbreviationDeclarationSet() : m_offset(DW_INVALID_OFFSET), m_decls() {} in DWARFAbbreviationDeclarationSet()
32 : m_offset(offset), m_idx_offset(idx_offset), m_decls() {} in DWARFAbbreviationDeclarationSet()
35 dw_offset_t GetOffset() const { return m_offset; } in GetOffset()
52 dw_offset_t m_offset;
H A DDWARFDebugInfoEntry.h38 : m_offset(DW_INVALID_OFFSET), m_sibling_idx(0), m_has_children(false) {} in DWARFDebugInfoEntry()
40 explicit operator bool() const { return m_offset != DW_INVALID_OFFSET; }
118 dw_offset_t GetOffset() const { return m_offset; } in GetOffset()
168 dw_offset_t m_offset; // Offset within the .debug_info/.debug_types variable
H A DDWARFDebugArangeSet.h44 void SetOffset(uint32_t offset) { m_offset = offset; } in SetOffset()
60 dw_offset_t m_offset; variable
H A DDWARFDebugInfoEntry.cpp42 m_offset = *offset_ptr; in Extract()
64 m_offset, (unsigned)abbr_idx); in Extract()
194 m_offset, (unsigned)form); in Extract()
195 *offset_ptr = m_offset; in Extract()
886 return m_offset == rhs.m_offset && m_parent_idx == rhs.m_parent_idx && in operator ==()
H A DDWARFUnit.h39 dw_offset_t m_offset = 0; variable
57 dw_offset_t GetOffset() const { return m_offset; } in GetOffset()
72 uint32_t GetNextUnitOffset() const { return m_offset + m_length + 4; } in GetNextUnitOffset()
/freebsd-13.1/usr.sbin/ppp/
H A Dmbuf.c212 bp->m_offset += nb; in mbuf_Read()
249 if (bp && bp->m_offset) { in m_prepend()
250 if (bp->m_offset >= len) { in m_prepend()
251 bp->m_offset -= len; in m_prepend()
257 len -= bp->m_offset; in m_prepend()
260 bp->m_len += bp->m_offset; in m_prepend()
261 bp->m_offset = 0; in m_prepend()
265 head->m_offset = extra; in m_prepend()
281 bp->m_offset += n; in m_adj()
401 else if ((bp->m_offset & (sizeof(long) - 1)) != 0) { in m_pullup()
[all …]
H A Dmbuf.h35 u_short m_offset; /* offset from header end to start position */ member
51 ((bp) ? (u_char *)((bp)+1) + (bp)->m_offset : (u_char *)bp)
54 ((bp) ? (const u_char *)((bp)+1) + (bp)->m_offset : (const u_char *)bp)
H A Dpred.c266 wp->m_offset += 2; /* skip length */ in Pred1Input()
271 wp->m_offset++; in Pred1Input()
274 wp->m_offset += 2; in Pred1Input()
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DAddress.cpp235 : m_section_wp(), m_offset(LLDB_INVALID_ADDRESS) { in Address()
242 m_offset = rhs.m_offset; in operator =()
260 m_offset = file_addr; in ResolveAddressUsingFileSections()
300 return sect_file_addr + m_offset; in GetFileAddress()
307 return m_offset; in GetFileAddress()
319 return sect_load_addr + m_offset; in GetLoadAddress()
328 return m_offset; in GetLoadAddress()
361 m_offset = target->GetCallableLoadAddress(m_offset, GetAddressClass()); in SetCallableLoadAddress()
385 m_offset = target->GetOpcodeLoadAddress(m_offset, addr_class); in SetOpcodeLoadAddress()
419 s->Printf(" + %" PRIu64, m_offset); in Dump()
[all …]
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DObjectContainer.h42 m_offset(file_offset), m_length(length), m_data() { in ObjectContainer()
93 virtual lldb::addr_t GetOffset() const { return m_offset; } in GetOffset()
164 m_offset; ///< The offset in bytes into the file, or the address in memory variable
H A DUnwindPlan.h335 lldb::addr_t GetOffset() const { return m_offset; } in GetOffset()
337 void SetOffset(lldb::addr_t offset) { m_offset = offset; } in SetOffset()
339 void SlideOffset(lldb::addr_t offset) { m_offset += offset; } in SlideOffset()
387 lldb::addr_t m_offset = 0; // Offset into the function for this row variable
/freebsd-13.1/lib/libdevdctl/
H A Dexception.h151 size_t m_offset; variable
164 return (m_offset); in GetOffset()
H A Dexception.cc93 m_offset(offset) in ParseException()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Expression/
H A DMaterializer.h111 uint32_t GetOffset() { return m_offset; } in GetOffset()
113 void SetOffset(uint32_t offset) { m_offset = offset; } in SetOffset()
118 uint32_t m_offset = 0; variable
/freebsd-13.1/contrib/llvm-project/lldb/source/Expression/
H A DMaterializer.cpp143 const lldb::addr_t load_addr = process_address + m_offset; in Materialize()
195 const lldb::addr_t load_addr = process_address + m_offset; in Dematerialize()
201 (uint64_t)process_address + m_offset, in Dematerialize()
341 const lldb::addr_t load_addr = process_address + m_offset; in DumpToLog()
430 const lldb::addr_t load_addr = process_address + m_offset; in Materialize()
599 const lldb::addr_t load_addr = process_address + m_offset; in Dematerialize()
680 const lldb::addr_t load_addr = process_address + m_offset; in DumpToLog()
857 const lldb::addr_t load_addr = process_address + m_offset; in Dematerialize()
957 const lldb::addr_t load_addr = process_address + m_offset; in DumpToLog()
1062 const lldb::addr_t load_addr = process_address + m_offset; in Materialize()
[all …]
/freebsd-13.1/sys/netinet/
H A Dsctp_auth.c1024 m_offset -= SCTP_BUF_LEN(m_tmp); in sctp_hmac_m()
1031 SCTP_BUF_LEN(m_tmp) - (trailer + m_offset)); in sctp_hmac_m()
1034 SCTP_BUF_LEN(m_tmp) - m_offset); in sctp_hmac_m()
1038 m_offset = 0; in sctp_hmac_m()
1093 uint32_t m_offset, uint8_t *digest) in sctp_compute_hmac_m() argument
1564 m_offset -= SCTP_BUF_LEN(m_tmp); in sctp_zero_m()
1569 data = mtod(m_tmp, uint8_t *)+m_offset; in sctp_zero_m()
1570 if (size > (uint32_t)(SCTP_BUF_LEN(m_tmp) - m_offset)) { in sctp_zero_m()
1571 memset(data, 0, SCTP_BUF_LEN(m_tmp) - m_offset); in sctp_zero_m()
1572 size -= SCTP_BUF_LEN(m_tmp) - m_offset; in sctp_zero_m()
[all …]
H A Dsctp_auth.h186 struct mbuf *m, uint32_t m_offset, uint8_t *digest, uint32_t trailer);
189 struct mbuf *m, uint32_t m_offset, uint8_t *digest);
/freebsd-13.1/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointResolver.cpp66 : m_breakpoint(bkpt), m_offset(offset), SubclassID(resolverTy) {} in BreakpointResolver()
160 options_dict_sp->AddIntegerItem(GetKey(OptionNames::Offset), m_offset); in WrapOptionsDict()
340 loc_addr.Slide(m_offset); in AddLocation()
351 m_offset = offset; in SetOffset()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointResolver.h77 lldb::addr_t GetOffset() const { return m_offset; } in GetOffset()
221 lldb::addr_t m_offset; // A random offset the user asked us to add to any variable
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectMemory.cpp50 : m_num_per_line(1, 1), m_view_as_type(), m_offset(0, 0), in OptionGroupReadMemory()
90 error = m_offset.SetValueFromString(option_value); in SetOptionValue()
104 m_offset.Clear(); in OptionParsingStarting()
269 m_view_as_type.OptionWasSet() || m_offset.OptionWasSet() || in AnyOptionWasSet()
277 OptionValueUInt64 m_offset; member in OptionGroupReadMemory
648 addr = addr + (*size * m_memory_options.m_offset.GetCurrentValue()); in DoExecute()
885 OptionGroupFindMemory() : OptionGroup(), m_count(1), m_offset(0) {} in OptionGroupFindMemory()
913 if (m_offset.SetValueFromString(option_value).Fail()) in SetOptionValue()
932 OptionValueUInt64 m_offset; member in CommandObjectMemoryFind::OptionGroupFindMemory
1111 found_location + m_memory_options.m_offset.GetCurrentValue(), in DoExecute()
[all …]
H A DCommandObjectPlatform.cpp593 fd, m_options.m_offset, &buffer[0], m_options.m_count, error); in DoExecute()
619 if (option_arg.getAsInteger(0, m_offset)) in SetOptionValue()
636 m_offset = 0; in OptionParsingStarting()
646 uint32_t m_offset; member in CommandObjectPlatformFRead::CommandOptions
682 platform_sp->WriteFile(fd, m_options.m_offset, &m_options.m_data[0], in DoExecute()
708 if (option_arg.getAsInteger(0, m_offset)) in SetOptionValue()
723 m_offset = 0; in OptionParsingStarting()
733 uint32_t m_offset; member in CommandObjectPlatformFWrite::CommandOptions
/freebsd-13.1/usr.bin/mail/
H A Dfio.c98 this.m_offset = 0; in setptr()
130 this.m_offset = boffsetof(offset); in setptr()
212 positionof(mp->m_block, mp->m_offset), SEEK_SET) < 0) in setinput()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DNSIndexPath.cpp109 .GetSyntheticChildAtOffset(_indexes_id.m_offset, in Update()
114 _length_id.m_offset, m_uint_star_type, true)); in Update()

12