Searched refs:IsTargetOffsetInElfSectionList (Results 1 – 4 of 4) sorted by relevance
21 TEST(DisassemblerElfTest, IsTargetOffsetInElfSectionList) { in TEST() argument47 result += IsTargetOffsetInElfSectionList(ptr_list, offset) ? '*' : '.'; in TEST()
132 bool IsTargetOffsetInElfSectionList( in IsTargetOffsetInElfSectionList() function
539 return IsTargetOffsetInElfSectionList(this->exec_headers_, offset); in IsTargetOffsetInExecSection()