Lines Matching refs:hi_pc
1114 addr_t hi_pc = m_data.GetAddress(&offset); in LocationListContainsAddress() local
1115 if (lo_pc == 0 && hi_pc == 0) in LocationListContainsAddress()
1120 hi_pc += loclist_base_addr - m_loclist_slide; in LocationListContainsAddress()
1122 if (lo_pc <= addr && addr < hi_pc) in LocationListContainsAddress()
1150 addr_t hi_pc = m_data.GetAddress(&offset); in GetLocation() local
1151 if (lo_pc == 0 && hi_pc == 0) in GetLocation()
1158 hi_pc += curr_base_addr - m_loclist_slide; in GetLocation()
1162 if (length > 0 && lo_pc <= pc && pc < hi_pc) in GetLocation()
1257 addr_t hi_pc = m_data.GetAddress(&offset); in Evaluate() local
1258 if (lo_pc == 0 && hi_pc == 0) in Evaluate()
1265 hi_pc += curr_loclist_base_load_addr - m_loclist_slide; in Evaluate()
1269 if (length > 0 && lo_pc <= pc && pc < hi_pc) in Evaluate()