Home
last modified time | relevance | path

Searched refs:get_sections (Results 1 – 9 of 9) sorted by relevance

/external/llvm/bindings/python/llvm/tests/
Dtest_object.py19 for section in o.get_sections():
30 for section in o.get_sections():
60 for section in o.get_sections():
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/python/llvm/tests/
Dtest_object.py19 for section in o.get_sections():
30 for section in o.get_sections():
60 for section in o.get_sections():
/external/autotest/client/common_lib/
Dglobal_config.py361 def get_sections(self): member in global_config_class
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/python/llvm/
Dobject.py123 def get_sections(self, cache=False): member in ObjectFile
/external/llvm/bindings/python/llvm/
Dobject.py123 def get_sections(self, cache=False): member in ObjectFile
/external/elfutils/src/
Delfcompress.c290 size_t get_sections (void) in process_file()
552 if (foutput == NULL && get_sections () == 0) in process_file()
DChangeLog229 * elfcompress.c (get_sections): New function.
/external/autotest/frontend/afe/
Dmoblab_rpc_interface_unittest.py82 config_mock.get_sections().AndReturn(['section1', 'section2'])
Dmoblab_rpc_interface.py95 sections =_CONFIG.get_sections()