Home
last modified time | relevance | path

Searched refs:align_type (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dstor-layout.cc2309 tree align_type) in finish_builtin_struct() argument
2321 if (align_type) in finish_builtin_struct()
2323 SET_TYPE_ALIGN (type, TYPE_ALIGN (align_type)); in finish_builtin_struct()
2324 TYPE_USER_ALIGN (type) = TYPE_USER_ALIGN (align_type); in finish_builtin_struct()
2326 TYPE_WARN_IF_NOT_ALIGN (align_type)); in finish_builtin_struct()
/netbsd/src/external/gpl3/binutils/dist/bfd/
Delf32-xtensa.c6446 enum ebb_target_enum align_type; /* for the target alignment */ member
6710 enum ebb_target_enum align_type, in ebb_propose_action() argument
6736 act->align_type = align_type; in ebb_propose_action()
7969 enum ebb_target_enum align_type = EBB_DESIRE_TGT_ALIGN; in compute_ebb_proposed_actions() local
7980 align_type = EBB_REQUIRE_TGT_ALIGN; in compute_ebb_proposed_actions()
7982 ebb_propose_action (ebb_table, align_type, 0, in compute_ebb_proposed_actions()
8146 if (action->align_type == EBB_REQUIRE_LOOP_ALIGN) in compute_ebb_actions()
8148 if (action->align_type == EBB_REQUIRE_TGT_ALIGN in compute_ebb_actions()
8158 && action->align_type != EBB_REQUIRE_LOOP_ALIGN in compute_ebb_actions()
8159 && action->align_type != EBB_REQUIRE_TGT_ALIGN) in compute_ebb_actions()
[all …]
/netbsd/src/external/gpl3/gdb/dist/bfd/
Delf32-xtensa.c6445 enum ebb_target_enum align_type; /* for the target alignment */ member
6709 enum ebb_target_enum align_type, in ebb_propose_action() argument
6735 act->align_type = align_type; in ebb_propose_action()
7968 enum ebb_target_enum align_type = EBB_DESIRE_TGT_ALIGN; in compute_ebb_proposed_actions() local
7979 align_type = EBB_REQUIRE_TGT_ALIGN; in compute_ebb_proposed_actions()
7981 ebb_propose_action (ebb_table, align_type, 0, in compute_ebb_proposed_actions()
8145 if (action->align_type == EBB_REQUIRE_LOOP_ALIGN) in compute_ebb_actions()
8147 if (action->align_type == EBB_REQUIRE_TGT_ALIGN in compute_ebb_actions()
8157 && action->align_type != EBB_REQUIRE_LOOP_ALIGN in compute_ebb_actions()
8158 && action->align_type != EBB_REQUIRE_TGT_ALIGN) in compute_ebb_actions()
[all …]