HomeSort by: relevance | last modified time | path
    Searched defs:sanitized_name (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/binutils/dist/binutils/
objdump.c 5289 const char * sanitized_name;
5294 sanitized_name = sanitize_string (name);
5295 if (sanitized_name != name)
5296 (*current)->name = sanitized_name;
5298 sanitized_name = NULL;
5301 if (sanitized_name != NULL)
5278 const char * sanitized_name; local
  /src/external/gpl3/binutils.old/dist/binutils/
objdump.c 5300 const char * sanitized_name;
5305 sanitized_name = sanitize_string (name);
5306 if (sanitized_name != name)
5307 (*current)->name = sanitized_name;
5309 sanitized_name = NULL;
5312 if (sanitized_name != NULL)
5289 const char * sanitized_name; local

Completed in 29 milliseconds