HomeSort by: relevance | last modified time | path
    Searched refs:struct_ptr (Results 1 - 5 of 5) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdb/
iq2000-tdep.c 639 CORE_ADDR struct_ptr; local
697 struct_ptr = sp;
760 struct_ptr -= ((typelen + 7) & ~7);
761 write_memory (struct_ptr, val, typelen);
763 regcache_cooked_write_unsigned (regcache, argreg++, struct_ptr);
766 store_unsigned_integer (buf, 4, byte_order, struct_ptr);
hppa-tdep.c 723 CORE_ADDR struct_ptr = 0;
725 struct_ptr is adjusted for each argument below, so the first
745 struct_ptr += align_up (type->length (), 8);
747 write_memory (struct_end - struct_ptr,
750 struct_end - struct_ptr);
825 struct_end = sp + align_up (struct_ptr, 64);
722 CORE_ADDR struct_ptr = 0; local
  /src/external/gpl3/gdb.old/dist/gdb/
iq2000-tdep.c 639 CORE_ADDR struct_ptr; local
697 struct_ptr = sp;
760 struct_ptr -= ((typelen + 7) & ~7);
761 write_memory (struct_ptr, val, typelen);
763 regcache_cooked_write_unsigned (regcache, argreg++, struct_ptr);
766 store_unsigned_integer (buf, 4, byte_order, struct_ptr);
hppa-tdep.c 724 CORE_ADDR struct_ptr = 0;
726 struct_ptr is adjusted for each argument below, so the first
746 struct_ptr += align_up (type->length (), 8);
748 write_memory (struct_end - struct_ptr,
751 struct_end - struct_ptr);
826 struct_end = sp + align_up (struct_ptr, 64);
723 CORE_ADDR struct_ptr = 0; local
  /src/tests/usr.bin/xlint/lint1/
queries.c 565 /* expect+1: typedef 'struct_ptr' of pointer to struct type 'pointer to struct struct_tag' [Q23] */
566 typedef struct struct_tag struct_typedef, *struct_ptr; typedef in typeref:struct:

Completed in 36 milliseconds