Searched refs:CloseParensIdx (Results 1 – 1 of 1) sorted by relevance
405 size_t CloseParensIdx = RemainingExpr.find(')'); in evalSectionAddr() local406 SectionName = RemainingExpr.substr(0, CloseParensIdx).rtrim(); in evalSectionAddr()407 RemainingExpr = RemainingExpr.substr(CloseParensIdx).ltrim(); in evalSectionAddr()