Home
last modified time | relevance | path

Searched defs:get_sections (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/llvm/bindings/python/llvm/
H A Dobject.py123 def get_sections(self, cache=False): member in ObjectFile
/aosp_15_r20/external/autotest/client/common_lib/
H A Dglobal_config.py401 def get_sections(self): member in global_config_class
/aosp_15_r20/external/elfutils/src/
H A Delfcompress.c284 get_sections (unsigned int *sections, size_t shnum) in get_sections() function
/aosp_15_r20/system/extras/simpleperf/scripts/
H A Dsimpleperf_utils.py1022 def get_sections(self, elf_file_path: Union[Path, str]) -> List[str]: member in ReadElf