Home
last modified time | relevance | path

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

/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/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/valgrind/perf/
Dtinycc.c1749 __define_stab (N_FUN, 0x24, "FUN")
14493 put_stabs_r(buf, N_FUN, 0, file->line_num, 0, in put_func_debug()
14574 put_stabn(N_FUN, 0, 0, ind - func_ind); in gen_function()
20490 case N_FUN: in rt_printline()