Searched refs:EqualsIdx (Results 1 – 1 of 1) sorted by relevance
468 size_t EqualsIdx = Mapping.find_first_of("="); in applySpecificSectionMappings() local469 std::string SectionIDStr = Mapping.substr(0, EqualsIdx); in applySpecificSectionMappings()489 std::string NewAddrStr = Mapping.substr(EqualsIdx + 1); in applySpecificSectionMappings()581 size_t EqualsIdx = Mapping.find_first_of("="); in remapSectionsAndSymbols() local583 if (EqualsIdx == StringRef::npos) in remapSectionsAndSymbols()587 std::string Symbol = Mapping.substr(0, EqualsIdx); in remapSectionsAndSymbols()588 std::string AddrStr = Mapping.substr(EqualsIdx + 1); in remapSectionsAndSymbols()