Lines Matching defs:stabs
182 // A callback object to handle data from the STABS reader.
184 // Find the addresses of the STABS data, and create a STABS reader object.
185 // On Linux, STABS entries always have 32-bit values, regardless of the
188 const uint8_t* stabs =
192 google_breakpad::StabsReader reader(stabs, stab_section->sh_size,
195 // Read the STABS data, and do post-processing.
616 // Look for STABS debugging information, and load it if present.
630 " STABS debugging information\n", obj_file.c_str());