Home
last modified time | relevance | path

Searched refs:m_base (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/atf/atf-c/detail/
H A Dprocess_test.c110 struct base_stream m_base; member
115 { .m_base = BASE_STREAM(capture_stream_init, \
126 s->m_base.m_sb_ptr = &s->m_base.m_sb; in capture_stream_init()
127 RE(atf_process_stream_init_capture(&s->m_base.m_sb)); in capture_stream_init()
137 switch (s->m_base.m_type) { in capture_stream_process()
155 switch (s->m_base.m_type) { in capture_stream_fini()
169 atf_process_stream_fini(&s->m_base.m_sb); in capture_stream_fini()
173 struct base_stream m_base; member
178 { .m_base = BASE_STREAM(connect_stream_init, \
190 switch (s->m_base.m_type) { in connect_stream_init()
[all …]
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Placeholder/
H A DObjectFilePlaceholder.cpp32 m_base(base), m_size(size) { in LLDB_PLUGIN_DEFINE()
41 lldb_private::ConstString(".module_image"), eSectionTypeOther, m_base, in CreateSections()
56 assert(value == m_base); in SetLoadAddress()
62 target.SetSectionLoadAddress(m_sections_up->GetSectionAtIndex(0), m_base); in SetLoadAddress()
68 GetFileSpec(), m_base, m_base + m_size); in Dump()
H A DObjectFilePlaceholder.h65 lldb::addr_t GetBaseImageAddress() const { return m_base; } in GetBaseImageAddress()
70 lldb::addr_t m_base; variable
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxxTuple.cpp45 ValueObject* m_base = nullptr; member in __anon5a070c7f0111::TupleFrontEnd
51 m_base = nullptr; in Update()
61 m_base = base_sp.get(); in Update()
70 if (!m_base) in GetChildAtIndex()
76 m_base->GetCompilerType().GetDirectBaseClassAtIndex(idx, nullptr); in GetChildAtIndex()
79 ValueObjectSP holder_sp = m_base->GetChildAtIndex(idx); in GetChildAtIndex()
H A DLibCxxProxyArray.cpp48 ValueObject *m_base = nullptr; member in lldb_private::formatters::LibcxxStdProxyArraySyntheticFrontEnd
104 if (!m_base) in GetChildAtIndex()
120 offset = offset + m_base->GetValueAsUnsigned(0); in GetChildAtIndex()
131 m_base = nullptr; in Update()
169 m_base = base.get(); in Update()
179 if (!m_base) in GetIndexOfChildWithName()
/freebsd/contrib/llvm-project/lldb/include/lldb/ValueObject/
H A DDILAST.h98 : ASTNode(location, NodeKind::eMemberOfNode), m_base(std::move(base)), in MemberOfNode()
103 ASTNode *GetBase() const { return m_base.get(); } in GetBase()
112 ASTNodeUP m_base;
141 m_base(std::move(base)), m_index(index) {} in ArraySubscriptNode()
145 ASTNode *GetBase() const { return m_base.get(); } in GetBase()
153 ASTNodeUP m_base;
162 m_base(std::move(base)), m_first_index(first_index), in BitFieldExtractionNode()
167 ASTNode *GetBase() const { return m_base.get(); } in GetBase()
176 ASTNodeUP m_base;
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DLoadedModuleInfoList.h48 m_base = base; in set_base()
52 out = m_base; in get_base()
91 return (m_base == rhs.m_base) && (m_link_map == rhs.m_link_map) &&
99 lldb::addr_t m_base = LLDB_INVALID_ADDRESS; variable
/freebsd/sys/dev/bhnd/bcma/
H A Dbcma_subr.c179 end = map->m_base + map->m_size; in bcma_dinfo_init_port_resource_info()
180 if (map->m_base <= RM_MAX_END && end <= RM_MAX_END) { in bcma_dinfo_init_port_resource_info()
183 map->m_base, end, map->m_size); in bcma_dinfo_init_port_resource_info()
191 (unsigned long long) map->m_base, in bcma_dinfo_init_port_resource_info()
H A Dbcmavar.h124 bhnd_addr_t m_base; /**< base address */ member
H A Dbcma.c594 *addr = map->m_base; in bcma_get_region_addr()
H A Dbcma_erom.c1021 map->m_base = spr.base_addr; in bcma_erom_corecfg_fill_port_regions()