Searched refs:NEED_PLT_RELOC (Results 1 - 14 of 14) sorted by relevance

/openbsd-current/gnu/usr.bin/gcc/gcc/config/arm/
H A Duclinux-elf.h23 #undef NEED_PLT_RELOC macro
24 #define NEED_PLT_RELOC 0 macro
H A Dlinux-elf.h123 fprintf (STREAM, "\tbl\tmcount%s\n", NEED_PLT_RELOC ? "(PLT)" : ""); \
H A Dnetbsd-elf.h109 NEED_PLT_RELOC ? "(PLT)" : ""); \
H A Delf.h159 #define NEED_PLT_RELOC flag_pic
156 #define NEED_PLT_RELOC macro
H A Dopenbsd.h156 NEED_PLT_RELOC ? "(PLT)" : ""); \
H A Darm.h603 #ifndef NEED_PLT_RELOC
604 #define NEED_PLT_RELOC 0
602 #define NEED_PLT_RELOC macro
H A Darm.c7311 ops[1] = gen_rtx_SYMBOL_REF (Pmode, NEED_PLT_RELOC ? "abort(PLT)"
7621 op = gen_rtx_SYMBOL_REF (Pmode, NEED_PLT_RELOC ? "abort(PLT)" : "abort");
11409 if (NEED_PLT_RELOC)
/openbsd-current/gnu/gcc/gcc/config/arm/
H A Duclinux-elf.h23 #undef NEED_PLT_RELOC macro
24 #define NEED_PLT_RELOC 0 macro
H A Dlinux-elf.h97 (TARGET_ARM && NEED_PLT_RELOC) ? "(PLT)" : ""); \
H A Delf.h132 #define NEED_PLT_RELOC flag_pic
130 #define NEED_PLT_RELOC macro
H A Dnetbsd-elf.h100 (TARGET_ARM && NEED_PLT_RELOC) \
H A Dopenbsd.h145 NEED_PLT_RELOC ? "(PLT)" : ""); \
H A Darm.h372 #ifndef NEED_PLT_RELOC
373 #define NEED_PLT_RELOC 0
371 #define NEED_PLT_RELOC macro
H A Darm.c9559 ops[1] = gen_rtx_SYMBOL_REF (Pmode, NEED_PLT_RELOC ? "abort(PLT)"
9873 op = gen_rtx_SYMBOL_REF (Pmode, NEED_PLT_RELOC ? "abort(PLT)" : "abort");
14865 if (NEED_PLT_RELOC)

Completed in 355 milliseconds