Searched defs:get_sections (Results 1 – 4 of 4) sorted by relevance
123 def get_sections(self, cache=False): member in ObjectFile
401 def get_sections(self): member in global_config_class
284 get_sections (unsigned int *sections, size_t shnum) in get_sections() function
1022 def get_sections(self, elf_file_path: Union[Path, str]) -> List[str]: member in ReadElf