Home | History | Annotate | Download | only in e2fsprogs

Lines Matching refs:__visibility__

6823 extern __attribute__((__visibility__("hidden"))) int hiddenvar;
6824 extern __attribute__((__visibility__("default"))) int exportedvar;
6825 extern __attribute__((__visibility__
6826 extern __attribute__((__visibility__("default"))) int exportedfunc (void);