HomeSort by: relevance | last modified time | path
    Searched defs:sim_cia (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/sim/common/
sim-base.h 26 file includes ``sim-basics.h'', defines the base type ``sim_cia''
31 /-* If `sim_cia' is not an integral value (e.g. a struct), define
33 /-* typedef struct {...} sim_cia; *-/
57 /* typedef <target-dependant> sim_cia; */
59 #define NULL_CIA ((sim_cia) 0)
66 typedef address_word sim_cia; typedef
  /src/external/gpl3/gdb/dist/sim/common/
sim-base.h 26 file includes ``sim-basics.h'', defines the base type ``sim_cia''
31 /-* If `sim_cia' is not an integral value (e.g. a struct), define
33 /-* typedef struct {...} sim_cia; *-/
57 /* typedef <target-dependant> sim_cia; */
59 #define NULL_CIA ((sim_cia) 0)
66 typedef address_word sim_cia; typedef

Completed in 45 milliseconds