Searched refs:USER_LABEL_PREFIX (Results 1 - 25 of 27) sorted by relevance

12

/freebsd-11-stable/contrib/binutils/bfd/
H A Dpei-arm-wince.c21 #define USER_LABEL_PREFIX "" macro
H A Dpe-arm-wince.c21 #define USER_LABEL_PREFIX "" macro
H A Dcoff-arm.c153 /* If USER_LABEL_PREFIX is defined as "_" (see coff_arm_is_local_label_name()
2450 #ifndef USER_LABEL_PREFIX
2451 #define USER_LABEL_PREFIX "_"
2455 a) test against USER_LABEL_PREFIX, to avoid stripping labels known to be
2464 #ifdef USER_LABEL_PREFIX
2465 if (USER_LABEL_PREFIX[0] != 0)
2467 size_t len = strlen (USER_LABEL_PREFIX);
2469 if (strncmp (name, USER_LABEL_PREFIX, len) == 0)
2449 #define USER_LABEL_PREFIX macro
/freebsd-11-stable/contrib/gcc/config/
H A Dvxworks.h46 "%{mrtp:%{shared:-u " USER_LABEL_PREFIX "__init -u " USER_LABEL_PREFIX "__fini} \
47 %{!shared:%{non-static:-u " USER_LABEL_PREFIX "_STI__6__rtld -ldl} \
H A Dsvr3.h101 #undef USER_LABEL_PREFIX macro
102 #define USER_LABEL_PREFIX "_" macro
H A Delfos.h40 #undef USER_LABEL_PREFIX macro
41 #define USER_LABEL_PREFIX "" macro
H A Ddarwin.h507 #define USER_LABEL_PREFIX "_" macro
/freebsd-11-stable/contrib/gcc/config/i386/
H A Di386-coff.h47 #undef USER_LABEL_PREFIX macro
48 #define USER_LABEL_PREFIX "" macro
H A Datt.h86 #undef USER_LABEL_PREFIX
87 #define USER_LABEL_PREFIX ""
84 #undef USER_LABEL_PREFIX macro
85 #define USER_LABEL_PREFIX macro
H A Dbsd.h89 #define USER_LABEL_PREFIX "_"
86 #define USER_LABEL_PREFIX macro
H A Dwinnt.c479 fprintf (stream, "%s%s", USER_LABEL_PREFIX,
/freebsd-11-stable/contrib/gcc/config/arm/
H A Dcoff.h25 #undef USER_LABEL_PREFIX macro
26 #define USER_LABEL_PREFIX "_" macro
H A Daout.h35 /* Note: If USER_LABEL_PREFIX or LOCAL_LABEL_PREFIX are changed,
42 #ifndef USER_LABEL_PREFIX
43 #define USER_LABEL_PREFIX "_" macro
H A Dpe.h33 #undef USER_LABEL_PREFIX macro
34 #define USER_LABEL_PREFIX "_" macro
H A Daof.h255 #define USER_LABEL_PREFIX ""
254 #define USER_LABEL_PREFIX macro
/freebsd-11-stable/contrib/gcc/config/sparc/
H A Dnetbsd-elf.h71 #undef USER_LABEL_PREFIX macro
72 #define USER_LABEL_PREFIX "" macro
H A Dsparc.h2270 #define USER_LABEL_PREFIX "_"
2249 #define USER_LABEL_PREFIX macro
/freebsd-11-stable/contrib/gcc/
H A Dtlink.c641 if (!strncmp (p, USER_LABEL_PREFIX, strlen (USER_LABEL_PREFIX)))
642 p += strlen (USER_LABEL_PREFIX);
657 if (!strncmp (p, USER_LABEL_PREFIX, strlen (USER_LABEL_PREFIX)))
658 p += strlen (USER_LABEL_PREFIX);
723 if (!strncmp (p, USER_LABEL_PREFIX,
724 strlen (USER_LABEL_PREFIX)))
725 p += strlen (USER_LABEL_PREFIX);
H A Ddefaults.h278 #ifndef USER_LABEL_PREFIX
279 #define USER_LABEL_PREFIX "" macro
H A Dtoplev.c1702 user_label_prefix = USER_LABEL_PREFIX;
/freebsd-11-stable/contrib/gcc/config/rs6000/
H A Daix.h58 #define USER_LABEL_PREFIX "" macro
H A Dsysv4.h416 /* The USER_LABEL_PREFIX stuff is affected by the -fleading-underscore
420 #define USER_LABEL_PREFIX "" macro
/freebsd-11-stable/contrib/gcc/config/mips/
H A Dmips.h970 #ifndef USER_LABEL_PREFIX
971 #define USER_LABEL_PREFIX ""
2748 jal " USER_LABEL_PREFIX #FUNC "\n\
2760 jal " USER_LABEL_PREFIX #FUNC "\n\
966 #define USER_LABEL_PREFIX macro
/freebsd-11-stable/contrib/gcc/config/s390/
H A Ds390.h820 0: .long\t" USER_LABEL_PREFIX #FUNC " - 0b\n\
/freebsd-11-stable/contrib/gcc/config/ia64/
H A Dia64.h1798 #define USER_LABEL_PREFIX ""
1768 #define USER_LABEL_PREFIX macro

Completed in 230 milliseconds

12