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

/u-boot/examples/standalone/
H A Dstubs.c7 #define FO(x) offsetof(struct jt_funcs, x) macro
27 : : "i"(FO(x)) : "eax", "ecx");
41 : : "i"(offsetof(gd_t, jt)), "i"(FO(x)) : "r11");
55 : : "i"(offsetof(gd_t, jt)), "i"(FO(x)) : "x9");
67 : : "i"(offsetof(gd_t, jt)), "i"(FO(x)) : "ip");
85 : : "i"(offsetof(gd_t, jt)), "i"(FO(x)) : "t9");
101 : : "i"(offsetof(gd_t, jt)), "i"(FO(x)) : "t9");
117 : : "i"(offsetof(gd_t, jt)), "i"(FO(x)) : "gp");
133 : : "i"(offsetof(gd_t, jt)), "i"(FO(x)) : "a0");
145 : : "i"(offsetof(gd_t, jt)), "i"(FO(
[all...]

Completed in 42 milliseconds