Lines Matching defs:symbol

2082 /// @param sym_n the name of symbol of the function the user wants
2093 /// @param sym_v the name of the version of the symbol of the function
2295 /// Getter for the name of symbol of the function the user wants this
2301 /// @return name of the symbol of the function.
2306 /// Setter for the name of symbol of the function the user wants this
2312 /// @return name of the symbol of the function.
2320 /// If the symbol name as returned by
2336 /// If the symbol name as returned by
2352 /// If a symbol name is matched by this regular expression, then the
2353 /// suppression specification will *NOT* suppress the symbol.
2355 /// If the symbol name as returned by
2371 /// If a symbol name is matched by this regular expression, then the
2372 /// suppression specification will *NOT* suppress the symbol.
2374 /// If the symbol name as returned by
2388 /// Getter for the name of the version of the symbol of the function
2394 /// @return the symbol version of the function.
2399 /// Setter for the name of the version of the symbol of the function
2405 /// @param v the new symbol version of the function.
2414 /// If the symbol version as returned by
2429 /// If the symbol version as returned by
2530 // So we are in a case of a languages in which the symbol
2546 // the function (symbol) name given in the
2564 // So we are in a case of a languages in which the symbol
2595 // So we are in a case of a languages in which the symbol
2655 // reports about an aliased symbol only if the suppression
2682 // reports about an aliased symbol only if the suppression
2796 /// @return true iff a report about a change involving the symbol @p
2835 // Consider the symbol name.
2850 // Consider the symbol version
2884 /// @return true iff a report about a change involving the symbol @p
2970 /// symbol name.
3340 /// @param symbol_name the name of the symbol of the variable the user
3351 /// @param symbol_version the version of the symbol of the variable
3358 /// symbol for the variables the user wants the current specification
3486 /// Getter for the name of the symbol of the variable the user wants
3492 /// @return the name of the symbol of the variable.
3497 /// Setter for the name of the symbol of the variable the user wants
3503 /// @param n the new name of the symbol of the variable.
3508 /// Getter of the regular expression for a family of symbol names of
3516 /// @return the regular expression for a symbol name of the variable.
3521 /// Setter of the regular expression for a family of symbol names of
3529 /// @param r the regular expression for a symbol name of the variable.
3537 /// If a symbol name is matched by this regular expression, then the
3538 /// suppression specification will *NOT* suppress the symbol.
3540 /// If the symbol name as returned by
3556 /// If a symbol name is matched by this regular expression, then the
3557 /// suppression specification will *NOT* suppress the symbol.
3559 /// If the symbol name as returned by
3573 /// Getter for the version of the symbol of the variable the user
3577 /// @return the symbol version of the variable.
3582 /// Setter for the version of the symbol of the variable the user
3586 /// @return the new symbol version of the variable.
3592 /// symbol for the variables the user wants the current specification
3597 /// @return the regular expression of the symbol version of the
3604 /// symbol for the variables the user wants the current specification
3609 /// @param v the new regular expression of the symbol version of the
3840 /// @return true iff a report about a change involving the symbol @p
3879 // Consider the symbol name
3899 // Consider the symbol version.
3933 /// @return true iff a report about a change involving the symbol @p
4608 /// symbol has a given name, in the context of a given front-end.
4614 /// @param var_linkage_name the name of the ELF symbol of the variable
4618 /// variable which ELF symbol name is @p var_linkage_name.
4657 /// Test if an ELF symbol is suppressed by at least one of the
4662 /// match a given ELF symbol.
4666 /// @param symbol the ELF symbol to consider.
4668 /// @return true iff the symbol @p symbol is matched by at least a
4672 const elf_symbol_sptr& symbol)
4674 if (elf_symbol_is_function(symbol->get_type()))
4676 /*symbol_name=*/symbol->get_name());
4677 else if (elf_symbol_is_variable(symbol->get_type()))
4679 /*symbol_name=*/symbol->get_name());
4683 /// Test if an ELF symbol is suppressed by at least one of the
4688 /// match a given ELF symbol, designated by its name and kind.
4692 /// @param sym_name the name of the symbol to consider.
4694 /// @return true iff the symbol denoted by @p sym_name, of kind @p