Searched refs:NewAddrStr (Results 1 – 2 of 2) sorted by relevance
518 std::string NewAddrStr = Mapping.substr(EqualsIdx + 1); in applySpecificSectionMappings() local521 if (StringRef(NewAddrStr).getAsInteger(0, NewAddr)) in applySpecificSectionMappings()
615 std::string NewAddrStr = std::string(Mapping.substr(EqualsIdx + 1)); in applySpecificSectionMappings() local618 if (StringRef(NewAddrStr).getAsInteger(0, NewAddr)) in applySpecificSectionMappings()