Searched refs:no_randomize_layout_attr (Results 1 – 1 of 1) sorted by relevance
556 static struct attribute_spec no_randomize_layout_attr = { }; variable567 no_randomize_layout_attr.name = "no_randomize_layout"; in register_attributes()568 no_randomize_layout_attr.type_required = true; in register_attributes()569 no_randomize_layout_attr.handler = handle_randomize_layout_attr; in register_attributes()570 no_randomize_layout_attr.affects_type_identity = true; in register_attributes()581 register_attribute(&no_randomize_layout_attr); in register_attributes()