Searched refs:NextSym (Results 1 – 2 of 2) sorted by relevance
677 const auto NextSym = in handleEraseAfter() local682 State = invalidateIteratorPositions(State, NextSym, BO_EQ); in handleEraseAfter()
7544 uint64_t NextSym = 0; in DisassembleMachO() local7552 NextSym = cantFail(Symbols[NextSymIdx].getValue()); in DisassembleMachO()7553 NextSym -= SectionAddress; in DisassembleMachO()7559 uint64_t End = containsNextSym ? std::min(NextSym, SectSize) : SectSize; in DisassembleMachO()