Searched refs:m_begin (Results 1 – 11 of 11) sorted by relevance
/netbsd-src/external/bsd/elftosb/dist/common/ |
H A D | DataTarget.cpp | 25 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 D | DataTarget.h | 42 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 D | iterator-utils.h | 32 : 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 D | list.c | 221 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 D | list.h | 80 void *m_begin; member
|
/netbsd-src/external/bsd/elftosb/dist/elftosb2/ |
H A D | EncoreBootImageGenerator.cpp | 195 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 D | ElftosbAST.cpp | 1307 : 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 D | ElftosbAST.h | 1149 : 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 D | cpplib.h | 1534 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 D | charset.cc | 2349 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 D | ChangeLog.git | 179578 an all_inferiors_safe_iterator as its m_begin field, which
|