Lines Matching refs:S
44 #define obj_frob_symbol(S,P) \ argument
45 (*this_format->frob_symbol) (S, &(P))
78 #define obj_symbol_new_hook(S) \ argument
80 ? (*this_format->symbol_new_hook) (S) \
101 #define S_SET_SIZE(S, N) \ argument
103 ? (*this_format->s_set_size) (S, N) \
109 #define S_SET_ALIGN(S, N) \ argument
111 ? (*this_format->s_set_align) (S, N) \
117 #define S_SET_OTHER(S, O) \ argument
119 ? (*this_format->s_set_other) (S, O) \
125 #define S_SET_DESC(S, D) \ argument
127 ? (*this_format->s_set_desc) (S, D) \
133 #define S_SET_TYPE(S, T) \ argument
135 ? (*this_format->s_set_type) (S, T) \
143 #define OBJ_PROCESS_STAB(SEG,W,S,T,O,D) \ argument
145 ? (*this_format->process_stab) (SEG,W,S,T,O,D) \
151 #define INIT_STAB_SECTION(S) \ argument
153 ? (*this_format->init_stab_section) (S) \