Searched refs:mangled_name (Results 1 - 1 of 1) sorted by relevance

/frameworks/compile/mclinker/lib/LD/
H A DELFBinaryReader.cpp90 std::string mangled_name = pInput.path().filename().native(); local
91 for (std::string::iterator it = mangled_name.begin(),
92 ie = mangled_name.end(); it != ie; ++it) {
99 "_binary_" + mangled_name + "_start",
109 "_binary_" + mangled_name + "_end",
119 "_binary_" + mangled_name + "_size",

Completed in 94 milliseconds