Searched refs:text_offset_cached (Results 1 – 3 of 3) sorted by relevance
31 CORE_ADDR *text_offset_cached,
530 CORE_ADDR *text_offset_cached, in windows_xfer_shared_library() argument533 CORE_ADDR text_offset = text_offset_cached ? *text_offset_cached : 0; in windows_xfer_shared_library()546 if (text_offset_cached) in windows_xfer_shared_library()547 *text_offset_cached = text_offset; in windows_xfer_shared_library()
17017 Add text_offset_cached argument.