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

/external/compiler-rt/lib/sanitizer_common/scripts/
H A Dgen_dynamic_list.py64 orig_name = match.group(1)
65 if orig_name in function_set and orig_name not in versioned_functions:
66 result.append(orig_name)
/external/ltrace/
H A Dltrace-elf.c949 const char *orig_name = strtab + sym.st_name; local
950 const char *version = strchr(orig_name, '@');
951 size_t len = version != NULL ? (assert(version > orig_name),
952 (size_t)(version - orig_name))
953 : strlen(orig_name);
955 memcpy(name, orig_name, len);
/external/lldb/source/Expression/
H A DClangExpressionParser.cpp444 const char *orig_name)
450 if (fi->getName().str().find(orig_name) != std::string::npos)
442 FindFunctionInModule(ConstString &mangled_name, llvm::Module *module, const char *orig_name) argument
/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dlinker.cpp1565 const char *orig_name; member in class:tfeedback_decl
1568 * The name of the variable, parsed from orig_name.
1573 * True if the declaration in orig_name represents an array.
1578 * If is_subscripted is true, the subscript that was specified in orig_name.
1642 this->orig_name = input;
1741 this->orig_name, this->array_subscript,
1768 this->orig_name, this->var_name);
1791 this->orig_name);
1816 this->orig_name);
1894 info->Varyings[info->NumVarying].Name = ralloc_strdup(prog, this->orig_name);
[all...]
/external/mesa3d/src/glsl/
H A Dlinker.cpp1565 const char *orig_name; member in class:tfeedback_decl
1568 * The name of the variable, parsed from orig_name.
1573 * True if the declaration in orig_name represents an array.
1578 * If is_subscripted is true, the subscript that was specified in orig_name.
1642 this->orig_name = input;
1741 this->orig_name, this->array_subscript,
1768 this->orig_name, this->var_name);
1791 this->orig_name);
1816 this->orig_name);
1894 info->Varyings[info->NumVarying].Name = ralloc_strdup(prog, this->orig_name);
[all...]
/external/tcpdump/
H A Dtcpdump.c603 MakeFilename(char *buffer, char *orig_name, int cnt, int max_chars) argument
621 strftime(filename, PATH_MAX, orig_name, local_tm);
623 strncpy(filename, orig_name, PATH_MAX);

Completed in 159 milliseconds