Searched refs:N_FUN (Results 1 - 7 of 7) sorted by relevance

/external/google-breakpad/src/common/
H A Dstabs_reader.cc176 if (iterator_->type == N_FUN) {
222 assert(!iterator_->at_end && iterator_->type == N_FUN);
225 // The STABS string for an N_FUN entry is the name of the function,
246 if (iterator_->type == N_SO || iterator_->type == N_FUN)
271 assert(iterator_->type == N_SO || iterator_->type == N_FUN);
272 if (iterator_->type == N_FUN) {
275 // An N_FUN entry with no name is a terminator for this function;
280 // An N_FUN entry with a name is the next function, and we can take
H A Dstabs_reader_unittest.cc268 .Stab(N_FUN, 83, 50010, 0x91a5353fU,
274 .Stab(N_FUN, 120, 50271, 0xa049f4b1U, "fun1")
280 .Stab(N_FUN, 45, 32441, 0xbf27cf93U,
352 .Stab(N_FUN, 113, 24765, 0xbbd4a145U, "fun3_1");
418 .Stab(N_FUN, 101, 63253, 0x7fbcccaeU, "arsenic")
423 .Stab(N_FUN, 59, 3305, 0xa8e120b0U, "selenium")
484 .Stab(N_FUN, 216, 38405, 0xbb5ab70ecdd23bfeULL, "function 1")
487 .Stab(N_FUN, 240, 10973, 0xc954de9b8fb3e5e2ULL, "function 2")
488 .Stab(N_FUN, 14, 36749, 0xc1ab, "")
490 .Stab(N_FUN, 14
[all...]
/external/google-breakpad/src/common/solaris/
H A Ddump_symbols.cc270 if (cur_list->n_type == N_FUN || cur_list->n_type == N_SO ||
303 while (cur_list < list_end && cur_list->n_type != N_FUN) {
312 while (cur_list->n_type == N_FUN) {
323 cur_list->n_type != N_FUN) {
/external/llvm/tools/dsymutil/
H A DMachODebugMapParser.cpp175 {MachO::N_FUN, "N_FUN"}, {MachO::N_STSYM, "N_STSYM"},
369 case MachO::N_FUN:
/external/llvm/include/llvm/Support/
H A DMachO.h396 N_FUN = 0x24u, enumerator in enum:llvm::MachO::StabType
/external/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp468 {MachO::N_FUN, "FUN"},
/external/valgrind/perf/
H A Dtinycc.c1750 __define_stab (N_FUN, 0x24, "FUN")
14495 put_stabs_r(buf, N_FUN, 0, file->line_num, 0,
14576 put_stabn(N_FUN, 0, 0, ind - func_ind);
20492 case N_FUN:

Completed in 180 milliseconds