Lines Matching refs:attrs
545 # define __hidden_proto_hiddenattr(attrs...) argument
547 # define __hidden_proto_hiddenattr(attrs...) \ argument
548 __attribute__ ((visibility ("hidden"), ##attrs))
550 # define hidden_proto(name, attrs...) \ argument
551 __hidden_proto (name, __GI_##name, ##attrs)
552 # define __hidden_proto(name, internal, attrs...) \ argument
555 __hidden_proto_hiddenattr (attrs);
649 # define hidden_proto(name, attrs...) argument
662 # define libc_hidden_proto(name, attrs...) hidden_proto (name, ##attrs) argument
670 # define libc_hidden_proto(name, attrs...) argument
680 # define rtld_hidden_proto(name, attrs...) hidden_proto (name, ##attrs) argument
688 # define rtld_hidden_proto(name, attrs...) argument
698 # define libm_hidden_proto(name, attrs...) hidden_proto (name, ##attrs) argument
706 # define libm_hidden_proto(name, attrs...) argument