Home | History | Annotate | Download | only in runtime

Lines Matching defs:it

60   // To prevent GCC from inlining or removing it we place noinline attribute
411 // symtab internally, but it's nice to be defensive.
457 // It
690 // It is the caller's job to do this.
763 // Even if we Load(), it doesn't bring in all the sections.
818 // otherwise it will be wrongly 0 if ::Load has not yet been called.
934 // If a duplicate, make sure it has the same logical value. Seen on x86.
946 typename SymbolTable::const_iterator it = (*symbol_table)->find(symbol_name);
947 if (it == (*symbol_table)->end()) {
950 return it->second;
1460 // Make it MAP_PRIVATE so we can just give it to gdb if all the necessary
1469 // We need the eh_frame for gdb but debug info might be present without it.
1477 // all is MAP_PRIVATE so it can be written to freely.