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

/freebsd-10-stable/contrib/gcc/config/arm/
H A Darm.h495 #define STRUCTURE_SIZE_BOUNDARY arm_structure_size_boundary
496 extern int arm_structure_size_boundary;
498 /* This is the value used to initialize arm_structure_size_boundary. If a
H A Darm.c421 int arm_structure_size_boundary = DEFAULT_STRUCTURE_SIZE_BOUNDARY;
1286 arm_structure_size_boundary = 8;
1294 arm_structure_size_boundary = size;
419 int arm_structure_size_boundary = DEFAULT_STRUCTURE_SIZE_BOUNDARY; variable

Completed in 235 milliseconds