OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:global_vars
(Results
1 - 4
of
4
) sorted by null
/development/vndk/tools/header-checker/header-abi-diff/src/
abi_diff.cpp
69
diff_tu->mutable_global_vars_diff(), old_tu.
global_vars
(),
70
new_tu.
global_vars
(), ignored_symbols_);
/development/vndk/tools/header-checker/header-abi-linker/src/
header_abi_linker.cpp
285
dump_tu.
global_vars
(), (!version_script.empty()));
/external/autotest/client/bin/
job.py
[
all
...]
/toolchain/binutils/binutils-2.25/binutils/
ieee.c
163
struct ieee_vars *
global_vars
;
member in struct:ieee_info
870
info.
global_vars
= NULL;
1253
info->
global_vars
= ((struct ieee_vars *)
1254
xmalloc (sizeof *info->
global_vars
));
1255
info->
global_vars
->alloc = info->vars.alloc;
1256
info->
global_vars
->vars = ((struct ieee_var *)
1259
memcpy (info->
global_vars
->vars, info->vars.vars,
[
all
...]
Completed in 799 milliseconds