Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/gas/config/
Dtc-bfin.c1870 char *lbeginsym, *lendsym; in bfin_gen_loop() local
1877 lendsym = (char *) xmalloc (strlen (loopsym) + strlen ("__END") + 5); in bfin_gen_loop()
1880 lendsym[0] = 0; in bfin_gen_loop()
1886 strcat (lendsym, "L$L$"); in bfin_gen_loop()
1887 strcat (lendsym, loopsym); in bfin_gen_loop()
1888 strcat (lendsym, "__END"); in bfin_gen_loop()
1891 lendval.s_value = lendsym; in bfin_gen_loop()