Searched refs:address_to_fde_offset (Results 1 – 1 of 1) sorted by relevance
213 for (const auto& address_to_fde_offset : address_to_fde_offset_map) { in WriteCFISection() local214 u_int32_t code_address = address_to_fde_offset.first; in WriteCFISection()215 int32_t fde_address = dchecked_integral_cast<int32_t>(address_to_fde_offset.second); in WriteCFISection()