OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Symbolize
(Results
1 - 14
of
14
) sorted by null
/external/chromium_org/third_party/tcmalloc/chromium/src/
symbolize.h
47
// several stack traces to a table, call
Symbolize
() once and use GetSymbol()
58
// name, so Add() should not generally be called after
Symbolize
().
62
// the last successful call to
Symbolize
(). Otherwise may return an empty
68
int
Symbolize
();
symbolize.cc
37
#include "
symbolize
.h"
43
#include <sys/socket.h> // for socketpair() -- needed by
Symbolize
46
#include <sys/wait.h> // for wait() -- needed by
Symbolize
97
// Prints an error message when you can't run
Symbolize
().
120
// Returns number of symbols read on error. If can't
symbolize
, returns 0
122
int SymbolTable::
Symbolize
() {
128
if (argv0 == NULL) { // can't call
symbolize
if we can't figure out our name
debugallocation.cc
77
#include "
symbolize
.h"
128
"
Symbolize
the stack trace when provided (on some error exits)");
694
symbolization_table->
Symbolize
();
[
all
...]
heap-profile-table.cc
63
#include "
symbolize
.h"
716
symbolization_table.
Symbolize
();
/external/chromium_org/third_party/tcmalloc/vendor/src/
symbolize.h
47
// several stack traces to a table, call
Symbolize
() once and use GetSymbol()
58
// name, so Add() should not generally be called after
Symbolize
().
62
// the last successful call to
Symbolize
(). Otherwise may return an empty
68
int
Symbolize
();
symbolize.cc
37
#include "
symbolize
.h"
43
#include <sys/socket.h> // for socketpair() -- needed by
Symbolize
46
#include <sys/wait.h> // for wait() -- needed by
Symbolize
97
// Prints an error message when you can't run
Symbolize
().
120
// Returns number of symbols read on error. If can't
symbolize
, returns 0
122
int SymbolTable::
Symbolize
() {
128
if (argv0 == NULL) { // can't call
symbolize
if we can't figure out our name
heap-profile-table.cc
63
#include "
symbolize
.h"
658
symbolization_table.
Symbolize
();
debugallocation.cc
76
#include "
symbolize
.h"
127
"
Symbolize
the stack trace when provided (on some error exits)");
698
symbolization_table->
Symbolize
();
[
all
...]
/external/chromium_org/base/third_party/symbolize/
symbolize.h
32
// This library provides
Symbolize
() function that symbolizes program
37
// The algorithm used in
Symbolize
() is as follows.
49
// Note that
Symbolize
() is originally implemented to be used in
129
bool
Symbolize
(void *pc, char *out, int out_size);
symbolize.cc
56
#include "
symbolize
.h"
116
#include "
symbolize
.h"
660
bool
Symbolize
(void *pc, char *out, int out_size) {
676
bool
Symbolize
(void *pc, char *out, int out_size) {
/external/chromium_org/tools/tcmalloc/
print-live-objects.py
41
def
Symbolize
(binary, traces):
78
Symbolize
(argv[1], traces)
/external/chromium/base/debug/
stack_trace_posix.cc
40
#include "base/third_party/
symbolize
/
symbolize
.h"
122
if (google::
Symbolize
(static_cast<char *>(trace[i]) - 1,
125
// google::
Symbolize
().
/external/chromium_org/base/debug/
stack_trace_posix.cc
36
#include "base/third_party/
symbolize
/
symbolize
.h"
141
if (google::
Symbolize
(address, buf, sizeof(buf)))
/external/llvm/tools/llvm-objdump/
llvm-objdump.cpp
135
Symbolize
("
symbolize
", cl::desc("When disassembling instructions, "
136
"try to
symbolize
operands."));
311
if (
Symbolize
) {
Completed in 148 milliseconds