OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sym_file
(Results
1 - 3
of
3
) sorted by null
/ndk/sources/host-tools/ndk-stack/
ndk-stack-parser.c
285
char
sym_file
[2048];
local
329
strncpy(
sym_file
, parser->sym_root, sizeof(
sym_file
));
330
strncat(
sym_file
, "/", sizeof(
sym_file
));
331
strncat(
sym_file
, module_name, sizeof(
sym_file
));
332
sym_file
[sizeof(
sym_file
)-1] = '\0';
335
elff_handle = elff_init(
sym_file
);
[
all
...]
/external/oprofile/libpp/
format_output.cpp
806
string
sym_file
;
local
814
if (extract_linenr_info(sym_info,
sym_file
, sym_line)) {
818
if (
sym_file
!= samp_file)
/external/valgrind/main/coregrind/m_debuginfo/
readpdb.c
2108
PDB_SYMBOL_FILE *
sym_file
= (PDB_SYMBOL_FILE *) file;
local
2115
PDB_SYMBOL_FILE_EX *
sym_file
= (PDB_SYMBOL_FILE_EX *) file;
local
[
all
...]
Completed in 207 milliseconds