Searched refs:SYM_ATTR_NORMAL (Results 1 – 2 of 2) sorted by relevance
1367 if ((clean && attr == SYM_ATTR_NORMAL) in do_define()1411 int attr = weak ? SYM_ATTR_WEAK : SYM_ATTR_NORMAL; in predefine()1502 return do_handle_define(stream, line, token, SYM_ATTR_NORMAL); in handle_define()1531 } else if (attr <= SYM_ATTR_NORMAL) in do_handle_undef()1548 return do_handle_undef(stream, line, token, SYM_ATTR_NORMAL); in handle_undef()
142 #define SYM_ATTR_NORMAL 1 macro