Lines Matching defs:sym_name
117 const char *sym_name);
449 std::string sym_name = symbol->get_name();
453 sym_name.c_str());
459 const char *var_name = sym_name.c_str();
479 const char *func_name = sym_name.c_str();
1538 /// @param sym_name the symbol name.
1541 /// Note that if @ref sym_name is found in other than its default dictionary
1545 /// @return a valid CTF type id, if @ref sym_name was found, CTF_ERR otherwise.
1549 const char *sym_name)
1553 ctf_id_t ctf_type = ctf_lookup_by_symbol_name(dict, sym_name);
1560 ctf_type = ctf_lookup_variable(dict, sym_name);
1571 if ((ctf_type = ctf_lookup_by_symbol_name (fp, sym_name)) == CTF_ERR)
1572 ctf_type = ctf_lookup_variable(fp, sym_name);