Home
last modified time | relevance | path

Searched defs:SECTION_NOTYPE (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Doutput.h378 #define SECTION_NOTYPE 0x80000 /* don't output @progbits */ macro
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Doutput.h387 SECTION_NOTYPE = 1UL << 18, /* don't output @progbits */ enumerator