Searched refs:SEC_IS_COMMON (Results 1 – 21 of 21) sorted by relevance
266 if (flags & SEC_IS_COMMON) in match_bfd_flags()298 if (flags & SEC_IS_COMMON) in print_bfd_flags()
705 STD_SECTION (bfd_com_section, SEC_IS_COMMON, BFD_COM_SECTION_NAME, 0);
343 #define bfd_is_com_section(ptr) (((ptr)->flags & SEC_IS_COMMON) != 0)
2730 (*secp)->flags |= SEC_IS_COMMON; in _bfd_score_elf_add_symbol_hook()2755 score_elf_scom_section.flags = SEC_IS_COMMON; in _bfd_score_elf_symbol_processing()
350 #define bfd_is_com_section(ptr) (((ptr)->flags & SEC_IS_COMMON) != 0)1236 #define SEC_IS_COMMON 0x1000 macro
774 ecoff_scom_section.flags = SEC_IS_COMMON; in ecoff_set_symbol_info()3444 ecoff_scom_section.flags = SEC_IS_COMMON; in ecoff_link_add_externals()
3466 | SEC_IS_COMMON in elf64_x86_64_add_symbol_hook()
548 if ((sec_flags & SEC_IS_COMMON) != 0) in sec_to_styp_flags()
1213 | SEC_IS_COMMON in elf64_alpha_add_symbol_hook()
5141 mips_elf_scom_section.flags = SEC_IS_COMMON; in _bfd_mips_elf_symbol_processing()5767 (*secp)->flags |= SEC_IS_COMMON; in _bfd_mips_elf_add_symbol_hook()
1629 | SEC_IS_COMMON
2837 flagword flags = SEC_IS_COMMON | SEC_LINKER_CREATED; in ppc_elf_add_symbol_hook()
1589 csect->flags |= SEC_IS_COMMON; in xcoff_link_add_symbols()
4423 * section.c (SEC_IS_COMMON): New section flag, needed for MIPS4425 (bfd_com_section): Set SEC_IS_COMMON flag.4426 * bfd-in.h (bfd_is_com_section): New macro to test SEC_IS_COMMON.
9209 SEC_IS_COMMON, NULL, "LARGE_COMMON", 0);
3859 | SEC_IS_COMMON in elf_link_add_object_symbols()
356 #define bfd_is_com_section(ptr) (((ptr)->flags & SEC_IS_COMMON) != 0)1242 #define SEC_IS_COMMON 0x1000 macro
3333 new_seg->flags |= SEC_IS_COMMON; in s_alpha_comm()
5256 section->flags &= ~SEC_IS_COMMON; in lang_one_common()
632 * ldlang.c (lang_one_common): Clear SEC_IS_COMMON from common4376 even if the SEC_IS_COMMON flag is set.
2217 * bfd.h: Update for SEC_IS_COMMON flag.