Searched refs:GetSourceInformationForAddress (Results 1 – 8 of 8) sorted by relevance
948 out_string += GetSourceInformationForAddress(kgm_pc)959 out_string += GetSourceInformationForAddress(kgm_pc)971 out_string += GetSourceInformationForAddress(kgm_pc)985 out_string += GetSourceInformationForAddress(kgm_pc)1002 out_string += GetSourceInformationForAddress(kgm_pc)1016 out_string += GetSourceInformationForAddress(kgm_pc)1047 out_string += GetSourceInformationForAddress(kgm_pc)1060 out_string += GetSourceInformationForAddress(kgm_pc)1090 out_string += GetSourceInformationForAddress(kgm_pc)1103 out_string += GetSourceInformationForAddress(kgm_pc)[all …]
271 last_waitstr = GetSourceInformationForAddress(unsigned(stats.last_wait[0]))273 last_wakestr = GetSourceInformationForAddress(unsigned(stats.last_wakeup[0]))275 fw_str = GetSourceInformationForAddress(unsigned(stats.last_failed_wakeup[0]))281 …last_waitstr = "{0}->{1}".format(GetSourceInformationForAddress(unsigned(stats.last_wait[f])), las…283 …last_wakestr = "{0}->{1}".format(GetSourceInformationForAddress(unsigned(stats.last_wakeup[f])), l…285 …fw_str = "{0}->{1}".format(GetSourceInformationForAddress(unsigned(stats.last_failed_wakeup[f])), …
618 def GetSourceInformationForAddress(addr): function1422 print("\t" + GetSourceInformationForAddress(nextbt))1497 GetSourceInformationForAddress(x[IDX_RINGENTRY].interrupted_pc))
1730 out_string += prefix + GetSourceInformationForAddress(pc_val) + "\n"1784 print(GetSourceInformationForAddress(ArgumentStringToInt(cmd_args[0])))
887 out_string = GetSourceInformationForAddress(unsigned(kgm_pc)) + "\n"
234 print(" " + GetSourceInformationForAddress(pc))239 print(" " + GetSourceInformationForAddress(pc))
13 from xnu import GetSourceInformationForAddress80 return (prefix + GetSourceInformationForAddress(pc) for pc in self.frames)
15 GetSourceInformationForAddress,443 print(" " + GetSourceInformationForAddress(pc))450 print(" " + GetSourceInformationForAddress(pc))