SYMBOL INDEX (15 symbols across 1 files) FILE: iboot-loader.py function set_name_from_str_xref (line 15) | def set_name_from_str_xref(base_addr, name, string): function set_name_from_pattern_xref (line 36) | def set_name_from_pattern_xref(base_addr, end, name, pattern): function set_name_from_func_xref (line 54) | def set_name_from_func_xref(base_addr, name, function_addr): function set_name_on_str_before_bl (line 72) | def set_name_on_str_before_bl(name: str, string: str): function set_name_on_xref_asserts (line 102) | def set_name_on_xref_asserts(functions_list: list) -> list: function set_name_on_xref_heap_malloc (line 135) | def set_name_on_xref_heap_malloc(heap_malloc: int): function set_name_on_xref_panics (line 165) | def set_name_on_xref_panics(panic) -> list: function accept_file (line 196) | def accept_file(fd, fname): function is_bootrom (line 216) | def is_bootrom(fd) -> bool: function is_bootloader_release (line 225) | def is_bootloader_release(fd) -> [bool, str]: function post_process (line 267) | def post_process(use_panic_strings: bool) -> None: class post_processing_hook_t (line 340) | class post_processing_hook_t(ida_idp.IDB_Hooks): method __init__ (line 343) | def __init__(self, use_panic_strings: bool = False): method auto_empty_finally (line 347) | def auto_empty_finally(self, *args): function load_file (line 354) | def load_file(fd, neflags, format):