Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gdb/dist/gdb/
Dwindows-tdep.c877 int ptr_bytes; in windows_solib_create_inferior_hook() local
882 ptr_bytes = 4; in windows_solib_create_inferior_hook()
888 ptr_bytes = 8; in windows_solib_create_inferior_hook()
896 && !target_read_memory (tlb + peb_offset, buf, ptr_bytes)) in windows_solib_create_inferior_hook()
898 CORE_ADDR peb = extract_unsigned_integer (buf, ptr_bytes, byte_order); in windows_solib_create_inferior_hook()
899 if (!target_read_memory (peb + base_offset, buf, ptr_bytes)) in windows_solib_create_inferior_hook()
900 exec_base = extract_unsigned_integer (buf, ptr_bytes, byte_order); in windows_solib_create_inferior_hook()