HomeSort by relevance Sort by last modified time
    Searched full:mangled (Results 1 - 25 of 523) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/oprofile/libop/
op_mangle.c 40 char * mangled; local
67 mangled = xmalloc(len);
69 strcpy(mangled, op_samples_current_dir);
70 append_image(mangled, values->flags, 0, image_name, anon_name);
72 strcat(mangled, "{dep}" "/");
73 append_image(mangled, values->flags, anon, dep_name, anon_name);
76 strcat(mangled, "{cg}" "/");
77 append_image(mangled, values->flags, cg_anon,
81 strcat(mangled, values->event_name);
82 sprintf(mangled + strlen(mangled), ".%d.%d."
    [all...]
op_mangle.h 57 * Returns a char* pointer to the mangled string. Caller
  /external/valgrind/main/coregrind/m_demangle/
cplus-dem.c 548 consume_count_with_underscores (const char **mangled)
552 if (**mangled == '_')
554 (*mangled)++;
555 if (!ISDIGIT ((unsigned char)**mangled))
558 idx = consume_count (mangled);
559 if (**mangled != '_')
563 (*mangled)++;
567 if (**mangled < '0' || **mangled > '9')
570 idx = **mangled - '0'
    [all...]
demangle.h 126 ML_(cplus_demangle) (const char *mangled, int options);
152 cplus_demangle_v3_callback (const char *mangled, int options,
156 cplus_demangle_v3 (const char *mangled, int options);
159 java_demangle_v3_callback (const char *mangled,
163 java_demangle_v3 (const char *mangled);
171 /* Return non-zero iff NAME is the mangled form of a constructor name
185 /* Return non-zero iff NAME is the mangled form of a destructor name
193 representation of the mangled name, and the second pass turns the
363 to the mangled string, but since negative numbers are mangled
    [all...]
cp-demangle.c 39 This code first pulls the mangled name apart into a list of
44 char *cplus_demangle_v3(const char *mangled, int options)
45 char *java_demangle_v3(const char *mangled)
46 int cplus_demangle_v3_callback(const char *mangled, int options,
48 int java_demangle_v3_callback(const char *mangled,
75 char *__cxa_demangle (const char *mangled, char *buf, size_t *len,
95 stdout about the mangled string. This is not generally useful.
269 in which they appeared in the mangled string. */
996 /* <mangled-name> ::= _Z <encoding>
4863 dyn_string_t mangled = dyn_string_new (3); local
    [all...]
  /external/oprofile/daemon/liblegacy/
opd_sample_files.c 70 char * mangled; local
97 mangled = op_mangle_filename(&values);
99 return mangled;
105 char * mangled; local
109 mangled = opd_mangle_filename(image, counter, cpu_nr);
111 verbprintf(vsfile, "Opening \"%s\"\n", mangled);
113 create_path(mangled);
127 err = odb_open(&sfile->sample_file, mangled, ODB_RDWR,
134 printf("LRU cleared but odb_open() fails for %s.\n", mangled);
141 mangled, strerror(err))
    [all...]
  /external/oprofile/libregex/
demangle_symbol.h 23 /// the mangled name
29 * @param name the mangled symbol name
demangle_symbol.cpp 28 extern "C" char * cplus_demangle(char const * mangled, int options);
  /external/oprofile/libregex/tests/
Makefile.am 19 EXTRA_DIST = mangled-name.in
java_test.cpp 38 char const * mangled; member in struct:__anon9153::input_output
58 for (cur = mangle_tests; cur->mangled; ++cur) {
59 string result = demangle_java_symbol(cur->mangled);
60 check_result(cur->mangled, cur->expect, result);
regex_test.cpp 8 * when no argument is provided "mangled-name" is used,
74 ifstream fin("mangled-name");
  /external/oprofile/daemon/
opd_mangling.c 71 char * mangled; local
131 mangled = op_mangle_filename(&values);
137 return mangled;
144 char * mangled; local
150 mangled = mangle_filename(last, sf, counter, cg);
152 if (!mangled)
155 verbprintf(vsfile, "Opening \"%s\"\n", mangled);
157 create_path(mangled);
165 err = odb_open(file, mangled, ODB_RDWR, sizeof(struct opd_header));
171 printf("LRU cleared but odb_open() fails for %s.\n", mangled);
    [all...]
  /external/webkit/Source/ThirdParty/ANGLE/src/compiler/
Types.h 88 maxArraySize(0), arrayInformationType(0), structure(0), structureSize(0), fieldName(0), mangled(0), typeName(0)
93 maxArraySize(0), arrayInformationType(0), structure(0), structureSize(0), fieldName(0), mangled(0), typeName(0)
102 maxArraySize(0), arrayInformationType(0), structure(userDef), structureSize(0), fieldName(0), mangled(0)
141 mangled = 0;
142 if (copyOf.mangled)
143 mangled = NewPoolTString(copyOf.mangled->c_str());
229 if (!mangled) {
230 mangled = NewPoolTString("");
231 buildMangledName(*mangled);
289 TString *mangled; member in class:TType
    [all...]
  /external/chromium/base/debug/
stack_trace_posix.cc 48 // The prefix used for mangled symbols, per the Itanium C++ ABI:
68 // Look for the start of a mangled symbol, from search_from.
72 break; // Mangled symbol not found.
75 // Look for the end of the mangled symbol.
84 // Try to demangle the mangled symbol candidate.
89 // Remove the mangled symbol.
  /external/bluetooth/glib/docs/reference/glib/tmpl/
type_conversion.sgml 47 integer; values outside the range of a 32-bit integer will be mangled.
68 integer; values outside the range of a 32-bit integer will be mangled.
83 integer; values outside the range of a 32-bit integer will be mangled.
shell.sgml 25 @G_SHELL_ERROR_BAD_QUOTING: Mismatched or otherwise mangled quoting.
  /external/stlport/stlport/stl/config/
_dm.h 45 Exports in Digital Mars 'def' file must match mangled names in iostream.cpp.
46 With STLport namespaces, the mangled names in the intermediate files no
  /ndk/sources/cxx-stl/stlport/stlport/stl/config/
_dm.h 45 Exports in Digital Mars 'def' file must match mangled names in iostream.cpp.
46 With STLport namespaces, the mangled names in the intermediate files no
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/config/
_dm.h 45 Exports in Digital Mars 'def' file must match mangled names in iostream.cpp.
46 With STLport namespaces, the mangled names in the intermediate files no
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/config/
_dm.h 45 Exports in Digital Mars 'def' file must match mangled names in iostream.cpp.
46 With STLport namespaces, the mangled names in the intermediate files no
  /prebuilt/ndk/android-ndk-r7/sources/cxx-stl/stlport/stlport/stl/config/
_dm.h 45 Exports in Digital Mars 'def' file must match mangled names in iostream.cpp.
46 With STLport namespaces, the mangled names in the intermediate files no
  /external/bluetooth/glib/glib/
gshell.h 36 /* mismatched or otherwise mangled quoting */
  /external/clang/test/CodeGenObjCXX/
mangle.mm 25 // FIXME: Add a member function to s and make sure that it's mangled correctly.
  /external/webkit/Tools/mangleme/
README 8 a basic set of badly mangled tags on request, with auto-refresh back to the
  /external/oprofile/libutil++/
bfd_support.cpp 131 string mangled;
134 mangled += "_i_";
136 mangled += "_c_";
149 mangled += '_';
151 mangled += '_';
154 mangled += '_';
161 mangled += '_';
164 mangled += *it;
168 return sym == mangled;

Completed in 8561 milliseconds

1 2 3 4 5 6 7 8 91011>>