Lines Matching full:section
21 char __bss_start[0] __attribute__((section(".__bss_start")));
22 char __bss_end[0] __attribute__((section(".__bss_end")));
23 char __image_copy_start[0] __attribute__((section(".__image_copy_start")));
24 char __image_copy_end[0] __attribute__((section(".__image_copy_end")));
25 char __rel_dyn_start[0] __attribute__((section(".__rel_dyn_start")));
26 char __rel_dyn_end[0] __attribute__((section(".__rel_dyn_end")));
27 char __secure_start[0] __attribute__((section(".__secure_start")));
28 char __secure_end[0] __attribute__((section(".__secure_end")));
29 char __secure_stack_start[0] __attribute__((section(".__secure_stack_start")));
30 char __secure_stack_end[0] __attribute__((section(".__secure_stack_end")));
31 char __efi_runtime_start[0] __attribute__((section(".__efi_runtime_start")));
32 char __efi_runtime_stop[0] __attribute__((section(".__efi_runtime_stop")));
33 char __efi_runtime_rel_start[0] __attribute__((section(".__efi_runtime_rel_start")));
34 char __efi_runtime_rel_stop[0] __attribute__((section(".__efi_runtime_rel_stop")));
35 char _end[0] __attribute__((section(".__end")));