Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/elftosb/dist/common/
H A DDataTarget.cpp25 range.m_begin = m_begin; in getRangeForSegment()
31 range.m_end = std::min<uint32_t>(m_end, m_begin + segment.getLength()); in getRangeForSegment()
36 range.m_end = m_begin + segment.getLength(); in getRangeForSegment()
55 range.m_begin = segment.getBaseAddress(); in getRangeForSegment()
H A DDataTarget.h42 uint32_t m_begin; member
80 ConstantDataTarget(uint32_t start) : DataTarget(), m_begin(start), m_end(0), m_hasEnd(false) {} in ConstantDataTarget()
83 …ConstantDataTarget(uint32_t start, uint32_t end) : DataTarget(), m_begin(start), m_end(end), m_has… in ConstantDataTarget()
88 virtual uint32_t getBeginAddress() { return m_begin; } in getBeginAddress()
95 uint32_t m_begin; //!< Start address.
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Diterator-utils.h32 : m_begin (begin), m_end (end) {} in iterator_range()
34 T begin () const { return m_begin; } in begin()
37 explicit operator bool () const { return m_begin != m_end; }
40 T m_begin;
/netbsd-src/external/bsd/atf/dist/atf-c/detail/
H A Dlist.c221 l->m_begin = lebeg; in atf_list_init()
233 le = (struct list_entry *)l->m_begin; in atf_list_fini()
254 struct list_entry *le = l->m_begin; in atf_list_begin()
261 const struct list_entry *le = l->m_begin; in atf_list_begin_c()
379 ghost2 = (struct list_entry *)src->m_begin; in atf_list_append_list()
H A Dlist.h80 void *m_begin; member
/netbsd-src/external/bsd/elftosb/dist/elftosb2/
H A DEncoreBootImageGenerator.cpp195 unsigned rangeLength = range.m_end - range.m_begin; in processLoadOperation()
204 command->setAddress(range.m_begin); in processLoadOperation()
219 command->setLoadAddress(range.m_begin); in processLoadOperation()
H A DElftosbAST.cpp1307 : ASTNode(other), m_begin(), m_end() in AddressRangeASTNode()
1309 m_begin = other.m_begin->clone(); in AddressRangeASTNode()
1319 if (m_begin) m_begin->printTree(indent + 2); in printTree()
H A DElftosbAST.h1149 : ASTNode(), m_begin(), m_end() in AddressRangeASTNode()
1154 : ASTNode(), m_begin(begin), m_end(end) in AddressRangeASTNode()
1166 inline void setBegin(ASTNode * begin) { m_begin = begin; } in setBegin()
1167 inline ASTNode * getBegin() { return m_begin; } in getBegin()
1173 smart_ptr<ASTNode> m_begin;
/netbsd-src/external/gpl3/gcc/dist/libcpp/include/
H A Dcpplib.h1534 int bytes_processed () const { return m_next - m_begin; } in bytes_processed()
1543 const char *const m_begin;
/netbsd-src/external/gpl3/gcc/dist/libcpp/
H A Dcharset.cc2349 m_begin (data), in cpp_display_width_computation()
2350 m_next (m_begin), in cpp_display_width_computation()
/netbsd-src/external/gpl3/binutils/dist/
H A DChangeLog.git179578 an all_inferiors_safe_iterator as its m_begin field, which