Searched refs:get_sections (Results 1 – 14 of 14) sorted by relevance
/external/llvm/bindings/python/llvm/tests/ |
D | test_object.py | 19 for section in o.get_sections(): 30 for section in o.get_sections(): 60 for section in o.get_sections():
|
/external/llvm-project/llvm/bindings/python/llvm/tests/ |
D | test_object.py | 21 for section in o.get_sections(): 32 for section in o.get_sections(): 62 for section in o.get_sections():
|
/external/libabigail/src/ |
D | abg-ini.cc | 1676 config::get_sections() const in get_sections() function in abigail::ini::config 1929 if (!write_sections(conf.get_sections(), output)) in write_config() 1945 if (!write_sections(conf.get_sections(), path)) in write_config()
|
D | abg-suppression.cc | 362 config.get_sections().begin(); in read_suppressions() 363 i != config.get_sections().end(); in read_suppressions()
|
D | abg-tools-utils.cc | 1970 whitelist.get_sections(); in gen_suppr_spec_from_kernel_abi_whitelists()
|
/external/autotest/client/common_lib/ |
D | global_config.py | 362 def get_sections(self): member in global_config_class
|
/external/libabigail/include/ |
D | abg-ini.h | 371 get_sections() const;
|
/external/llvm-project/llvm/bindings/python/llvm/ |
D | object.py | 122 def get_sections(self, cache=False): member in ObjectFile
|
/external/llvm/bindings/python/llvm/ |
D | object.py | 123 def get_sections(self, cache=False): member in ObjectFile
|
/external/elfutils/src/ |
D | elfcompress.c | 290 size_t get_sections (void) in process_file() 552 if (foutput == NULL && get_sections () == 0) in process_file()
|
D | ChangeLog | 635 * elfcompress.c (get_sections): New function.
|
/external/autotest/frontend/afe/ |
D | moblab_rpc_interface_unittest.py | 82 config_mock.get_sections().AndReturn(['section1', 'section2'])
|
D | moblab_rpc_interface.py | 93 sections =_CONFIG.get_sections()
|
/external/libabigail/ |
D | ChangeLog | 26721 (config::{get_sections, set_sections, read_sections, 26725 (config::{config, get_sections}): Likewise. 26743 (config::{config, ~config, get_path, set_path, get_sections,
|