Searched refs:function_name (Results 1 - 25 of 32) sorted by relevance

12

/freebsd-11-stable/sys/arm/amlogic/aml8726/
H A Daml8726_ccm.c83 char *function_name; local
99 function_name = functions;
103 if (strncmp(f->name, function_name, len) == 0)
110 len, function_name);
114 while (*function_name && len) {
115 function_name++;
119 function_name++;
H A Daml8726_pinctrl.c187 char *function_name; local
198 sizeof(char), (void **)&function_name);
207 if (strncmp(f->name, function_name, len) == 0)
212 len, function_name);
213 OF_prop_free(function_name);
217 OF_prop_free(function_name);
H A Daml8726_mmc.c555 char *function_name; local
589 sizeof(char), (void **)&function_name);
597 if (strncmp("sdio-a", function_name, len) == 0)
599 else if (strncmp("sdio-b", function_name, len) == 0)
601 else if (strncmp("sdio-c", function_name, len) == 0)
605 len, function_name);
606 OF_prop_free(function_name);
610 OF_prop_free(function_name);
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_suppressions.cpp87 const char *function_name = cur->info.function; local
88 if (!function_name) {
92 if (suppression_ctx->Match(function_name, kInterceptorViaFunction,
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_symbolize.cpp62 static void AddFrame(void *ctx, const char *function_name, const char *file, argument
72 if (function_name) {
73 info->function = internal_strdup(function_name);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Interpreter/
H A DScriptInterpreter.cpp91 std::vector<BreakpointOptions *> &bp_options_vec, const char *function_name,
95 error = SetBreakpointCommandCallbackFunction(bp_options, function_name,
90 SetBreakpointCommandCallbackFunction( std::vector<BreakpointOptions *> &bp_options_vec, const char *function_name, StructuredData::ObjectSP extra_args_sp) argument
/freebsd-11-stable/contrib/binutils/bfd/
H A Dsyms.c857 char *function_name; member in struct:indexentry
975 char *function_name; local
1156 info->indextable[i].function_name = NULL;
1201 function_name = name;
1211 info->indextable[i].function_name = function_name;
1224 info->indextable[i].function_name = NULL;
1233 info->indextable[i].function_name = NULL;
1321 val = ((indexentry->function_name ? indexentry->val : 0)
1384 if (indexentry->function_name !
[all...]
H A Decofflink.c2262 const char *function_name;
2289 function_name = NULL;
2348 function_name =
2373 if (function_name == NULL)
2376 len = funclen = strlen (function_name) + 1;
2393 if (function_name != NULL)
2397 strcpy (buffer, function_name);
2258 const char *function_name; local
/freebsd-11-stable/contrib/llvm-project/lldb/source/DataFormatters/
H A DTypeSummary.cpp147 const char *function_name,
151 if (function_name)
152 m_function_name.assign(function_name);
146 ScriptSummaryFormat(const TypeSummaryImpl::Flags &flags, const char *function_name, const char *python_script) argument
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_private.h151 #define archive_check_magic(a, expected_magic, allowed_states, function_name) \
154 (allowed_states), (function_name)); \
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/interception/
H A Dinterception_win.h41 const char *function_name, uptr new_function,
H A Dinterception_win.cpp914 // format: "<module> . <function_name>" that is stored into the
916 char function_name[256]; local
918 if (funtion_name_length >= sizeof(function_name) - 1)
921 _memcpy(function_name, func, funtion_name_length);
922 function_name[funtion_name_length] = '\0';
923 char* separator = _strchr(function_name, '.');
928 void* redirected_module = GetModuleHandleA(function_name);
957 const char *function_name, uptr new_function,
999 if (strcmp(funcname, function_name) == 0)
955 OverrideImportedFunction(const char *module_to_patch, const char *imported_module, const char *function_name, uptr new_function, uptr *orig_old_func) argument
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_win_dll_thunk.h56 static const char function_name[] = #name; \
57 for (const char* ptr = &function_name[0]; *ptr; ++ptr) \
71 static const char function_name[] = #name; \
72 for (const char* ptr = &function_name[0]; *ptr; ++ptr) \
H A Dsanitizer_symbolizer_libcdep.cpp233 // <function_name>
235 // <function_name>
318 // <function_name>
326 char *function_name = 0; local
327 str = ExtractToken(str, "\n", &function_name);
328 CHECK(function_name);
329 if (function_name[0] == '\0') {
331 InternalFree(function_name);
347 info->function = function_name;
380 str = ExtractToken(str, "\n", &local.function_name);
[all...]
H A Dsanitizer_symbolizer.h82 char *function_name = nullptr; member in struct:__sanitizer::LocalInfo
H A Dsanitizer_symbolizer.cpp72 InternalFree(local.function_name);
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/profile/
H A DGCDAProfiling.c439 void llvm_gcda_emit_function(uint32_t ident, const char *function_name, argument
448 function_name ? function_name : "NULL");
454 if (function_name)
455 len += 1 + length_of_string(function_name);
461 if (function_name)
462 write_string(function_name);
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DTypeSummary.h354 const char *function_name,
363 void SetFunctionName(const char *function_name) { argument
364 if (function_name)
365 m_function_name.assign(function_name);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DStackFrameRecognizer.cpp96 ConstString function_name = symctx.GetFunctionName(); local
114 if (entry.symbol != function_name) continue;
117 if (!entry.symbol_regexp->Execute(function_name.GetStringRef()))
H A DThreadPlanStepInRange.cpp412 const char *function_name = sc.GetFunctionName().AsCString(); local
414 if (function_name == nullptr)
416 else if (strstr(function_name, target_name) == nullptr)
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/
H A DCPPLanguageRuntime.cpp366 llvm::StringRef function_name(symbol->GetName().GetCString());
375 function_name.startswith("std::__1::function<");
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h318 const char *function_name, StructuredData::ObjectSP extra_args_sp);
324 const char *function_name,
335 virtual bool GetScriptedSummary(const char *function_name, argument
322 SetBreakpointCommandCallbackFunction( BreakpointOptions *bp_options, const char *function_name, StructuredData::ObjectSP extra_args_sp) argument
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp1174 ConstString function_name; local
1179 if (!FindFunctionInModule(function_name, llvm_module_up.get(),
1186 LLDB_LOGF(log, "Found function %s for %s", function_name.AsCString(),
1224 function_name, exe_ctx.GetTargetSP(), sc,
1237 function_name.AsCString());
1307 function_name.AsCString());
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPythonImpl.h188 bool GetScriptedSummary(const char *function_name, lldb::ValueObjectSP valobj,
249 const char *function_name,
/freebsd-11-stable/contrib/binutils/binutils/
H A Ddlltool.c2300 pointer to the code (..function_name), and the second
2355 asymbol *function_name; local
2357 function_name = bfd_make_empty_symbol(abfd);
2358 function_name->name = make_label ("..", exp->name);
2359 function_name->section = secdata[TEXT].sec;
2360 function_name->flags = BSF_GLOBAL;
2361 function_name->value = 0;
2364 ptrs[oidx++] = function_name;
2542 "..function_name".

Completed in 182 milliseconds

12