Home
last modified time | relevance | path

Searched refs:text_offset_cached (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/gdb/
Dwindows-tdep.h31 CORE_ADDR *text_offset_cached,
Dwindows-tdep.c530 CORE_ADDR *text_offset_cached, in windows_xfer_shared_library() argument
533 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()
DChangeLog-202017017 Add text_offset_cached argument.