Searched refs:hasLSDA (Results 1 – 3 of 3) sorted by relevance
41 bool hasLSDA();157 bool elf::hasLSDA(const EhSectionPiece &p) { in hasLSDA() function in elf158 return EhReader(p.sec, p.data()).hasLSDA(); in hasLSDA()203 bool EhReader::hasLSDA() { in hasLSDA() function in EhReader
21 bool hasLSDA(const EhSectionPiece &p);
465 if (hasLSDA(piece)) in iterateFDEWithLSDAAux()