You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- #include <seccomp-loader.h>
-
- SECTIONS
- {
- . = TEXT_ADDRESS;
- .text : { *(.text .stub .text.* .gnu.linkonce.t.*) *(.rodata .rodata.*) }
- . = DATA_BSS_ADDRESS;
- .data : { *(.data* .sdata* .data.* .sdata.* .gnu.linkonce.d.*) }
- .bss : { *(.dynbss) *(.bss* .bss.* .sbss .sbss.* .gnu.linkonce.b.*) }
- }
|