/trusted-firmware-a-latest/lib/romlib/ |
D | romlib_generator.py | 24 def __init__(self): argument 29 def add_dependency(self, parent, dependency): argument 36 def get_dependencies(self, parent): argument 48 def parse(self, file_name): argument 91 def __init__(self, prog): argument 95 def parse_arguments(self, argv): argument 99 def build_template(self, name, mapping=None, remove_comment=False): argument 125 def __init__(self, prog): argument 133 def main(self): argument 159 def __init__(self, prog): argument [all …]
|
/trusted-firmware-a-latest/tools/memory/memory/ |
D | buildparser.py | 17 def __init__(self, path: Path, map_backend=False): argument 23 def __getitem__(self, module: str): argument 27 def _parse_modules(self): argument 49 def symbols(self) -> list: argument 64 def get_mem_usage_dict(self) -> dict: argument 73 def get_mem_tree_as_dict(self) -> dict: argument 86 def module_names(self): argument
|
D | elfparser.py | 31 def __init__(self, elf_file: BinaryIO): argument 49 def symbols(self): argument 77 def _get_mem_usage(self) -> (int, int): argument 92 def set_segment_section_map(self, segments, sections): argument 110 def get_memory_layout_from_symbols(self, expr=None) -> dict: argument 130 def get_seg_map_as_dict(self): argument 134 def get_memory_layout(self): argument 152 def get_mod_mem_usage_dict(self): argument
|
D | mapparser.py | 19 def __init__(self, map_file: TextIO): argument 23 def symbols(self): argument 40 def get_memory_layout(self) -> dict: argument
|
D | printer.py | 20 def __init__(self, columns: int = None, as_decimal: bool = False): argument 27 def format_args(self, *args, width=10, fmt=None): argument 32 def format_row(self, leading, *args, width=10, fmt=None): argument 64 self, app_mem_usage: dict, sort_key: str = None, fields: list = None argument 95 self, argument 140 self, mem_map_dict, modules, depth=1, min_pad=12, node_right_pad=12 argument
|
/trusted-firmware-a-latest/tools/sptool/ |
D | sptool.py | 42 def __init__(self, pm_path : str, img_path : str, pm_offset: int, argument 67 def __str__(self): argument 76 def magic(self): argument 80 def version(self): argument 84 def pm_size(self): argument 88 def img_size(self): argument 92 def header(self): argument 102 def header_size(self): argument 105 def generate(self, f_out : str): argument
|
D | spactions.py | 29 …def __init__(self, action, exec_order=DEFAULT_ACTION_ORDER, global_action=True, log_calls = False): argument 40 def __lt__(self, other): argument 46 def __call__(self, sp_layout, sp, args :dict): argument 52 def __repr__(self) -> str: argument
|
/trusted-firmware-a-latest/plat/allwinner/common/ |
D | sunxi_cpu_ops.c | 138 u_register_t self = read_mpidr(); in sunxi_cpu_power_off_others() local
|