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

/haiku-fatelf/src/bin/gdb/gdb/
H A Dsolib-irix.c122 struct irix_elf32_obj_info oi32; member in union:irix_obj_info
171 else if (extract_unsigned_integer (&buf.oi32.oi_size,
172 sizeof (buf.oi32.oi_size))
173 == sizeof (buf.oi32))
175 /* Use buf.oi32... */
180 sizeof (buf.oi32) - sizeof (buf.ol32));
183 li.next = extract_mips_address (&buf.oi32.oi_next,
184 sizeof (buf.oi32.oi_next));
185 li.reloc_offset = extract_mips_address (&buf.oi32.oi_ehdr,
186 sizeof (buf.oi32
[all...]

Completed in 41 milliseconds