Home | History | Annotate | Download | only in x86

Lines Matching refs:sect

140 #define AS_BEGIN	.sect .text; .sect .rom; .sect .data; .sect .bss; .sect .text
322 #define SEG_DATA CHOICE(.data, .data, .sect .data)
323 #define SEG_TEXT CHOICE(.text, .text, .sect .text)
324 #define SEG_BSS CHOICE(.bss, .bss, .sect .bss)