s_name             42 arch/alpha/include/uapi/asm/a.out.h 	char	s_name[8];
s_name             23 arch/mips/boot/ecoff.h 	char		s_name[8];	/* section name */
s_name            449 arch/mips/boot/elf2ecoff.c 	strcpy(esecs[0].s_name, ".text");
s_name            450 arch/mips/boot/elf2ecoff.c 	strcpy(esecs[1].s_name, ".data");
s_name            451 arch/mips/boot/elf2ecoff.c 	strcpy(esecs[2].s_name, ".bss");
s_name            453 arch/mips/boot/elf2ecoff.c 		strcpy(esecs[3].s_name, ".rdata");
s_name            454 arch/mips/boot/elf2ecoff.c 		strcpy(esecs[4].s_name, ".sdata");
s_name            455 arch/mips/boot/elf2ecoff.c 		strcpy(esecs[5].s_name, ".sbss");
s_name            524 arch/mips/boot/elf2ecoff.c 			     i, esecs[i].s_name, esecs[i].s_paddr,
s_name             59 arch/powerpc/boot/hack-coff.c 	if (strcmp(shdr.s_name, ".text") == 0) {
s_name             62 arch/powerpc/boot/hack-coff.c 	} else if (strcmp(shdr.s_name, ".data") == 0) {
s_name             64 arch/powerpc/boot/hack-coff.c 	} else if (strcmp(shdr.s_name, ".bss") == 0) {
s_name             79 arch/powerpc/boot/rs6000.h 	char		s_name[8];	/* section name			*/
s_name             23 include/linux/genl_magic_func.h #define GENL_struct(tag_name, tag_number, s_name, s_fields)		\
s_name             31 include/linux/genl_magic_func.h #define GENL_struct(tag_name, tag_number, s_name, s_fields)		\
s_name             32 include/linux/genl_magic_func.h static struct nla_policy s_name ## _nl_policy[] __read_mostly =		\
s_name            137 include/linux/genl_magic_func.h #define GENL_struct(tag_name, tag_number, s_name, s_fields)		\
s_name            139 include/linux/genl_magic_func.h static int __ ## s_name ## _from_attrs(struct s_name *s,		\
s_name            142 include/linux/genl_magic_func.h 	const int maxtype = ARRAY_SIZE(s_name ## _nl_policy)-1;		\
s_name            147 include/linux/genl_magic_func.h 	BUILD_BUG_ON(ARRAY_SIZE(s_name ## _nl_policy) > ARRAY_SIZE(nested_attr_tb));	\
s_name            150 include/linux/genl_magic_func.h 	DPRINT_TLA(#s_name, "<=-", #tag_name);				\
s_name            151 include/linux/genl_magic_func.h 	err = drbd_nla_parse_nested(ntb, maxtype, tla, s_name ## _nl_policy);	\
s_name            158 include/linux/genl_magic_func.h static int s_name ## _from_attrs(struct s_name *s,			\
s_name            161 include/linux/genl_magic_func.h 	return __ ## s_name ## _from_attrs(s, info, false);		\
s_name            163 include/linux/genl_magic_func.h static int s_name ## _from_attrs_for_change(struct s_name *s,		\
s_name            166 include/linux/genl_magic_func.h 	return __ ## s_name ## _from_attrs(s, info, true);		\
s_name            206 include/linux/genl_magic_func.h #define GENL_struct(tag_name, tag_number, s_name, s_fields)
s_name            321 include/linux/genl_magic_func.h #define GENL_struct(tag_name, tag_number, s_name, s_fields)		\
s_name            322 include/linux/genl_magic_func.h static int s_name ## _to_skb(struct sk_buff *skb, struct s_name *s,	\
s_name            328 include/linux/genl_magic_func.h 	DPRINT_TLA(#s_name, "-=>", #tag_name);				\
s_name            338 include/linux/genl_magic_func.h static inline int s_name ## _to_priv_skb(struct sk_buff *skb,		\
s_name            339 include/linux/genl_magic_func.h 		struct s_name *s)					\
s_name            341 include/linux/genl_magic_func.h 	return s_name ## _to_skb(skb, s, 0);				\
s_name            343 include/linux/genl_magic_func.h static inline int s_name ## _to_unpriv_skb(struct sk_buff *skb,		\
s_name            344 include/linux/genl_magic_func.h 		struct s_name *s)					\
s_name            346 include/linux/genl_magic_func.h 	return s_name ## _to_skb(skb, s, 1);				\
s_name            395 include/linux/genl_magic_func.h #define GENL_struct(tag_name, tag_number, s_name, s_fields)		\
s_name            396 include/linux/genl_magic_func.h static void set_ ## s_name ## _defaults(struct s_name *x) __attribute__((unused)); \
s_name            397 include/linux/genl_magic_func.h static void set_ ## s_name ## _defaults(struct s_name *x) {	\
s_name            123 include/linux/genl_magic_struct.h #define GENL_struct(tag_name, tag_number, s_name, s_fields)
s_name            147 include/linux/genl_magic_struct.h #define GENL_struct(tag_name, tag_number, s_name, s_fields) \
s_name            155 include/linux/genl_magic_struct.h #define GENL_struct(tag_name, tag_number, s_name, s_fields)	\
s_name            180 include/linux/genl_magic_struct.h #define GENL_struct(tag_name, tag_number, s_name, s_fields)
s_name            206 include/linux/genl_magic_struct.h #define GENL_struct(tag_name, tag_number, s_name, s_fields)		\
s_name            219 include/linux/genl_magic_struct.h #define GENL_struct(tag_name, tag_number, s_name, s_fields)		\
s_name            220 include/linux/genl_magic_struct.h static inline void ct_assert_unique_ ## s_name ## _attributes(void)	\
s_name            250 include/linux/genl_magic_struct.h #define GENL_struct(tag_name, tag_number, s_name, s_fields)		\
s_name            267 include/linux/genl_magic_struct.h #define GENL_struct(tag_name, tag_number, s_name, s_fields)		\
s_name            158 include/uapi/linux/coff.h   char		s_name[8];	/* section name			    */