Home
last modified time | relevance | path

Searched refs:endsym (Results 1 – 4 of 4) sorted by relevance

/mirbsd/src/usr.bin/unifdef/
Dunifdef.c210 #define endsym(c) (!isalpha((unsigned char)c) && !isdigit((unsigned char)c) && c != '_') macro
899 } 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()
/mirbsd/src/gnu/usr.bin/binutils/binutils/
Dnlmconv.c172 asymbol *endsym; in main() local
455 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()
/mirbsd/src/gnu/usr.bin/binutils/gas/
Decoff.c2452 symbolS *endsym; in ecoff_directive_bend() local
2474 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()
/mirbsd/src/gnu/usr.bin/binutils/gas/config/
Dtc-sh64.c3085 sh64_emit_crange (symbolS *startsym, symbolS *endsym, in sh64_emit_crange() argument
3109 exp.X_add_symbol = endsym; in sh64_emit_crange()