Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/binutils/dist/gas/
H A Das.c112 int flag_use_elf_stt_common = DEFAULT_GENERATE_ELF_STT_COMMON; variable
1017 flag_use_elf_stt_common = 0; in parse_args()
1019 flag_use_elf_stt_common = 1; in parse_args()
H A Das.h619 extern int flag_use_elf_stt_common;
H A Dwrite.c2521 if (IS_ELF && flag_use_elf_stt_common) in write_object_file()
H A DChangeLog-20165150 * as.c (flag_use_elf_stt_common): New.
5155 * as.h (flag_use_elf_stt_common): New.
5161 and BFD_USE_ELF_STT_COMMON if flag_use_elf_stt_common is set.
/netbsd-src/external/gpl3/binutils.old/dist/gas/
H A Das.c110 int flag_use_elf_stt_common = DEFAULT_GENERATE_ELF_STT_COMMON; variable
989 flag_use_elf_stt_common = 0; in parse_args()
991 flag_use_elf_stt_common = 1; in parse_args()
H A Das.h574 extern int flag_use_elf_stt_common;
H A Dwrite.c2531 if (IS_ELF && flag_use_elf_stt_common) in write_object_file()
H A DChangeLog-20165150 * as.c (flag_use_elf_stt_common): New.
5155 * as.h (flag_use_elf_stt_common): New.
5161 and BFD_USE_ELF_STT_COMMON if flag_use_elf_stt_common is set.