Lines Matching full:symp
269 static void create_special_section_symbol (struct symbol **symp,
1575 create_special_section_symbol (struct symbol **symp, const char *name)
1577 if (*symp == NULL)
1592 *symp = newsym;
1594 else if ((*symp)->defined)
1598 (*symp)->defined = 1;
1599 (*symp)->local = 1;
1600 (*symp)->hidden = 1;
1601 (*symp)->type = STT_OBJECT;