Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dser-e7kpc.c181 static int pbuf_size; variable
193 if (pbuf_index < pbuf_size) in e7000_get()
200 pbuf_size = GET_WORD (cdp + 2); in e7000_get()
202 dosmemget (cdp + 8, pbuf_size + 1, tmp); in e7000_get()
207 for (i = 0; i < pbuf_size; i++) in e7000_get()
243 while (i < len && pbuf_index < pbuf_size) in dosasync_read()
H A Dsolib-svr4.c366 int pbuf_size = TARGET_PTR_BIT / HOST_CHAR_BIT; in elf_locate_base() local
368 pbuf = alloca (pbuf_size); in elf_locate_base()
373 if (target_read_memory (dyn_ptr, pbuf, pbuf_size)) in elf_locate_base()
375 return extract_unsigned_integer (pbuf, pbuf_size); in elf_locate_base()
404 int pbuf_size = TARGET_PTR_BIT / HOST_CHAR_BIT; in elf_locate_base() local
406 pbuf = alloca (pbuf_size); in elf_locate_base()
413 if (target_read_memory (dyn_ptr, pbuf, pbuf_size)) in elf_locate_base()
415 return extract_unsigned_integer (pbuf, pbuf_size); in elf_locate_base()