Searched refs:rva_begin (Results 1 – 1 of 1) sorted by relevance
667 DWORD rva_begin = temp_map[0].rva_transformed; in MapAddressRange() local668 DWORD rva_cur_content = rva_begin + temp_map[0].length; in MapAddressRange()674 if (rva_begin < rva_cur_content) { in MapAddressRange()676 AddressRange(rva_begin, rva_cur_content - rva_begin)); in MapAddressRange()678 rva_begin = temp_map[i].rva_transformed; in MapAddressRange()686 if (rva_begin < rva_cur_content) { in MapAddressRange()688 AddressRange(rva_begin, rva_cur_content - rva_begin)); in MapAddressRange()