Lines Matching defs:symbols

304 /// Return a sorted vector of function symbols for this corpus.
306 /// Note that the first time this function is called, the symbols are
310 /// @return the sorted list of function symbols.
342 /// Getter for a sorted vector of the function symbols undefined in
345 /// @return a vector of the function symbols undefined in this corpus,
369 /// @return the name function symbol map for undefined symbols
382 /// Return a list of symbols that are not referenced by any function of
385 /// Note that this function considers the list of function symbols to keep,
391 /// @return list of symbols that are not referenced by any function
437 /// Getter for the sorted vector of variable symbols for this corpus.
443 /// @return the sorted vector of variable symbols for this corpus.
476 /// Getter for a sorted vector of the variable symbols undefined in
479 /// @return a vector of the variable symbols undefined in this corpus,
516 /// Return a list of symbols that are not referenced by any variable of
519 /// Note that this function considers the list of variable symbols to keep,
525 /// @return list of symbols that are not referenced by any variable
965 /// - the maps function and variable symbols are not having entries
1028 /// Getter for the function symbols map.
1030 /// @return a reference to the function symbols map.
1035 /// Getter for the map of function symbols that are undefined in this
1038 /// @return the map of function symbols not defined in this corpus.
1040 /// is a vector of all the function symbols that have the same name.
1045 /// Return a sorted vector of function symbols for this corpus.
1047 /// Note that the first time this function is called, the symbols are
1051 /// @return the sorted list of function symbols.
1056 /// Getter for a sorted vector of the function symbols undefined in
1059 /// @return a vector of the function symbols undefined in this corpus,
1065 /// Getter for the sorted vector of variable symbols for this corpus.
1071 /// @return the sorted vector of variable symbols for this corpus.
1076 /// Getter for a sorted vector of the variable symbols undefined in
1079 /// @return a vector of the variable symbols undefined in this corpus,
1085 /// Getter for the variable symbols map.
1087 /// @return a reference to the variabl symbols map.
1092 /// Getter for the map of variable symbols that are undefined in this
1095 /// @return the map of variable symbols not defined in this corpus.
1097 /// is a vector of all the variable symbols that have the same name.
1102 /// Look in the function symbols map for a symbol with a given name.
1120 /// Look into a set of symbols and look for a symbol that has a given
1128 /// @param symbols the set of symbols to consider.
1133 const vector<elf_symbol_sptr>& symbols)
1140 for (elf_symbols::const_iterator s = symbols.begin();
1141 s != symbols.end();
1147 for (elf_symbols::const_iterator s = symbols.begin();
1148 s != symbols.end();
1155 for (elf_symbols::const_iterator s = symbols.begin();
1156 s != symbols.end();
1164 /// Look in the function symbols map for a symbol with a given name.
1188 /// Look in the function symbols map for a symbol with the same name
1198 /// Look in the variable symbols map for a symbol with a given name.
1216 /// Look in the variable symbols map for a symbol with a given name.
1239 /// Look in the variable symbols map for a symbol with the same name
1333 /// Getter of the set of function symbols that are not referenced by
1337 /// this function returns the set of function symbols not referenced
1340 /// @return the vector of function symbols not referenced by any
1346 /// Getter of the set of variable symbols that are not referenced by
1350 /// this function returns the set of variable symbols not referenced
1353 /// @return the vector of variable symbols not referenced by any
1420 /// @return a vector of IDs of function symbols to keep.
1430 /// @return a vector of IDs of function symbols to keep.
1460 /// @return a vector of IDs of variable symbols to keep.
1470 /// @return a vector of IDs of variable symbols to keep.
1622 /// Add symbols to the set of corpus group function symbols that are
1625 /// @param syms the set the symbols to add.
1644 /// Add symbols to the set of corpus group variable symbols that are
1647 /// @param syms the set the symbols to add.
1705 /// Add the unreferenced function and variable symbols of this
1706 /// corpus to the unreferenced symbols of the current corpus group.
1821 /// Get the symbols of the global variables exported by the corpora of
1824 /// @return the symbols of the global variables exported by the corpora
1838 /// Get the symbols of the global functions exported by the corpora of
1841 /// @return the symbols of the global functions exported by the corpora
1855 /// Get a sorted vector of the symbols of the functions exported by
1858 /// @return the sorted vectors of the exported function symbols.
1887 /// Get a sorted vector of the symbols of the variables exported by
1890 /// @return the sorted vectors of the exported variable symbols.
1919 /// Get the set of function symbols not referenced by any debug info,
1923 /// copora of this corpus group and caches the unreferenced symbols
1927 /// cached symbols.
1929 /// @return the unreferenced symbols.
1962 /// Get the set of variable symbols not referenced by any debug info,
1966 /// copora of this corpus group and caches the unreferenced symbols
1970 /// cached symbols.
1972 /// @return the unreferenced symbols.