Home
last modified time | relevance | path

Searched refs:get_symbol (Results 1 – 25 of 37) sorted by relevance

12

/third_party/vulkan-loader/tests/framework/
Dtest_util.cpp531 vkGetInstanceProcAddr = loader.get_symbol("vkGetInstanceProcAddr"); in VulkanFunctions()
532 …vkEnumerateInstanceExtensionProperties = loader.get_symbol("vkEnumerateInstanceExtensionProperties… in VulkanFunctions()
533 vkEnumerateInstanceLayerProperties = loader.get_symbol("vkEnumerateInstanceLayerProperties"); in VulkanFunctions()
534 vkEnumerateInstanceVersion = loader.get_symbol("vkEnumerateInstanceVersion"); in VulkanFunctions()
535 vkCreateInstance = loader.get_symbol("vkCreateInstance"); in VulkanFunctions()
536 vkDestroyInstance = loader.get_symbol("vkDestroyInstance"); in VulkanFunctions()
537 vkEnumeratePhysicalDevices = loader.get_symbol("vkEnumeratePhysicalDevices"); in VulkanFunctions()
538 vkEnumeratePhysicalDeviceGroups = loader.get_symbol("vkEnumeratePhysicalDeviceGroups"); in VulkanFunctions()
539 vkGetPhysicalDeviceFeatures = loader.get_symbol("vkGetPhysicalDeviceFeatures"); in VulkanFunctions()
540 vkGetPhysicalDeviceFeatures2 = loader.get_symbol("vkGetPhysicalDeviceFeatures2"); in VulkanFunctions()
[all …]
Dtest_environment.cpp142 PFN_get_platform_shim get_platform_shim_func = shim_library.get_symbol(GET_PLATFORM_SHIM_STR); in PlatformShimWrapper()
158 proc_addr_get_test_icd = icd_library.get_symbol(GET_TEST_ICD_FUNC_STR); in TestICDHandle()
159 proc_addr_reset_icd = icd_library.get_symbol(RESET_ICD_FUNC_STR); in TestICDHandle()
174 proc_addr_get_test_layer = layer_library.get_symbol(GET_TEST_LAYER_FUNC_STR); in TestLayerHandle()
175 proc_addr_reset_layer = layer_library.get_symbol(RESET_LAYER_FUNC_STR); in TestLayerHandle()
/third_party/ffmpeg/libavcodec/
Dffv1dec.c67 static av_noinline int get_symbol(RangeCoder *c, uint8_t *state, int is_signed) in get_symbol() function
174 sx = get_symbol(c, state, 0); in decode_slice_header()
175 sy = get_symbol(c, state, 0); in decode_slice_header()
176 sw = get_symbol(c, state, 0) + 1U; in decode_slice_header()
177 sh = get_symbol(c, state, 0) + 1U; in decode_slice_header()
202 int idx = get_symbol(c, state, 0); in decode_slice_header()
218 ps = get_symbol(c, state, 0); in decode_slice_header()
228 f->cur->sample_aspect_ratio.num = get_symbol(c, state, 0); in decode_slice_header()
229 f->cur->sample_aspect_ratio.den = get_symbol(c, state, 0); in decode_slice_header()
241 fs->slice_coding_mode = get_symbol(c, state, 0); in decode_slice_header()
[all …]
Dsnowdec.c186 ld = get_symbol(&s->c, &s->block_state[32], 1); in decode_q_branch()
192 cbd = get_symbol(&s->c, &s->block_state[64], 1); in decode_q_branch()
193 crd = get_symbol(&s->c, &s->block_state[96], 1); in decode_q_branch()
202 ref= get_symbol(&s->c, &s->block_state[128 + 1024 + 32*ref_context], 0); in decode_q_branch()
208 mx+= (unsigned)get_symbol(&s->c, &s->block_state[128 + 32*(mx_context + 16*!!ref)], 1); in decode_q_branch()
209 my+= (unsigned)get_symbol(&s->c, &s->block_state[128 + 32*(my_context + 16*!!ref)], 1); in decode_q_branch()
284 else q= get_symbol(&s->c, s->header_state, 1); in decode_qlogs()
292 tmp= get_symbol(&s->c, s->header_state, 0);\
317 s->temporal_decomposition_type= get_symbol(&s->c, s->header_state, 0); in decode_header()
318 s->temporal_decomposition_count= get_symbol(&s->c, s->header_state, 0); in decode_header()
[all …]
Dsonic.c145 static inline av_flatten int get_symbol(RangeCoder *c, uint8_t *state, int is_signed){ in get_symbol() function
184 buf[i] = get_symbol(c, state, 1); in intlist_read()
1016 quant = get_symbol(&c, state, 0) * (unsigned)SAMPLE_FACTOR; in sonic_decode_frame()
/third_party/vulkan-loader/tests/live_verification/dynamic_loader_behavior/
Dtest_dynamic_loading.cpp36 do_logic = dynamic_library_a.get_symbol(DO_LOGIC_FUNCTION_NAME); in main()
38 do_logic = dynamic_library_b.get_symbol(DO_LOGIC_FUNCTION_NAME); in main()
43 InitFunction init = dynamic_library_c.get_symbol(INIT_FUNCTION_NAME); in main()
46 DoLogicFunction do_logic = dynamic_library_c.get_symbol(DO_LOGIC_FUNCTION_NAME); in main()
Dtest_dynamic_linking.cpp34 InitFunction init = dynamic_library_c.get_symbol(INIT_FUNCTION_NAME); in main()
37 DoLogicFunction do_logic = dynamic_library_c.get_symbol(DO_LOGIC_FUNCTION_NAME); in main()
Dtest_dynamic_loading_and_linking.cpp36 InitFunction init = dynamic_library_c.get_symbol(INIT_FUNCTION_NAME); in main()
40 do_logic = dynamic_library_c.get_symbol(DO_LOGIC_FUNCTION_NAME); in main()
/third_party/elfio/tests/
DELFIOTest2.cpp262 ASSERT_EQ( syms.get_symbol( i, name, value, size, bind, type, in TEST()
265 EXPECT_EQ( syms.get_symbol( name, value, size, bind, type, in TEST()
290 ASSERT_EQ( syms.get_symbol( i, name, value, size, bind, type, in TEST()
293 EXPECT_EQ( syms.get_symbol( name, value, size, bind, type, in TEST()
318 ASSERT_EQ( syms.get_symbol( i, name, value, size, bind, type, in TEST()
321 EXPECT_EQ( syms.get_symbol( name, value, size, bind, type, in TEST()
346 ASSERT_EQ( syms.get_symbol( i, name, value, size, bind, type, in TEST()
349 EXPECT_EQ( syms.get_symbol( name, value, size, bind, type, in TEST()
389 ASSERT_EQ( dynsym_acc.get_symbol( i, name, value, size, bind, type, in TEST()
DELFIOTest1.cpp474 EXPECT_EQ( true, symbols.get_symbol( 0x08048478, name, size, bind, type, in TEST()
497 EXPECT_EQ( true, symbols.get_symbol( 0x00400498, name, size, bind, type, in TEST()
596 EXPECT_EQ( true, symbols.get_symbol( "main", value, size, bind, type, in TEST()
600 EXPECT_EQ( true, symbols.get_symbol( "frame_dummy", value, size, bind, type, in TEST()
604 EXPECT_EQ( false, symbols.get_symbol( 0x00400498, name, size, bind, type, in TEST()
704 rsymbols.get_symbol( i, name, value, size, bind, type, section_index, in TEST()
712 rsymbols.get_symbol( i, name, value, size, bind, type, section_index, in TEST()
832 symbols.get_symbol( symbol, name, value, size, bind, type, in TEST()
866 syms.get_symbol( symbol, name, value, size, bind, type, section_index, in TEST()
/third_party/elfio/elfio/
Delfio_symbols.hpp67 bool get_symbol( Elf_Xword index, in get_symbol() function in ELFIO::symbol_section_accessor_template
91 bool get_symbol( const std::string& name, in get_symbol() function in ELFIO::symbol_section_accessor_template
122 if ( get_symbol( i, symbol_name, value, size, bind, type, in get_symbol()
135 bool get_symbol( const Elf64_Addr& value, in get_symbol() function in ELFIO::symbol_section_accessor_template
166 return get_symbol( idx, name, v, size, bind, type, section_index, in get_symbol()
312 get_symbol( y, str, value, size, bind, type, section_index, other ); in hash_lookup()
317 get_symbol( y, str, value, size, bind, type, section_index, other ); in hash_lookup()
378 get_symbol( chain_index + symoffset, symname, value, size, in gnu_hash_lookup()
Delfio_relocation.hpp143 ret = ret && symbols.get_symbol( symbol, symbolName, symbolValue, size, in get_entry()
/third_party/libabigail/src/
Dabg-leaf-reporter.cc787 elf_symbol_sptr s1 = ff->get_symbol(), s2 = sf->get_symbol(); in report()
841 maybe_report_diff_for_symbol(ff->get_symbol(), in report()
842 sf->get_symbol(), in report()
951 maybe_report_diff_for_symbol(d.first_var()->get_symbol(), in report()
952 d.second_var()->get_symbol(), in report()
1046 show_linkage_name_and_aliases(out, "", *(*i)->get_symbol(), in report()
1095 (out, "", *(*i)->get_symbol(), in report()
1145 if ((fn->get_symbol()->has_aliases() in report()
1154 fn->get_symbol()->get_number_of_aliases(); in report()
1160 << fn->get_symbol()->get_id_string() in report()
[all …]
Dabg-default-reporter.cc1480 elf_symbol_sptr s1 = ff->get_symbol(), s2 = sf->get_symbol(); in report()
1535 maybe_report_diff_for_symbol(ff->get_symbol(), in report()
1536 sf->get_symbol(), in report()
1655 maybe_report_diff_for_symbol(d.first_var()->get_symbol(), in report()
1656 d.second_var()->get_symbol(), in report()
1749 show_linkage_name_and_aliases(out, "", *(*i)->get_symbol(), in report()
1798 (out, "", *(*i)->get_symbol(), in report()
1850 (fn->get_symbol()->has_aliases() in report()
1862 && fn->get_name() != fn->get_symbol()->get_name())) in report()
1869 fn->get_symbol()->get_number_of_aliases(); in report()
[all …]
Dabg-comp-filter.cc233 const auto& symbol_f = f->get_symbol(); in crc_changed()
234 const auto& symbol_s = s->get_symbol(); in crc_changed()
269 const auto& symbol_f = f->get_symbol(); in namespace_changed()
270 const auto& symbol_s = s->get_symbol(); in namespace_changed()
316 elf_symbol_sptr fs = f->get_symbol(), ss = s->get_symbol(); in function_name_changed_but_not_symbol()
1659 if (!var_dif->first_var()->get_symbol() in has_benign_infinite_array_change()
1660 || var_dif->second_var()->get_symbol()) in has_benign_infinite_array_change()
1663 if (var_dif->first_var()->get_symbol()->get_size() in has_benign_infinite_array_change()
1664 != var_dif->second_var()->get_symbol()->get_size()) in has_benign_infinite_array_change()
Dabg-suppression.cc2527 && fn->get_symbol() in suppresses_function()
2528 && fn->get_symbol()->get_alias_from_name(fname)) in suppresses_function()
2536 elf_symbol_sptr sym = fn->get_symbol(); in suppresses_function()
2561 && fn->get_symbol() in suppresses_function()
2562 && fn->get_symbol()->get_alias_from_name(fname)) in suppresses_function()
2570 elf_symbol_sptr sym = fn->get_symbol(); in suppresses_function()
2592 && fn->get_symbol() in suppresses_function()
2593 && fn->get_symbol()->get_alias_from_name(fname)) in suppresses_function()
2601 elf_symbol_sptr sym = fn->get_symbol(); in suppresses_function()
2640 elf_symbol_sptr sym = fn->get_symbol(); in suppresses_function()
[all …]
Dabg-corpus-priv.h354 elf_symbol_sptr sym = fn->get_symbol(); in add_fn_to_id_fns_map()
461 if (elf_symbol_sptr sym = fn->get_symbol()) in keep_wrt_id_of_fns_to_keep()
568 if (elf_symbol_sptr sym = var->get_symbol()) in keep_wrt_id_of_vars_to_keep()
Dabg-comparison-priv.h1220 if (f->get_symbol()) in operator()
1221 fr = f->get_symbol()->get_id_string(); in operator()
1227 if (s->get_symbol()) in operator()
1228 sr = s->get_symbol()->get_id_string(); in operator()
Dabg-comparison.cc5383 if (!i->second->get_symbol() in ensure_lookup_tables_populated()
5384 || s->lookup_function_symbol(*i->second->get_symbol())) in ensure_lookup_tables_populated()
5406 if (!i->second->get_symbol() in ensure_lookup_tables_populated()
5407 || f->lookup_function_symbol(*i->second->get_symbol())) in ensure_lookup_tables_populated()
8830 if (second_->lookup_function_symbol(*i->second->get_symbol())) in ensure_lookup_tables_populated()
8845 if (first_->lookup_function_symbol(*i->second->get_symbol())) in ensure_lookup_tables_populated()
8847 else if (! i->second->get_symbol()->get_version().is_empty() in ensure_lookup_tables_populated()
8848 && i->second->get_symbol()->get_version().is_default()) in ensure_lookup_tables_populated()
8856 if (first_->lookup_function_symbol(i->second->get_symbol()->get_name(), in ensure_lookup_tables_populated()
8934 if (second_->lookup_variable_symbol(*i->second->get_symbol())) in ensure_lookup_tables_populated()
[all …]
Dabg-reporter-priv.cc213 && (mem_fn->get_symbol())) in represent()
216 << mem_fn->get_symbol()->get_id_string() in represent()
Dabg-ir.cc14372 if ((*i)->get_symbol()) in maybe_adjust_canonical_type()
14377 elf_symbol_sptr s1 = (*i)->get_symbol(); in maybe_adjust_canonical_type()
14378 if (s1 && !m->get_symbol()) in maybe_adjust_canonical_type()
18871 var_decl::get_symbol() const in get_symbol() function in abigail::ir::var_decl
18887 v->set_symbol(get_symbol()); in clone()
18960 const elf_symbol_sptr &s0 = l.get_symbol(), &s1 = r.get_symbol(); in equals()
19060 if (elf_symbol_sptr s = get_symbol()) in get_id()
20335 function_decl::get_symbol() const in get_symbol() function in abigail::ir::function_decl
20415 f->set_symbol(get_symbol()); in clone()
20463 const elf_symbol_sptr &s0 = l.get_symbol(), &s1 = r.get_symbol(); in equals()
[all …]
/third_party/elfio/
DREADME-OH.md74 2. 调用symbol_section_accessor的get_symbol\(\)接口获取symbol section。
85 symbols.get_symbol(i, name, value, size, bind, type, section_index, other);
/third_party/elfio/examples/tutorial/
Dtutorial.cpp96 symbols.get_symbol( j, name, value, size, bind, type, in main()
/third_party/vulkan-loader/tests/framework/shim/
Dwindows_shim.cpp431 fpEnumAdapters2 = gdi32_dll.get_symbol("D3DKMTEnumAdapters2"); in DetourFunctions()
436 fpQueryAdapterInfo = gdi32_dll.get_symbol("D3DKMTQueryAdapterInfo"); in DetourFunctions()
447 RealCreateDXGIFactory1 = dxgi_module.get_symbol("CreateDXGIFactory1"); in DetourFunctions()
/third_party/libabigail/tools/
Dabilint.cc401 if (v->get_symbol() in emit_artifact_use_trace()
406 if (f->get_symbol() in emit_artifact_use_trace()

12