Searched refs:hasLSDA (Results 1 – 3 of 3) sorted by relevance
40 bool hasLSDA();134 bool elf::hasLSDA(const EhSectionPiece &p) { in hasLSDA() function in elf135 return EhReader(p.sec, p.data()).hasLSDA(); in hasLSDA()180 bool EhReader::hasLSDA() { in hasLSDA() function in EhReader
18 bool hasLSDA(const EhSectionPiece &p);
473 if (hasLSDA(cie)) in iterateFDEWithLSDAAux()