/external/llvm-project/lldb/test/API/functionalities/archives/ |
D | README | 14 [ 4] 00000089 24 (N_FUN ) 01 0000 0000000100000d70 '_main' 15 [ 5] 00000001 24 (N_FUN ) 00 0000 000000000000005d 22 [ 12] 000000dd 24 (N_FUN ) 01 0000 0000000100000dd0 '_a' 23 [ 13] 00000001 24 (N_FUN ) 00 0000 0000000000000020 26 [ 16] 000000e0 24 (N_FUN ) 01 0000 0000000100000df0 '_aa' 27 [ 17] 00000001 24 (N_FUN ) 00 0000 0000000000000018 35 [ 25] 0000013e 24 (N_FUN ) 01 0000 0000000100000e10 '_b' 36 [ 26] 00000001 24 (N_FUN ) 00 0000 0000000000000020 39 [ 29] 00000141 24 (N_FUN ) 01 0000 0000000100000e30 '_bb' 40 [ 30] 00000001 24 (N_FUN ) 00 0000 0000000000000018
|
/external/google-breakpad/src/tools/solaris/dump_syms/testdata/ |
D | dump_syms_regtest.stabs | 33 28: .stabs "main:F(0,3);(0,3);(0,21)=*(0,22)=*(0,1)",N_FUN,0x0,0x38,0x0 51 46: .stabs "__1cPgoogle_breakpadBi6F_i_:f(0,3)",N_FUN,0x0,0x32,0x0 56 51: .stabs "__1cPgoogle_breakpadBC2t6M_v_:F(0,13);(0,23)=*(0,20)",N_FUN,0x0,0x24,0x0 61 56: .stabs "__1cPgoogle_breakpadBC2T6M_v_:F(0,13);(0,23)",N_FUN,0x0,0x25,0x0 66 61: .stabs "__1cPgoogle_breakpadBCKset_member6Mi_v_:F(0,13);(0,23);(0,3)",N_FUN,0x0,0x27,0x0 73 68: .stabs "__1cPgoogle_breakpadBCBf6M_v_:F(0,13);(0,23)",N_FUN,0x0,0x2a,0x0 79 74: .stabs "__1cPgoogle_breakpadBCBg6M_i_:F(0,3);(0,23)",N_FUN,0x0,0x2b,0x0 85 80: .stabs "__1cPgoogle_breakpadBCBh6Frk1_pc_:F(0,22);(0,24)=&(0,25)=k(0,20)",N_FUN,0x0,0x2c,0x0 91 86: .stabs "__1cPgoogle_breakpadBC2T5B6M_v_:F(0,13);(0,23)",N_FUN,0x0,0x25,0x0 96 91: .stabs "__SLIP.DELETER__A:f(0,13);(0,23);(0,3)",N_FUN,0x0,0x25,0x0 [all …]
|
/external/google-breakpad/src/common/ |
D | stabs_reader_unittest.cc | 268 .Stab(N_FUN, 83, 50010, 0x91a5353fU, in TEST_F() 274 .Stab(N_FUN, 120, 50271, 0xa049f4b1U, "fun1") in TEST_F() 280 .Stab(N_FUN, 45, 32441, 0xbf27cf93U, in TEST_F() 352 .Stab(N_FUN, 113, 24765, 0xbbd4a145U, "fun3_1"); in TEST_F() 418 .Stab(N_FUN, 101, 63253, 0x7fbcccaeU, "arsenic") in TEST_F() 423 .Stab(N_FUN, 59, 3305, 0xa8e120b0U, "selenium") in TEST_F() 484 .Stab(N_FUN, 216, 38405, 0xbb5ab70ecdd23bfeULL, "function 1") in TEST_F() 487 .Stab(N_FUN, 240, 10973, 0xc954de9b8fb3e5e2ULL, "function 2") in TEST_F() 488 .Stab(N_FUN, 14, 36749, 0xc1ab, "") in TEST_F() 490 .Stab(N_FUN, 143, 64514, 0xdff98c9a35386e1fULL, "function 3") in TEST_F() [all …]
|
D | stabs_reader.cc | 176 if (iterator_->type == N_FUN) { in ProcessCompilationUnit() 222 assert(!iterator_->at_end && iterator_->type == N_FUN); in ProcessFunction() 246 if (iterator_->type == N_SO || iterator_->type == N_FUN) in ProcessFunction() 271 assert(iterator_->type == N_SO || iterator_->type == N_FUN); in ProcessFunction() 272 if (iterator_->type == N_FUN) { in ProcessFunction()
|
/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() 303 while (cur_list < list_end && cur_list->n_type != N_FUN) { in LoadFuncSymbols() 312 while (cur_list->n_type == N_FUN) { in LoadFuncSymbols() 323 cur_list->n_type != N_FUN) { in LoadFuncSymbols()
|
/external/llvm/tools/dsymutil/ |
D | MachODebugMapParser.cpp | 173 {MachO::N_FUN, "N_FUN"}, {MachO::N_STSYM, "N_STSYM"}, 369 case MachO::N_FUN: in handleStabSymbolTableEntry()
|
/external/llvm-project/llvm/tools/dsymutil/ |
D | MachODebugMapParser.cpp | 220 {MachO::N_FUN, "N_FUN"}, {MachO::N_STSYM, "N_STSYM"}, 434 case MachO::N_FUN: in handleStabSymbolTableEntry()
|
/external/llvm-project/lld/MachO/ |
D | SyntheticSections.cpp | 621 StabsEntry stab(MachO::N_FUN); in emitEndFunStab() 672 symStab.type = MachO::N_FUN; in emitStabs()
|
/external/llvm-project/lld/lib/ReaderWriter/MachO/ |
D | MachONormalizedFileToAtoms.cpp | 786 case N_FUN: in parseStabs() 801 case N_FUN: in parseStabs()
|
D | MachONormalizedFileFromAtoms.cpp | 915 _stabs.push_back(mach_o::Stab(atom, N_FUN, 1, 0, 0, atom->name())); in synthesizeDebugNotes() 918 _stabs.push_back(mach_o::Stab(nullptr, N_FUN, 0, 0, in synthesizeDebugNotes()
|
/external/llvm-project/lldb/examples/python/ |
D | mach_o.py | 150 N_FUN = 0x24 variable 1580 'N_FUN': N_FUN,
|
/external/llvm/include/llvm/Support/ |
D | MachO.h | 354 N_FUN = 0x24u, enumerator
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | MachO.h | 354 N_FUN = 0x24u, enumerator
|
/external/llvm/tools/llvm-nm/ |
D | llvm-nm.cpp | 527 {MachO::N_FUN, "FUN"},
|
/external/llvm-project/llvm/include/llvm/BinaryFormat/ |
D | MachO.h | 357 N_FUN = 0x24u, enumerator
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ |
D | MachO.h | 351 N_FUN = 0x24u, enumerator
|
/external/llvm-project/llvm/tools/llvm-nm/ |
D | llvm-nm.cpp | 639 {MachO::N_FUN, "FUN"},
|
/external/llvm-project/lldb/source/Plugins/ObjectFile/Mach-O/ |
D | ObjectFileMachO.cpp | 2897 case N_FUN: in ParseSymtab() 3824 case N_FUN: in ParseSymtab()
|
/external/python/pycparser/utils/benchmark/inputs/ |
D | tccgen.c.ppout | 754 N_FUN=0x24, 3459 put_stabs_r(buf, N_FUN, 0, file->line_num, 0, 3473 put_stabn(N_FUN, 0, 0, size);
|