Searched refs:lookup_symbol (Results 1 - 12 of 12) sorted by relevance
/third_party/libabigail/src/ |
H A D | abg-symtab-reader.h | 239 lookup_symbol(const std::string& name) const; 242 lookup_symbol(GElf_Addr symbol_addr) const;
|
H A D | abg-symtab-reader.cc | 86 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); 725 auto symbols = lookup_symbol(candidate_name); 726 // lookup_symbol returns a vector of symbols. For this case we handle
|
H A D | abg-elf-reader.cc | 696 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()
|
H A D | abg-reader.cc | 3162 rdr.corpus()->get_symtab()->lookup_symbol(name); in build_elf_symbol_from_reference()
|
/third_party/libunwind/libunwind/src/ |
H A D | elfxx.c | 88 elf_w (lookup_symbol) (unw_addr_space_t as, in lookup_symbol() function 288 ret = elf_w (lookup_symbol) (as, ip, ei, load_offset, buf, buf_len, &min_dist); in get_proc_name_in_image() 295 int ret_mdi = elf_w (lookup_symbol) (as, ip, &mdi, load_offset, buf, in get_proc_name_in_image()
|
/third_party/ltp/tools/sparse/sparse-src/ |
H A D | expression.h | 325 struct symbol *sym = lookup_symbol(token->ident, NS_SYMBOL | NS_TYPEDEF); in lookup_type()
|
H A D | symbol.h | 333 extern struct symbol *lookup_symbol(struct ident *, enum namespace); 559 return lookup_symbol(ident, ns); in lookup_keyword()
|
H A D | pre-process.c | 129 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()
|
H A D | parse.c | 707 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()
|
H A D | symbol.c | 60 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()
|
H A D | dissect.c | 150 sym = lookup_symbol(expr->symbol_name, NS_SYMBOL); in expr_symbol()
|
H A D | expression.c | 452 struct symbol *sym = lookup_symbol(token->ident, NS_SYMBOL | NS_TYPEDEF); in primary_expression()
|
Completed in 23 milliseconds