Home
last modified time | relevance | path

Searched refs:__table_section (Results 1 – 1 of 1) sorted by relevance

/external/syslinux/gpxe/src/include/gpxe/
Dtables.h206 #define __table_section( table, idx ) \ macro
239 __attribute__ (( __section__ ( __table_section ( table, idx ) ),\
386 ".section " __table_section ( table, idx ) "\n\t" \
426 #undef __table_section
427 #define __table_section( table, idx ) \ macro