Searched refs:EqualsIdx (Results 1 – 2 of 2) sorted by relevance
502 size_t EqualsIdx = Mapping.find_first_of("="); in applySpecificSectionMappings() local503 std::string SectionIDStr = Mapping.substr(0, EqualsIdx); in applySpecificSectionMappings()523 std::string NewAddrStr = Mapping.substr(EqualsIdx + 1); in applySpecificSectionMappings()615 size_t EqualsIdx = Mapping.find_first_of('='); in remapSectionsAndSymbols() local617 if (EqualsIdx == StringRef::npos) in remapSectionsAndSymbols()621 std::string Symbol = Mapping.substr(0, EqualsIdx); in remapSectionsAndSymbols()622 std::string AddrStr = Mapping.substr(EqualsIdx + 1); in remapSectionsAndSymbols()
497 size_t EqualsIdx = Mapping.find_first_of("="); in applySpecificSectionMappings() local498 std::string SectionIDStr = Mapping.substr(0, EqualsIdx); in applySpecificSectionMappings()518 std::string NewAddrStr = Mapping.substr(EqualsIdx + 1); in applySpecificSectionMappings()610 size_t EqualsIdx = Mapping.find_first_of("="); in remapSectionsAndSymbols() local612 if (EqualsIdx == StringRef::npos) in remapSectionsAndSymbols()616 std::string Symbol = Mapping.substr(0, EqualsIdx); in remapSectionsAndSymbols()617 std::string AddrStr = Mapping.substr(EqualsIdx + 1); in remapSectionsAndSymbols()