Home | History | Annotate | Download | only in src

Lines Matching refs:symp

267 static void create_special_section_symbol (struct symbol **symp,
1493 create_special_section_symbol (struct symbol **symp, const char *name)
1495 if (*symp == NULL)
1510 *symp = newsym;
1512 else if ((*symp)->defined)
1516 (*symp)->defined = 1;
1517 (*symp)->type = STT_OBJECT;