OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sym_type
(Results
1 - 2
of
2
) sorted by null
/sdk/emulator/qtools/
trace_reader.h
697
uint8_t
sym_type
= ELF32_ST_TYPE(elf_symbols[ii].st_info);
local
705
&&
sym_type
!= STT_FUNC) {
712
sym_type
,
715
if (
sym_type
!= STT_FUNC &&
sym_type
!= STT_NOTYPE)
[
all
...]
/external/valgrind/main/perf/
tinycc.c
6910
int
sym_type
, sym_bind, sh_num, info;
local
18301
int sym_bind, sym_index,
sym_type
, esym_bind;
local
[
all
...]
Completed in 299 milliseconds