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

/frameworks/compile/mclinker/lib/LD/
H A DEhFrame.cpp152 ConstAddress cie_end = pRegion.end(); local
167 memchr(p, '\0', cie_end - p));
173 if (!skipLEB128(&p, cie_end)) {
177 if (!skipLEB128(&p, cie_end)) {
181 if (cie_end - p < 1) {
201 if (!skipLEB128(&p, cie_end)) {
212 if (cie_end - p < 1) {
223 if (cie_end - p < 1) {
251 uint32_t per_align = p - cie_end;
254 if (static_cast<uint32_t>(cie_end
[all...]
/frameworks/compile/mclinker/include/mcld/LD/
H A DEhFrame.h71 cie_iterator cie_end() function in class:mcld::EhFrame
74 const_cie_iterator cie_end() const function in class:mcld::EhFrame

Completed in 491 milliseconds