Home
last modified time | relevance | path

Searched refs:lookup_symbol (Results 1 – 15 of 15) sorted by relevance

/third_party/flutter/engine/flutter/shell/common/
Dswitches.cc177 auto lookup_symbol = [&mapping, &size, symbol_prefix]( in GetSymbolMapping() local
186 lookup_symbol(library); in GetSymbolMapping()
192 lookup_symbol(library); in GetSymbolMapping()
/third_party/libabigail/src/
Dabg-symtab-reader.cc86 symtab::lookup_symbol(const std::string& name) const in lookup_symbol() function in abigail::symtab_reader::symtab
101 symtab::lookup_symbol(GElf_Addr symbol_addr) const in lookup_symbol() function in abigail::symtab_reader::symtab
507 elf_symbol_sptr symbol = lookup_symbol(addr); in update_main_symbol()
725 auto symbols = lookup_symbol(candidate_name); in add_alternative_address_lookups()
Dabg-symtab-reader.h239 lookup_symbol(const std::string& name) const;
242 lookup_symbol(GElf_Addr symbol_addr) const;
Dabg-elf-reader.cc696 elf_symbol_sptr symbol = symtab()->lookup_symbol(symbol_address); in function_symbol_is_exported()
728 elf_symbol_sptr symbol = symtab()->lookup_symbol(symbol_address); in variable_symbol_is_exported()
757 const elf_symbols& syms = symtab()->lookup_symbol(name); in function_symbol_is_exported()
787 const elf_symbols& syms = symtab()->lookup_symbol(name); in variable_symbol_is_exported()
Dabg-reader.cc3162 rdr.corpus()->get_symtab()->lookup_symbol(name); in build_elf_symbol_from_reference()
/third_party/libunwind/src/
Delfxx.c88 elf_w (lookup_symbol) (unw_addr_space_t as, in elf_w() argument
365 ret = elf_w (lookup_symbol) (as, ip, ei, load_offset, buf, buf_len, &min_dist); in elf_w()
372 int ret_mdi = elf_w (lookup_symbol) (as, ip, &mdi, load_offset, buf, in elf_w()
/third_party/ltp/tools/sparse/sparse-src/
Dsymbol.h333 extern struct symbol *lookup_symbol(struct ident *, enum namespace);
559 return lookup_symbol(ident, ns); in lookup_keyword()
Dexpression.h325 struct symbol *sym = lookup_symbol(token->ident, NS_SYMBOL | NS_TYPEDEF); in lookup_type()
Dpre-process.c129 struct symbol *sym = lookup_symbol(ident, NS_MACRO | NS_UNDEF); in lookup_macro()
1355 sym = lookup_symbol(name, NS_MACRO | NS_UNDEF); in do_define()
1525 sym = lookup_symbol(left->ident, NS_MACRO | NS_UNDEF); in do_handle_undef()
1992 sym = lookup_symbol(arg->ident, NS_KEYWORD); in expand_has_attribute()
2007 sym = lookup_symbol(arg->ident, NS_SYMBOL); in expand_has_builtin()
2182 struct symbol *sym = lookup_symbol(token->ident, NS_PREPROCESSOR); in handle_preprocessor_line()
Dparse.c707 struct symbol *sym = lookup_symbol(token->ident, NS_LABEL); in label_symbol()
728 sym = lookup_symbol(token->ident, NS_STRUCT); in struct_union_enum_specifier()
1527 struct symbol *s = lookup_symbol(token->ident, in declaration_specifiers()
2203 struct symbol *target = lookup_symbol(&case_ident, NS_ITERATOR); in add_case_statement()
2220 struct symbol *target = lookup_symbol(&return_ident, NS_ITERATOR); in parse_return_statement()
2350 struct symbol *target = lookup_symbol(token->ident, NS_ITERATOR); in parse_loop_iterator()
Dsymbol.c60 struct symbol *lookup_symbol(struct ident *ident, enum namespace ns) in lookup_symbol() function
793 struct symbol *sym = lookup_symbol(ident, namespace); in create_symbol()
Ddissect.c150 sym = lookup_symbol(expr->symbol_name, NS_SYMBOL); in expr_symbol()
Dexpression.c452 struct symbol *sym = lookup_symbol(token->ident, NS_SYMBOL | NS_TYPEDEF); in primary_expression()
/third_party/gstreamer/gstreamer/libs/gst/helpers/
Dgst_gdb.py578 (event_quarks, _) = gdb.lookup_symbol("event_quarks")
665 (query_quarks, _) = gdb.lookup_symbol("query_quarks")
/third_party/libabigail/
DChangeLog6480 * src/abg-symtab-reader.cc (symtab::lookup_symbol): fall back to
6680 (symtab::lookup_symbol): Likewise.