/third_party/vulkan-loader/tests/live_verification/dynamic_loader_behavior/ |
H A D | test_dynamic_loading.cpp | 36 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()
|
H A D | test_dynamic_linking.cpp | 34 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()
|
H A D | test_dynamic_loading_and_linking.cpp | 36 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/ffmpeg/libavcodec/ |
H A D | ffv1dec.c | 67 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( in decode_slice_header() [all...] |
H A D | snowdec.c | 186 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( in decode_header() [all...] |
H A D | sonic.c | 41 * - CABAC put/get_symbol 145 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/elfio/tests/ |
H A D | ELFIOTest2.cpp | 262 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()
|
H A D | ELFIOTest1.cpp | 474 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/ |
H A D | elfio_symbols.hpp | 67 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()
|
H A D | elfio_relocation.hpp | 143 ret = ret && symbols.get_symbol( symbol, symbolName, symbolValue, size, in get_entry()
|
/third_party/libabigail/src/ |
H A D | abg-leaf-reporter.cc | 787 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() in report() [all...] |
H A D | abg-default-reporter.cc | 1480 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() in report() [all...] |
H A D | abg-comp-filter.cc | 233 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() in has_benign_infinite_array_change() [all...] |
H A D | abg-suppression.cc | 2527 && 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...] |
H A D | abg-corpus-priv.h | 354 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()
|
H A D | abg-comparison-priv.h | 1220 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 ()()
|
H A D | abg-reporter-priv.cc | 213 && (mem_fn->get_symbol())) in represent() 216 << mem_fn->get_symbol()->get_id_string() in represent()
|
H A D | abg-comparison.cc | 5383 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...] |
H A D | abg-ir.cc | 14372 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() [all...] |
/third_party/elfio/examples/tutorial/ |
H A D | tutorial.cpp | 96 symbols.get_symbol( j, name, value, size, bind, type, in main()
|
/third_party/vulkan-loader/tests/framework/ |
H A D | test_environment.cpp | 43 #define GPA(name) funcs.loader.get_symbol(#name) in init_vulkan_functions() 334 PFN_get_platform_shim get_platform_shim_func = shim_library.get_symbol(GET_PLATFORM_SHIM_STR); 351 proc_addr_get_test_icd = icd_library.get_symbol(GET_TEST_ICD_FUNC_STR); 352 proc_addr_reset_icd = icd_library.get_symbol(RESET_ICD_FUNC_STR); 368 proc_addr_get_test_layer = layer_library.get_symbol(GET_TEST_LAYER_FUNC_STR); 369 proc_addr_reset_layer = layer_library.get_symbol(RESET_LAYER_FUNC_STR);
|
/third_party/vulkan-loader/tests/framework/shim/ |
H A D | windows_shim.cpp | 408 fpEnumAdapters2 = gdi32_dll.get_symbol("D3DKMTEnumAdapters2"); 413 fpQueryAdapterInfo = gdi32_dll.get_symbol("D3DKMTQueryAdapterInfo"); 424 RealCreateDXGIFactory1 = dxgi_module.get_symbol("CreateDXGIFactory1");
|
/third_party/libabigail/tools/ |
H A D | abilint.cc | 401 if (v->get_symbol() in emit_artifact_use_trace() 406 if (f->get_symbol() in emit_artifact_use_trace()
|
/third_party/vulkan-loader/tests/ |
H A D | loader_version_tests.cpp | 944 ddl_info.pfnGetInstanceProcAddr = env.icds.back().icd_library.get_symbol("vk_icdGetInstanceProcAddr"); in CheckDirectDriverLoading() 1155 ddl_info.pfnGetInstanceProcAddr = env.icds.back().icd_library.get_symbol("vk_icdGetInstanceProcAddr"); in TEST() 1228 ddl_info.pfnGetInstanceProcAddr = env.icds.back().icd_library.get_symbol("vk_icdGetInstanceProcAddr"); in TEST() 1297 ddl_info.pfnGetInstanceProcAddr = env.icds.back().icd_library.get_symbol("vk_icdGetInstanceProcAddr"); in TEST()
|
/third_party/elfio/c_wrapper/ |
H A D | elfio_c_wrapper.cpp | 237 bool ret = psymbol->get_symbol( index, name_param, *value, *size, *bind, in elfio_symbol_get_symbol()
|