Searched defs:cie_end (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/mclinker/lib/LD/
H A DEhFrameReader.cpp170 ConstAddress cie_end = pRegion.end(); local
183 memchr(aug_str_front, '\0', cie_end - aug_str_front));
192 if (!skip_LEB128(&handler, cie_end)) {
196 if (!skip_LEB128(&handler, cie_end)) {
201 if (cie_end - handler < 1)
205 if (!skip_LEB128(&handler, cie_end))
241 if (cie_end - handler < 1) {
252 if (cie_end - handler < 1) {
280 uint32_t per_align = handler - cie_end;
283 if (static_cast<uint32_t>(cie_end
[all...]
/frameworks/compile/mclinker/include/mcld/LD/
H A DEhFrame.h196 const_cie_iterator cie_end() const { return m_CIEs.end(); } function in class:mcld::EhFrame
197 cie_iterator cie_end() { return m_CIEs.end(); } function in class:mcld::EhFrame

Completed in 3517 milliseconds