Home
last modified time | relevance | path

Searched refs:func_info (Results 1 – 7 of 7) sorted by relevance

/external/google-breakpad/src/common/solaris/
Ddump_symbols.cc124 std::vector<struct FuncInfo> func_info; member
250 struct FuncInfo *func_info) { in LoadStackParamSize() argument
258 func_info->stack_param_size = 0; in LoadStackParamSize()
264 struct FuncInfo *func_info) { in LoadLineInfo() argument
281 func_info->line_info.push_back(line); in LoadLineInfo()
300 source_file_info->func_info.clear(); in LoadFuncSymbols()
313 struct FuncInfo func_info; in LoadFuncSymbols() local
314 memset(&func_info, 0, sizeof(func_info)); in LoadFuncSymbols()
315 func_info.name = stabstr + cur_list->n_strx + stringOffset; in LoadFuncSymbols()
318 func_info.addr = cur_list->n_value; in LoadFuncSymbols()
[all …]
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dfunction_api_info.cc162 std::unique_ptr<FunctionApiInfo> func_info(new FunctionApiInfo); in Init() local
163 TF_RETURN_IF_ERROR(func_info->Init(function)); in Init()
165 if (func_info->interface_name().empty()) continue; in Init()
168 const string& interface_name = func_info->interface_name(); in Init()
169 VLOG(3) << "Got " << func_info->function_type() in Init()
172 switch (func_info->function_type()) { in Init()
187 func_info->function_type()); in Init()
189 func_info_[function_name] = std::move(func_info); in Init()
204 const FunctionApiInfo* func_info = func_it->second.get(); in GetEquivalentImplementations() local
207 switch (func_info->function_type()) { in GetEquivalentImplementations()
[all …]
/external/u-boot/tools/
Dproftool.c29 struct func_info { struct
54 struct func_info *func_list; argument
98 const struct func_info *f1 = v1, *f2 = v2; in h_cmp_offset()
106 struct func_info *func; in read_system_map()
136 sizeof(struct func_info) * alloced); in read_system_map()
171 static struct func_info *find_func_by_offset(uint32_t offset) in find_func_by_offset()
173 struct func_info key, *found; in find_func_by_offset()
176 found = bsearch(&key, func_list, func_count, sizeof(struct func_info), in find_func_by_offset()
183 static struct func_info *find_caller_by_offset(uint32_t offset) in find_caller_by_offset()
187 struct func_info key; in find_caller_by_offset()
[all …]
/external/ltp/testcases/kernel/syscalls/ipc/shmctl/
Dshmctl01.c78 static void func_info(int ret);
112 {&shm_id_1, IPC_INFO, (struct shmid_ds *) &info, func_info, NULL},
399 static void func_info(int ret) in func_info() function
/external/tensorflow/tensorflow/core/common_runtime/
Ddirect_session.cc1202 std::unique_ptr<FunctionInfo> func_info(new FunctionInfo); in CreateExecutors() local
1209 options, &graphs, &func_info->flib_def, run_state_args, &ek->input_types, in CreateExecutors()
1239 func_info->proc_flr.reset(new ProcessFunctionLibraryRuntime( in CreateExecutors()
1241 func_info->flib_def.get(), optimizer_opts, thread_pools_[0].first)); in CreateExecutors()
1253 auto lib = func_info->proc_flr->GetFLR(partition_name); in CreateExecutors()
1343 *out_func_info = std::move(func_info); in CreateExecutors()
1437 std::unique_ptr<FunctionInfo> func_info; in GetOrCreateExecutors() local
1439 CreateExecutors(callable_options, &ek, &func_info, run_state_args)); in GetOrCreateExecutors()
1443 functions_.push_back(std::move(func_info)); in GetOrCreateExecutors()
1727 std::unique_ptr<FunctionInfo> func_info; in MakeCallable() local
[all …]
/external/libvpx/libvpx/test/
Ddct_test.cc140 const FuncInfo *func_info = &(GET_PARAM(1)[idx]); in SetUp() local
143 fwd_txfm_ = func_info->ft_func; in SetUp()
144 inv_txfm_ = func_info->it_func; in SetUp()
145 size_ = func_info->size; in SetUp()
146 pixel_size_ = func_info->pixel_size; in SetUp()
/external/kernel-headers/original/uapi/linux/
Dbpf.h365 __aligned_u64 func_info; /* func info */ member
2721 __aligned_u64 func_info; member