Home
last modified time | relevance | path

Searched refs:FUNCTIONS (Results 1 - 4 of 4) sorted by relevance

/third_party/elfutils/lib/
H A Ddynamicsizehash_concurrent.h101 #define FUNCTIONS(name) _FUNCTIONS (name) macro
102 FUNCTIONS (NAME)
108 # undef FUNCTIONS macro
H A Ddynamicsizehash.h102 #define FUNCTIONS(name) _FUNCTIONS (name) macro
103 FUNCTIONS (NAME)
117 # undef FUNCTIONS macro
/third_party/rust/crates/bindgen/bindgen/
H A Dlib.rs140 const FUNCTIONS = 1 << 0; consts
157 self.contains(CodegenConfig::FUNCTIONS) in functions()
1446 self.options.codegen_config.remove(CodegenConfig::FUNCTIONS); in ignore_functions()
/third_party/rust/crates/bindgen/bindgen-cli/
H A Doptions.rs24 "functions" => config.insert(CodegenConfig::FUNCTIONS), in parse_codegen_config()

Completed in 5 milliseconds