HomeSort by: relevance | last modified time | path
    Searched refs:flag_use_elf_stt_common (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/binutils/dist/gas/
as.h 666 extern int flag_use_elf_stt_common;
as.c 112 int flag_use_elf_stt_common = DEFAULT_GENERATE_ELF_STT_COMMON; variable
1035 flag_use_elf_stt_common = 0;
1037 flag_use_elf_stt_common = 1;
write.c 2513 if (IS_ELF && flag_use_elf_stt_common)
  /src/external/gpl3/binutils.old/dist/gas/
as.h 652 extern int flag_use_elf_stt_common;
as.c 112 int flag_use_elf_stt_common = DEFAULT_GENERATE_ELF_STT_COMMON; variable
1020 flag_use_elf_stt_common = 0;
1022 flag_use_elf_stt_common = 1;
write.c 2511 if (IS_ELF && flag_use_elf_stt_common)

Completed in 36 milliseconds