Home
last modified time | relevance | path

Searched refs:m_base (Results 1 – 10 of 10) 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()
63 m_sections_up->GetSectionAtIndex(0), m_base); in SetLoadAddress()
69 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.cpp41 ValueObject* m_base = nullptr; member in __anon5a070c7f0111::TupleFrontEnd
47 m_base = nullptr; in Update()
57 m_base = base_sp.get(); in Update()
66 if (!m_base) in GetChildAtIndex()
72 m_base->GetCompilerType().GetDirectBaseClassAtIndex(idx, nullptr); in GetChildAtIndex()
75 ValueObjectSP holder_sp = m_base->GetChildAtIndex(idx); in GetChildAtIndex()
H A DLibCxxProxyArray.cpp50 ValueObject *m_base = nullptr; member in lldb_private::formatters::LibcxxStdProxyArraySyntheticFrontEnd
106 if (!m_base) in GetChildAtIndex()
122 offset = offset + m_base->GetValueAsUnsigned(0); in GetChildAtIndex()
133 m_base = nullptr; in Update()
169 m_base = base.get(); in Update()
183 if (!m_base) in GetIndexOfChildWithName()
/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()