Home | History | Annotate | Download | only in ia64

Lines Matching refs:offsetof

30 #ifdef offsetof
31 # undef offsetof
34 #define offsetof(type,field) ((char *) &((type *) 0)->field - (char *) 0)
42 OFFSET("IP_OFF", offsetof (struct cursor, ip));
43 OFFSET("PR_OFF", offsetof (struct cursor, pr));
44 OFFSET("BSP_OFF", offsetof (struct cursor, bsp));
45 OFFSET("PSP_OFF", offsetof (struct cursor, psp));
46 OFFSET("PFS_LOC_OFF", offsetof (struct cursor, loc[IA64_REG_PFS]));
47 OFFSET("RNAT_LOC_OFF", offsetof (struct cursor, loc[IA64_REG_RNAT]));
48 OFFSET("UNAT_LOC_OFF", offsetof (struct cursor, loc[IA64_REG_UNAT]));
49 OFFSET("LC_LOC_OFF", offsetof (struct cursor, loc[IA64_REG_LC]));
50 OFFSET("FPSR_LOC_OFF", offsetof (struct cursor, loc[IA64_REG_FPSR]));
51 OFFSET("B1_LOC_OFF", offsetof (struct cursor, loc[IA64_REG_B1]));
52 OFFSET("B2_LOC_OFF", offsetof (struct cursor, loc[IA64_REG_B2]));
53 OFFSET("B3_LOC_OFF", offsetof (struct cursor, loc[IA64_REG_B3]));
54 OFFSET("B4_LOC_OFF", offsetof (struct cursor, loc[IA64_REG_B4]));
55 OFFSET("B5_LOC_OFF", offsetof (struct cursor, loc[IA64_REG_B5]));
56 OFFSET("F2_LOC_OFF", offsetof (struct cursor, loc[IA64_REG_F2]));
57 OFFSET("F3_LOC_OFF", offsetof (struct cursor, loc[IA64_REG_F3]));
58 OFFSET("F4_LOC_OFF", offsetof (struct cursor, loc[IA64_REG_F4]));
59 OFFSET("F5_LOC_OFF", offsetof (struct cursor, loc[IA64_REG_F5]));
60 OFFSET("FR_LOC_OFF", offsetof (struct cursor, loc[IA64_REG_F16]));
62 (offsetof (struct cursor, loc[1]) - offsetof (struct cursor, loc[0])));
63 OFFSET("SIGCONTEXT_ADDR_OFF", offsetof (struct cursor, sigcontext_addr));