Home
last modified time | relevance | path

Searched refs:USER_LABEL_PREFIX (Results 1 – 25 of 150) sorted by relevance

123456

/openbsd/gnu/usr.bin/gcc/gcc/config/i386/
H A Dlynx.h38 #undef USER_LABEL_PREFIX
39 #define USER_LABEL_PREFIX "" macro
57 #undef USER_LABEL_PREFIX
58 #define USER_LABEL_PREFIX "" macro
H A Di386-coff.h47 #undef USER_LABEL_PREFIX
48 #define USER_LABEL_PREFIX "" macro
H A Dlynx-ng.h56 #undef USER_LABEL_PREFIX
57 #define USER_LABEL_PREFIX "" macro
H A Datt.h102 #undef USER_LABEL_PREFIX
103 #define USER_LABEL_PREFIX "" macro
/openbsd/gnu/gcc/gcc/config/bfin/
H A Delf.h15 #undef USER_LABEL_PREFIX
16 #define USER_LABEL_PREFIX "_" macro
21 asm ("P3 = [SP + 20];\n\tcall " USER_LABEL_PREFIX #FUNC ";"); \
/openbsd/gnu/gcc/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
102 #define USER_LABEL_PREFIX "_" macro
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dtlink.c600 if (!strncmp (p, USER_LABEL_PREFIX, strlen (USER_LABEL_PREFIX)))
601 p += strlen (USER_LABEL_PREFIX);
616 if (!strncmp (p, USER_LABEL_PREFIX, strlen (USER_LABEL_PREFIX)))
617 p += strlen (USER_LABEL_PREFIX);
660 if (!strncmp (p, USER_LABEL_PREFIX,
661 strlen (USER_LABEL_PREFIX)))
662 p += strlen (USER_LABEL_PREFIX);
/openbsd/gnu/usr.bin/gcc/gcc/config/sh/
H A Dembed-elf.h25 #undef USER_LABEL_PREFIX
26 #define USER_LABEL_PREFIX "_" macro
/openbsd/gnu/gcc/gcc/config/sh/
H A Dembed-elf.h23 #undef USER_LABEL_PREFIX
24 #define USER_LABEL_PREFIX "_" macro
/openbsd/gnu/gcc/gcc/config/h8300/
H A Delf.h37 #undef USER_LABEL_PREFIX
38 #define USER_LABEL_PREFIX "_" macro
/openbsd/gnu/gcc/gcc/
H A Dtlink.c637 if (!strncmp (p, USER_LABEL_PREFIX, strlen (USER_LABEL_PREFIX))) in scan_linker_output()
638 p += strlen (USER_LABEL_PREFIX); in scan_linker_output()
653 if (!strncmp (p, USER_LABEL_PREFIX, strlen (USER_LABEL_PREFIX))) in scan_linker_output()
654 p += strlen (USER_LABEL_PREFIX); in scan_linker_output()
719 if (!strncmp (p, USER_LABEL_PREFIX, in scan_linker_output()
720 strlen (USER_LABEL_PREFIX))) in scan_linker_output()
721 p += strlen (USER_LABEL_PREFIX); in scan_linker_output()
/openbsd/gnu/usr.bin/gcc/gcc/config/m68k/
H A Dtower.h103 #undef USER_LABEL_PREFIX
104 #define USER_LABEL_PREFIX "" macro
H A Dcoff.h35 #undef USER_LABEL_PREFIX
36 #define USER_LABEL_PREFIX "" macro
H A Dpbb.h89 #undef USER_LABEL_PREFIX
90 #define USER_LABEL_PREFIX "" macro
/openbsd/gnu/gcc/gcc/config/i386/
H A Di386-coff.h47 #undef USER_LABEL_PREFIX
48 #define USER_LABEL_PREFIX "" macro
H A Datt.h84 #undef USER_LABEL_PREFIX
85 #define USER_LABEL_PREFIX "" macro
/openbsd/gnu/gcc/gcc/config/m68k/
H A Dcoff.h35 #undef USER_LABEL_PREFIX
36 #define USER_LABEL_PREFIX "" macro
/openbsd/gnu/gcc/gcc/config/cris/
H A Dlinux.h42 #undef USER_LABEL_PREFIX
43 #define USER_LABEL_PREFIX "" macro
/openbsd/gnu/gcc/gcc/config/arm/
H A Dcoff.h25 #undef USER_LABEL_PREFIX
26 #define USER_LABEL_PREFIX "_" macro
/openbsd/gnu/usr.bin/gcc/gcc/config/cris/
H A Dlinux.h42 #undef USER_LABEL_PREFIX
43 #define USER_LABEL_PREFIX "" macro
/openbsd/gnu/usr.bin/gcc/gcc/config/h8300/
H A Delf.h48 #undef USER_LABEL_PREFIX
49 #define USER_LABEL_PREFIX "_" macro
/openbsd/gnu/usr.bin/gcc/gcc/config/arm/
H A Dcoff.h26 #undef USER_LABEL_PREFIX
27 #define USER_LABEL_PREFIX "_" macro
/openbsd/gnu/usr.bin/gcc/gcc/config/xtensa/
H A Delf.h94 #ifndef USER_LABEL_PREFIX
95 #define USER_LABEL_PREFIX "" macro
/openbsd/gnu/usr.bin/gcc/gcc/config/sparc/
H A Dpbd.h102 #undef USER_LABEL_PREFIX
103 #define USER_LABEL_PREFIX "" macro

123456