Home
last modified time | relevance | path

Searched refs:N_SO (Results 1 – 23 of 23) sorted by relevance

/external/google-breakpad/src/common/
Dstabs_reader_unittest.cc267 .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 …]
Dstabs_reader.cc95 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/llvm-project/llvm/test/tools/dsymutil/
Ddump-symtab.test10 ALL-NEXT: [ 0] 00000002 64 (N_SO ) 00 0000 0000000000000000 '/Inputs/'
11 ALL-NEXT: [ 1] 0000000b 64 (N_SO ) 00 0000 0000000000000000 'fat-test.c'
14 ALL-NEXT: [ 4] 00000001 64 (N_SO ) 01 0000 0000000000000000
23 I386-NEXT: [ 0] 00000002 64 (N_SO ) 00 0000 0000000000000000 '/Inputs/'
24 I386-NEXT: [ 1] 0000000b 64 (N_SO ) 00 0000 0000000000000000 'fat-test.c'
27 I386-NEXT: [ 4] 00000001 64 (N_SO ) 01 0000 0000000000000000
38 ALL-NEXT: [ 0] 00000002 64 (N_SO ) 00 0000 0000000000000000 '/Inputs/'
39 ALL-NEXT: [ 1] 0000000b 64 (N_SO ) 00 0000 0000000000000000 'fat-test.c'
42 ALL-NEXT: [ 4] 00000001 64 (N_SO ) 01 0000 0000000000000000
/external/llvm/test/tools/dsymutil/
Ddump-symtab.test10 ALL-NEXT: [ 0] 00000002 64 (N_SO ) 00 0000 0000000000000000 '/Inputs/'
11 ALL-NEXT: [ 1] 0000000b 64 (N_SO ) 00 0000 0000000000000000 'fat-test.c'
14 ALL-NEXT: [ 4] 00000001 64 (N_SO ) 01 0000 0000000000000000
23 I386-NEXT: [ 0] 00000002 64 (N_SO ) 00 0000 0000000000000000 '/Inputs/'
24 I386-NEXT: [ 1] 0000000b 64 (N_SO ) 00 0000 0000000000000000 'fat-test.c'
27 I386-NEXT: [ 4] 00000001 64 (N_SO ) 01 0000 0000000000000000
38 ALL-NEXT: [ 0] 00000002 64 (N_SO ) 00 0000 0000000000000000 '/Inputs/'
39 ALL-NEXT: [ 1] 0000000b 64 (N_SO ) 00 0000 0000000000000000 'fat-test.c'
42 ALL-NEXT: [ 4] 00000001 64 (N_SO ) 01 0000 0000000000000000
/external/llvm-project/lldb/test/API/functionalities/archives/
DREADME10 [ 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/
Ddump_syms_regtest.stabs6 …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/
Ddump_symbols.cc270 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/dsymutil/
DMachOUtils.cpp155 (NList.n_type != MachO::N_SO) || (!Name.empty() && Name[0] != '\0'); in transferSymbol()
157 } else if (NList.n_type == MachO::N_SO) { in transferSymbol()
DMachODebugMapParser.cpp178 {MachO::N_SSYM, "N_SSYM"}, {MachO::N_SO, "N_SO"},
/external/llvm-project/llvm/tools/dsymutil/
DMachOUtils.cpp177 (NList.n_type != MachO::N_SO) || (!Name.empty() && Name[0] != '\0'); in transferSymbol()
179 } else if (NList.n_type == MachO::N_SO) { in transferSymbol()
DMachODebugMapParser.cpp225 {MachO::N_SSYM, "N_SSYM"}, {MachO::N_SO, "N_SO"},
/external/llvm-project/lld/lib/ReaderWriter/MachO/
DMachONormalizedFileFromAtoms.cpp869 _stabs.push_back(mach_o::Stab(nullptr, N_SO, 1, 0, 0, "")); in synthesizeDebugNotes()
885 _stabs.push_back(mach_o::Stab(nullptr, N_SO, 0, 0, 0, newDirPath)); in synthesizeDebugNotes()
886 _stabs.push_back(mach_o::Stab(nullptr, N_SO, 0, 0, 0, newFileName)); in synthesizeDebugNotes()
932 _stabs.push_back(mach_o::Stab(nullptr, N_SO, 1, 0, 0, "")); in synthesizeDebugNotes()
DMachONormalizedFileToAtoms.cpp754 case N_SO: in parseStabs()
/external/llvm-project/lld/MachO/
DSyntheticSections.cpp584 StabsEntry stab(MachO::N_SO); in emitBeginSourceStab()
597 StabsEntry stab(MachO::N_SO); in emitEndSourceStab()
/external/llvm-project/lldb/examples/python/
Dmach_o.py159 N_SO = 0x64 variable
1589 'N_SO': N_SO,
/external/llvm/include/llvm/Support/
DMachO.h365 N_SO = 0x64u, enumerator
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DMachO.h365 N_SO = 0x64u, enumerator
/external/llvm/tools/llvm-nm/
Dllvm-nm.cpp538 {MachO::N_SO, "SO"},
/external/llvm-project/llvm/include/llvm/BinaryFormat/
DMachO.h368 N_SO = 0x64u, enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DMachO.h362 N_SO = 0x64u, enumerator
/external/llvm-project/llvm/tools/llvm-nm/
Dllvm-nm.cpp650 {MachO::N_SO, "SO"},
/external/python/pycparser/utils/benchmark/inputs/
Dtccgen.c.ppout832 N_SO=0x64,
3410 put_stabs_r(buf, N_SO, 0, 0,
3412 put_stabs_r(file->filename, N_SO, 0, 0,
3430 put_stabs_r(0, N_SO, 0, 0,
/external/llvm-project/lldb/source/Plugins/ObjectFile/Mach-O/
DObjectFileMachO.cpp2988 case N_SO: in ParseSymtab()
3907 case N_SO: in ParseSymtab()