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

/frameworks/compile/mclinker/lib/LD/
H A DEhFrameReader.cpp177 ConstAddress cie_end = pRegion.end(); local
190 memchr(aug_str_front, '\0', cie_end - aug_str_front));
199 if (!skip_LEB128(&handler, cie_end)) {
203 if (!skip_LEB128(&handler, cie_end)) {
207 if (cie_end - handler < 1) {
244 if (cie_end - handler < 1) {
255 if (cie_end - handler < 1) {
283 uint32_t per_align = handler - cie_end;
286 if (static_cast<uint32_t>(cie_end - handler) < per_align) {
292 if (static_cast<uint32_t>(cie_end
[all...]
/frameworks/compile/mclinker/include/mcld/LD/
H A DEhFrame.h199 const_cie_iterator cie_end () const { return m_CIEs.end(); } function in class:mcld::EhFrame
200 cie_iterator cie_end () { return m_CIEs.end(); } function in class:mcld::EhFrame

Completed in 34 milliseconds