Lines Matching defs:target
2 #include "target.h"
7 static void predefine_i386(const struct target *self)
14 static void predefine_x86_64(const struct target *self)
23 static void init_x86_common(const struct target *target)
49 static void init_i386(const struct target *target)
56 init_x86_common(target);
59 const struct target target_i386 = {
77 static void init_x86_x32(const struct target *target)
79 init_x86_common(target);
90 static const struct target target_x86_x32 = {
108 static void init_x86_64(const struct target *target)
110 init_x86_common(target);
154 const struct target target_x86_64 = {