Home | History | Annotate | Download | only in src

Lines Matching refs:symp

278 static void create_special_section_symbol (struct symbol **symp,
1586 create_special_section_symbol (struct symbol **symp, const char *name)
1588 if (*symp == NULL)
1603 *symp = newsym;
1605 else if ((*symp)->defined)
1609 (*symp)->defined = 1;
1610 (*symp)->local = 1;
1611 (*symp)->hidden = 1;
1612 (*symp)->type = STT_OBJECT;