We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fadce0a commit 4a50d12Copy full SHA for 4a50d12
src/patchelf.cc
@@ -2137,6 +2137,8 @@ void ElfFile<ElfFileParamNames>::renameDynamicSymbols(const std::unordered_map<s
2137
debug("renaming dynamic symbol %s to %s\n", name.data(), it->second.c_str());
2138
extraStrings.insert(extraStrings.end(), newName.begin(), newName.end() + 1);
2139
changed = true;
2140
+ } else {
2141
+ debug("skip renaming dynamic symbol %sn", name.data());
2142
}
2143
2144
0 commit comments