Searched refs:self (Results 1 – 3 of 3) sorted by relevance
/scripts/ |
A D | old-symbolize | 322 self.build_dirs = choose_build_dirs(self.args, self.arch) 371 self.build_dirs = choose_build_dirs(self.args, self.arch) 382 self.bias_to_name[self.bias] = name 384 if self.zircon_code_start and self.zircon_code_start != self.bias: 385 if self.zircon_code_start < self.bias: 386 diff = self.bias - self.zircon_code_start 389 diff = self.zircon_code_start - self.bias 409 dso, self.args.app, self.name_to_buildid, self.build_dirs) 479 a2l_out = run_addr2line(self.arch, self.zircon_elf_path, self.zircon_pc) 507 … dso_full_path = find_dso_full_path(dso, self.args.app, self.name_to_buildid, self.build_dirs) [all …]
|
A D | zircon.elf-gdb.py | 60 def __init__(self): argument 69 def __init__(self): argument 78 def __init__(self): argument 87 def __init__(self): argument 105 def __init__(self): argument 109 self.value = 1000 136 def __init__(self): argument 544 self.sp = sp 545 self.pc = pc 812 def stop(self): argument [all …]
|
A D | update-docs-from-abigen | 557 self = sc == syscall['name'] 560 if not self: 563 if count and not self:
|
Completed in 10 milliseconds