Searched refs:N_SLINE (Results 1 - 8 of 8) sorted by relevance

/external/google-breakpad/src/common/
H A Dstabs_reader_unittest.cc277 .Stab(N_SLINE, 147, 4967, 0xd904b3f, "")
279 .Stab(N_SLINE, 130, 24610, 0x90f145b, "")
282 .Stab(N_SLINE, 138, 39002, 0x8148b87, "")
284 .Stab(N_SLINE, 29, 52163, 0x6eebbb7, "")
530 .Stab(N_SLINE, 229, 20015, 0x4cb3d7e0, "")
531 .Stab(N_SLINE, 89, 43802, 0x4cba8b88, "")
H A Dstabs_reader.cc179 } else if (iterator_->type == N_SLINE) {
182 // The value of an N_SLINE entry that appears outside a function is
186 // The n_desc of a N_SLINE entry is the line number. It's a
248 else if (iterator_->type == N_SLINE) {
249 // The value of an N_SLINE entry is the offset of the line from
252 // The n_desc of a N_SLINE entry is the line number. It's a
/external/google-breakpad/src/common/solaris/
H A Ddump_symbols.cc91 // rva_to_func of the previous N_SLINE.
268 while (cur_list < list_end && cur_list->n_type != N_SLINE) {
277 while (cur_list < list_end && cur_list->n_type == N_SLINE) {
/external/llvm/tools/dsymutil/
H A DMachODebugMapParser.cpp177 {MachO::N_SLINE, "N_SLINE"}, {MachO::N_ENSYM, "N_ENSYM"},
/external/llvm/include/llvm/Support/
H A DMachO.h362 N_SLINE = 0x44u, enumerator in enum:llvm::MachO::StabType
/external/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp535 {MachO::N_SLINE, "SLINE"},
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DMachO.h362 N_SLINE = 0x44u, enumerator in enum:llvm::MachO::StabType
/external/valgrind/perf/
H A Dtinycc.c1790 __define_stab (N_SLINE, 0x44, "SLINE")
13544 put_stabn(N_SLINE, 0, file->line_num, ind - func_ind);
20516 case N_SLINE:

Completed in 311 milliseconds