Searched defs:m_offset (Results 1 - 17 of 17) sorted by relevance

/freebsd-10.3-release/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugAbbrev.h52 dw_offset_t m_offset; member in class:DWARFAbbreviationDeclarationSet
H A DDWARFDebugArangeSet.h71 uint32_t m_offset; member in class:DWARFDebugArangeSet
H A DDWARFDebugPubnamesSet.h88 dw_offset_t m_offset; member in class:DWARFDebugPubnamesSet
H A DDWARFCompileUnit.h194 dw_offset_t m_offset; member in class:DWARFCompileUnit
H A DDWARFDebugInfoEntry.h447 dw_offset_t m_offset; // Offset within the .debug_info of the start of this entry member in class:DWARFDebugInfoEntry
/freebsd-10.3-release/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DObjectContainer.h226 lldb::addr_t m_offset; ///< The offset in bytes into the file, or the address in memory member in class:lldb_private::ObjectContainer
H A DUnwindPlan.h337 lldb::addr_t m_offset; // Offset into the function for this row member in class:lldb_private::UnwindPlan::Row
/freebsd-10.3-release/contrib/llvm/tools/lldb/include/lldb/Core/
H A DAddress.h552 std::atomic<lldb::addr_t> m_offset; ///< Offset into section if \\a m_section_wp is valid... member in class:lldb_private::Address
[all...]
/freebsd-10.3-release/contrib/llvm/tools/lldb/include/lldb/Expression/
H A DMaterializer.h155 uint32_t m_offset; member in class:lldb_private::Materializer::Entity
H A DClangExpressionVariable.h167 off_t m_offset; ///< The offset of the variable in the struct, in bytes member in struct:lldb_private::ClangExpressionVariable::JITVars
/freebsd-10.3-release/usr.sbin/ppp/
H A Dmbuf.h33 u_short m_offset; /* offset from header end to start position */ member in struct:mbuf
/freebsd-10.3-release/usr.bin/mail/
H A Ddef.h71 short m_offset; /* offset in block of message */ member in struct:message
/freebsd-10.3-release/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectMemory.cpp1006 OptionValueUInt64 m_offset; member in class:CommandObjectMemoryFind::OptionGroupFindMemory
H A DCommandObjectPlatform.cpp889 uint32_t m_offset; member in class:CommandObjectPlatformFRead::CommandOptions
1015 uint32_t m_offset; member in class:CommandObjectPlatformFWrite::CommandOptions
H A DCommandObjectTarget.cpp3902 lldb::addr_t m_offset; // Subtract this offset from m_addr before doing lookups. member in class:CommandObjectTargetModulesLookup::CommandOptions
/freebsd-10.3-release/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/
H A DProcessMonitor.cpp297 unsigned m_offset; member in class:ReadRegOperation
336 unsigned m_offset; member in class:WriteRegOperation
373 unsigned m_offset; member in class:ReadDebugRegOperation
412 unsigned m_offset; member in class:WriteDebugRegOperation
[all...]
/freebsd-10.3-release/sys/netinet/
H A Dsctp_auth.c981 sctp_hmac_m(uint16_t hmac_algo, uint8_t * key, uint32_t keylen, struct mbuf *m, uint32_t m_offset, uint8_t * digest, uint32_t trailer) argument
1132 sctp_compute_hmac_m(uint16_t hmac_algo, sctp_key_t * key, struct mbuf *m, uint32_t m_offset, uint8_t * digest) argument
1588 sctp_bzero_m(struct mbuf *m, uint32_t m_offset, uint32_t size) argument
[all...]

Completed in 231 milliseconds