Lines Matching refs:name
41 /// Find the file name of the alternate debug info file.
45 /// @param out parameter. Is set to the file name of the alternate
394 std::string name;
399 name = (char *) data->d_buf;
401 if (!name.empty())
405 if (!tools_utils::find_file_under_dir(*path, name, file_path))
751 /// @param name the name of the symbol we are looking for.
755 reader::function_symbol_is_exported(const string& name) const
757 const elf_symbols& syms = symtab()->lookup_symbol(name);
780 /// @param name the name of the symbol we are looking
785 reader::variable_symbol_is_exported(const string& name) const
787 const elf_symbols& syms = symtab()->lookup_symbol(name);