Searched refs:IsExecAddr (Results 1 – 2 of 2) sorted by relevance
68 bool GuestMapShadow::IsExecAddr(GuestAddr addr) const { in IsExecAddr() function in berberis::GuestMapShadow118 bool is_exec = IsExecAddr(pc); in GetExecutable()121 if (is_exec != IsExecAddr(pc)) { in GetExecutable()
61 [[nodiscard]] bool IsExecAddr(GuestAddr addr) const;