Home
last modified time | relevance | path

Searched refs:N_FUN (Results 1 – 19 of 19) sorted by relevance

/external/llvm-project/lldb/test/API/functionalities/archives/
DREADME14 [ 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/
Ddump_syms_regtest.stabs33 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/
Dstabs_reader_unittest.cc268 .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 …]
Dstabs_reader.cc176 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/
Ddump_symbols.cc270 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/
DMachODebugMapParser.cpp173 {MachO::N_FUN, "N_FUN"}, {MachO::N_STSYM, "N_STSYM"},
369 case MachO::N_FUN: in handleStabSymbolTableEntry()
/external/llvm-project/llvm/tools/dsymutil/
DMachODebugMapParser.cpp220 {MachO::N_FUN, "N_FUN"}, {MachO::N_STSYM, "N_STSYM"},
434 case MachO::N_FUN: in handleStabSymbolTableEntry()
/external/llvm-project/lld/MachO/
DSyntheticSections.cpp621 StabsEntry stab(MachO::N_FUN); in emitEndFunStab()
672 symStab.type = MachO::N_FUN; in emitStabs()
/external/llvm-project/lld/lib/ReaderWriter/MachO/
DMachONormalizedFileToAtoms.cpp786 case N_FUN: in parseStabs()
801 case N_FUN: in parseStabs()
DMachONormalizedFileFromAtoms.cpp915 _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/
Dmach_o.py150 N_FUN = 0x24 variable
1580 'N_FUN': N_FUN,
/external/llvm/include/llvm/Support/
DMachO.h354 N_FUN = 0x24u, enumerator
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DMachO.h354 N_FUN = 0x24u, enumerator
/external/llvm/tools/llvm-nm/
Dllvm-nm.cpp527 {MachO::N_FUN, "FUN"},
/external/llvm-project/llvm/include/llvm/BinaryFormat/
DMachO.h357 N_FUN = 0x24u, enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DMachO.h351 N_FUN = 0x24u, enumerator
/external/llvm-project/llvm/tools/llvm-nm/
Dllvm-nm.cpp639 {MachO::N_FUN, "FUN"},
/external/llvm-project/lldb/source/Plugins/ObjectFile/Mach-O/
DObjectFileMachO.cpp2897 case N_FUN: in ParseSymtab()
3824 case N_FUN: in ParseSymtab()
/external/python/pycparser/utils/benchmark/inputs/
Dtccgen.c.ppout754 N_FUN=0x24,
3459 put_stabs_r(buf, N_FUN, 0, file->line_num, 0,
3473 put_stabn(N_FUN, 0, 0, size);