Lines Matching defs:search

536    FIRST and AFTER_LAST indicate the range of compunit symtabs to search.
538 AFTER_LAST is one past the last compunit symtab to search; NULL means to
539 search until the end of the list. */
604 true, the search stops. */
628 /* Same search rules as above apply here, but now we look thru the
1739 So, instead, search the section table when lookup by name has
1753 Note that it is possible to search the minimal symbols
1759 Note that this technique (of doing a section table search)
1762 a search of the section table. */
1902 lookup, so we can always binary search. */
2108 /* Search specified block and its superiors. Don't search
2167 /* Now search all static file-level symbols. Not strictly correct,
2178 Don't search STATIC_BLOCK or GLOBAL_BLOCK. */
2279 depending on whether or not we want to search global symbols or
2453 /* NOTE: dje/2014-10-26: The lookup in all objfiles search could skip
2462 search for it now. This is actually the right thing to do and can be
2464 shared libraries we could search all of them only to find out the
2520 1) First search expanded symtabs, and if not found
2588 /* Do a global search (of global blocks, heh). */
2623 /* If a block was passed in, we want to search the corresponding
2748 /* Now search all the global symbols. Do the symtab's first, then
2767 /* Now search the static file-level symbols.
2941 /* Not found in symtabs, search the "quick" symtabs (e.g. psymtabs). */
2969 /* A helper function to search a given symtab for a symbol matching
2994 search the symtabs directly. */
3034 range, we must search all symtabs associated with this compilation unit, and
3072 any function enclosing PC, that we shouldn't search for line
3238 /* If during the binary search we land on a non-statement entry,
3654 /* find_function_start_sal_1 does a linetable search, so it finds
4680 /* Here, we search through the minimal symbol tables for functions and
4691 We only search the objfile the msymbol came from, we no longer search
4862 global_symbol_searcher::search () const
5100 std::vector<symbol_search> symbols = spec.search ();
5361 std::vector<symbol_search> symbols = spec.search ();
6591 std::vector<symbol_search> modules = spec1.search ();
6593 /* Now search for all symbols of the required KIND matching the required
6599 std::vector<symbol_search> symbols = spec2.search ();