Searched refs:ol32 (Results 1 - 1 of 1) sorted by relevance

/haiku-fatelf/src/bin/gdb/gdb/
H A Dsolib-irix.c121 struct irix_obj_list ol32; member in union:irix_obj_info
148 /* The smallest region that we'll need is for buf.ol32. We'll read
153 read_memory (addr, (char *) &buf, sizeof (buf.ol32));
157 /* Use buf.ol32... */
159 CORE_ADDR obj_addr = extract_mips_address (&buf.ol32.data,
160 sizeof (buf.ol32.data));
161 li.next = extract_mips_address (&buf.ol32.next, sizeof (buf.ol32.next));
178 read_memory (addr + sizeof (buf.ol32),
179 ((char *) &buf) + sizeof (buf.ol32),
[all...]

Completed in 33 milliseconds