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