OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Symbolize
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/tcmalloc/chromium/src/
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
/external/chromium_org/third_party/tcmalloc/vendor/src/
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
/external/chromium_org/tools/tcmalloc/
print-live-objects.py
41
def
Symbolize
(binary, traces):
78
Symbolize
(argv[1], traces)
/external/chromium_org/base/third_party/symbolize/
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) {
Completed in 2259 milliseconds