OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:symbol_names
(Results
1 - 2
of
2
) sorted by null
/external/oprofile/libpp/
name_storage.cpp
23
symbol_name_storage
symbol_names
;
variable
/sdk/emulator/qtools/
trace_reader.h
643
char *
symbol_names
= new char[symstr->sh_size];
local
644
ReadSection(symstr,
symbol_names
, fobj);
687
if (idx == 0 ||
symbol_names
[idx] == 0 ||
symbol_names
[idx] == '$')
713
&
symbol_names
[idx]);
725
func_symbols[nfuncs].name = Strdup(&
symbol_names
[idx]);
865
delete[]
symbol_names
;
[
all
...]
Completed in 802 milliseconds