Searched refs:endsym (Results 1 – 4 of 4) sorted by relevance
210 #define endsym(c) (!isalpha((unsigned char)c) && !isdigit((unsigned char)c) && c != '_') macro899 } else if (strncmp(cp, "defined", 7) == 0 && endsym(cp[7])) { in eval_unary()914 } else if (!endsym(*cp)) { in eval_unary()1073 while (!endsym(*cp)) in skipsym()
172 asymbol *endsym; in main() local455 endsym = NULL; in main()532 endsym = sym; in main()667 if (endsym != NULL) in main()669 endsym->value = bfd_get_section_size (bss_sec); in main()
2452 symbolS *endsym; in ecoff_directive_bend() local2474 endsym = symbol_find (name); in ecoff_directive_bend()2475 if (endsym == (symbolS *) NULL) in ecoff_directive_bend()2478 (void) add_ecoff_symbol ((const char *) NULL, st_End, sc_Text, endsym, in ecoff_directive_bend()
3085 sh64_emit_crange (symbolS *startsym, symbolS *endsym, in sh64_emit_crange() argument3109 exp.X_add_symbol = endsym; in sh64_emit_crange()