Home | History | Annotate | Download | only in linux

Lines Matching defs:it

33 // Find all the debugging info in a file and dump it as a Breakpad symbol file.
398 // Get the endianness of ELF_HEADER. If it's invalid, return false.
450 std::vector<string>::const_iterator it;
451 for (it = debug_dirs.begin(); it < debug_dirs.end(); ++it) {
452 const string& debug_dir = *it;
502 for (it = searched_paths.begin(); it < searched_paths.end(); ++it) {
503 const string& debug_dir = *it;
512 // Holds the state between the two calls to LoadSymbols() in case it's necessary
616 // Look for STABS debugging information, and load it if present.
636 // Look for DWARF debugging information, and load it if present.
924 // Not explicitly exported, but not static so it can be used in unit tests.