Searched refs:N_SO (Results 1 – 8 of 8) sorted by relevance
/external/google-breakpad/src/common/ |
D | stabs_reader_unittest.cc | 267 .Stab(N_SO, 149, 40232, 0x18a2a72bU, "builddir/") in TEST_F() 270 .Stab(N_SO, 165, 24791, 0xfe69d23cU, "") in TEST_F() 271 .Stab(N_SO, 184, 34178, 0xca4d883aU, "builddir1/") in TEST_F() 272 .Stab(N_SO, 83, 40859, 0xd2fe5df3U, "file1.c") in TEST_F() 285 .Stab(N_SO, 167, 4647, 0xd04b7448U, "") in TEST_F() 287 .Stab(N_SO, 152, 7810, 0x11759f10U, "file3.c") in TEST_F() 288 .Stab(N_SO, 218, 12447, 0x11cfe4b5U, ""); in TEST_F() 332 stabs.Stab(N_SO, 177, 23446, 0xbf10d5e4, "file2-1.c"); in TEST_F() 351 .Stab(N_SO, 218, 26631, 0xb83ddf10U, "file3-1.c") in TEST_F() 374 stabs.Stab(N_SO, 161, 25673, 0x8f676e7bU, "build-directory/"); in TEST_F() [all …]
|
D | stabs_reader.cc | 95 if (iterator_->type == N_SO) { in Process() 132 assert(!iterator_->at_end && iterator_->type == N_SO); in ProcessCompilationUnit() 149 if (iterator_->at_end || iterator_->type != N_SO) in ProcessCompilationUnit() 175 while (!iterator_->at_end && iterator_->type != N_SO) { in ProcessCompilationUnit() 205 assert(iterator_->type == N_SO); in ProcessCompilationUnit() 246 if (iterator_->type == N_SO || iterator_->type == N_FUN) in ProcessFunction() 271 assert(iterator_->type == N_SO || iterator_->type == N_FUN); in ProcessFunction()
|
/external/lldb/test/functionalities/archives/ |
D | README | 10 [ 0] 00000002 64 (N_SO ) 00 0000 0000000000000000 '/Volumes/data/lldb/svn/latest/… 11 [ 1] 0000003f 64 (N_SO ) 00 0000 0000000000000000 'main.c' 17 [ 7] 00000001 64 (N_SO ) 01 0000 0000000000000000 18 [ 8] 00000002 64 (N_SO ) 00 0000 0000000000000000 '/Volumes/data/lldb/svn/latest/… 19 [ 9] 0000008f 64 (N_SO ) 00 0000 0000000000000000 'a.c' 30 [ 20] 00000001 64 (N_SO ) 01 0000 0000000000000000 31 [ 21] 00000002 64 (N_SO ) 00 0000 0000000000000000 '/Volumes/data/lldb/svn/latest/… 32 [ 22] 000000f0 64 (N_SO ) 00 0000 0000000000000000 'b.c' 43 [ 33] 00000001 64 (N_SO ) 01 0000 0000000000000000
|
/external/google-breakpad/src/tools/solaris/dump_syms/testdata/ |
D | dump_syms_regtest.stabs | 6 …alfred/cvs/breakpad/google-breakpad20070927/src/tools/solaris/dump_syms/testdata/",N_SO,0x0,0x0,0x0 7 2: .stabs "dump_syms_regtest.cc",N_SO,0x0,0x4,0x0 114 …alfred/cvs/breakpad/google-breakpad20070927/src/tools/solaris/dump_syms/testdata/",N_SO,0x0,0x0,0x0 115 2: .stabs "dump_syms_regtest.cc",N_SO,0x0,0x4,0x0
|
/external/google-breakpad/src/common/solaris/ |
D | dump_symbols.cc | 270 if (cur_list->n_type == N_FUN || cur_list->n_type == N_SO || in LoadLineInfo() 297 assert(cur_list->n_type == N_SO); in LoadFuncSymbols() 304 if (cur_list->n_type == N_SO) { in LoadFuncSymbols() 413 if (cur_list->n_type == N_SO) { in LoadAllSymbols()
|
/external/llvm/tools/llvm-nm/ |
D | llvm-nm.cpp | 474 {MachO::N_SO, "SO"},
|
/external/llvm/include/llvm/Support/ |
D | MachO.h | 407 N_SO = 0x64u, enumerator
|
/external/valgrind/perf/ |
D | tinycc.c | 1827 __define_stab (N_SO, 0x64, "SO") 14850 put_stabs_r(buf, N_SO, 0, 0, in tcc_compile() 14852 put_stabs_r(file->filename, N_SO, 0, 0, in tcc_compile() 14900 put_stabs_r(NULL, N_SO, 0, 0, in tcc_compile() 20535 case N_SO: in rt_printline()
|