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

/external/elfutils/0.153/src/
H A Dreadelf.c5260 const unsigned char *const cieend = readp + unit_length; local
5261 if (unlikely (cieend > dataend || readp + 8 > dataend))
5286 readp = memchr (readp, '\0', cieend - readp);
5294 if (cieend - readp < 5)
5508 print_cfa_program (readp, cieend, vma_base, code_alignment_factor,
5511 readp = cieend;

Completed in 1191 milliseconds