Searched refs:STT_COMMON (Results 1 – 18 of 18) sorted by relevance
20 .type common,STT_COMMON
36 .type common,STT_COMMON
678 #define STT_COMMON 5 /* An uninitialised common block */ macro
1090 (STT_COMMON): New symbol type.
107 # symbols with the ELF standard's STT_COMMON type.109 [ --enable-elf-stt-common Allow the generation of ELF symbols with the STT_COMMON type],113 *) AC_MSG_ERROR(bad value ${enableval} for ELF STT_COMMON option) ;;116 # test whether the loader supports the STT_COMMON type, but that would123 [Define if we may generate symbols with ELF's STT_COMMON type])
347 /* Define if we may generate symbols with ELF's STT_COMMON type */
1300 case STT_COMMON: in elf_slurp_symbol_table()
609 the ELF STT_COMMON type.613 the type of emitted common symbols to STT_COMMON.614 * elfcode.h (elf_slurp_symbol_table): Accept STT_COMMON symbol
7021 sym.st_info = ELF_ST_INFO (STB_GLOBAL, STT_COMMON); in swap_out_syms()
1445 --enable-elf-stt-common Allow the generation of ELF symbols with the STT_COMMON type
221 if (type == elfcpp::STT_COMMON) in symbol_to_bits()
560 if (this->type_ == elfcpp::STT_COMMON) in is_common()
345 case STT_COMMON: return "COMMON"; in get_symbol_type()
15 (get_symbol_type): Add STT_COMMON.
9551 case STT_COMMON: return "COMMON"; in get_symbol_type()
540 STT_COMMON = 5,
221 * ld-elfcomm/elfcomm.exp: Add tests of STT_COMMON symbol
6781 @item STT_COMMON