Home | History | Annotate | Download | only in x86

Lines Matching refs:HIDDEN

1734 /* Hidden symbol visibility support.
1735 * If we build with gcc's -fvisibility=hidden flag, we'll need to change
1739 # define HIDDEN(x) .hidden x
1742 # define HIDDEN(x) .hidden x
1744 # define HIDDEN(x)