Searched refs:N_SO (Results 1 - 9 of 9) sorted by relevance

/external/google-breakpad/src/common/
H A Dstabs_reader_unittest.cc267 .Stab(N_SO, 149, 40232, 0x18a2a72bU, "builddir/")
270 .Stab(N_SO, 165, 24791, 0xfe69d23cU, "")
271 .Stab(N_SO, 184, 34178, 0xca4d883aU, "builddir1/")
272 .Stab(N_SO, 83, 40859, 0xd2fe5df3U, "file1.c")
285 .Stab(N_SO, 167, 4647, 0xd04b7448U, "")
287 .Stab(N_SO, 152, 7810, 0x11759f10U, "file3.c")
288 .Stab(N_SO, 218, 12447, 0x11cfe4b5U, "");
332 stabs.Stab(N_SO, 177, 23446, 0xbf10d5e4, "file2-1.c");
351 .Stab(N_SO, 218, 26631, 0xb83ddf10U, "file3-1.c")
374 stabs.Stab(N_SO, 16
[all...]
H A Dstabs_reader.cc95 if (iterator_->type == N_SO) {
132 assert(!iterator_->at_end && iterator_->type == N_SO);
134 // There may be an N_SO entry whose name ends with a slash,
146 // We expect to see an N_SO entry with a filename next, indicating
149 if (iterator_->at_end || iterator_->type != N_SO)
170 // additional N_SO entries with names immediately following the
174 // Process the body of the compilation unit, up to the next N_SO.
175 while (!iterator_->at_end && iterator_->type != N_SO) {
201 // An N_SO with an empty name indicates the end of the compilation
205 assert(iterator_->type == N_SO);
[all...]
/external/google-breakpad/src/common/solaris/
H A Ddump_symbols.cc270 if (cur_list->n_type == N_FUN || cur_list->n_type == N_SO ||
297 assert(cur_list->n_type == N_SO);
304 if (cur_list->n_type == N_SO) {
413 if (cur_list->n_type == N_SO) {
/external/llvm/tools/dsymutil/
H A DMachOUtils.cpp155 (NList.n_type != MachO::N_SO) || (!Name.empty() && Name[0] != '\0');
157 } else if (NList.n_type == MachO::N_SO) {
H A DMachODebugMapParser.cpp178 {MachO::N_SSYM, "N_SSYM"}, {MachO::N_SO, "N_SO"},
/external/llvm/include/llvm/Support/
H A DMachO.h365 N_SO = 0x64u, enumerator in enum:llvm::MachO::StabType
/external/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp538 {MachO::N_SO, "SO"},
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DMachO.h365 N_SO = 0x64u, enumerator in enum:llvm::MachO::StabType
/external/valgrind/perf/
H A Dtinycc.c1828 __define_stab (N_SO, 0x64, "SO")
14852 put_stabs_r(buf, N_SO, 0, 0,
14854 put_stabs_r(file->filename, N_SO, 0, 0,
14902 put_stabs_r(NULL, N_SO, 0, 0,
20537 case N_SO:

Completed in 311 milliseconds