Home | History | Annotate | Download | only in LD

Lines Matching defs:cie_end

177   ConstAddress cie_end = pRegion.end();
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 - handler) < per_length) {
303 if (cie_end - handler < 1) {