Home
last modified time | relevance | path

Searched refs:arm_structure_size_boundary (Results 1 – 5 of 5) sorted by relevance

/openbsd/src/gnu/gcc/gcc/config/arm/
Darm.h492 #define STRUCTURE_SIZE_BOUNDARY arm_structure_size_boundary
493 extern int arm_structure_size_boundary;
Darm.c412 int arm_structure_size_boundary = DEFAULT_STRUCTURE_SIZE_BOUNDARY; variable
1273 arm_structure_size_boundary = 8; in arm_override_options()
1281 arm_structure_size_boundary = size; in arm_override_options()
/openbsd/src/gnu/usr.bin/gcc/gcc/config/arm/
Darm.h722 #define STRUCTURE_SIZE_BOUNDARY arm_structure_size_boundary
723 extern int arm_structure_size_boundary;
Darm.c231 int arm_structure_size_boundary = DEFAULT_STRUCTURE_SIZE_BOUNDARY; variable
735 arm_structure_size_boundary = size; in arm_override_options()
/openbsd/src/gnu/usr.bin/gcc/gcc/
DChangeLog.24005 * config/arm/arm.c: Initialize arm_structure_size_boundary to
4141 of the variable arm_structure_size_boundary.