Searched refs:SEC_IS_COMMON (Results 1 - 18 of 18) sorted by relevance

/freebsd-11-stable/contrib/gdb/gdb/
H A Dmaint.c266 if (flags & SEC_IS_COMMON)
298 if (flags & SEC_IS_COMMON)
/freebsd-11-stable/contrib/binutils/bfd/
H A Dsection.c238 .#define SEC_IS_COMMON 0x1000
705 STD_SECTION (bfd_com_section, SEC_IS_COMMON, BFD_COM_SECTION_NAME, 0);
H A Dbfd-in.h347 #define bfd_is_com_section(ptr) (((ptr)->flags & SEC_IS_COMMON) != 0)
H A Dbfd-in2.h354 #define bfd_is_com_section(ptr) (((ptr)->flags & SEC_IS_COMMON) != 0)
1243 #define SEC_IS_COMMON 0x1000
1236 #define SEC_IS_COMMON macro
H A Decoff.c777 ecoff_scom_section.flags = SEC_IS_COMMON;
3453 ecoff_scom_section.flags = SEC_IS_COMMON;
H A Delf32-score.c2730 (*secp)->flags |= SEC_IS_COMMON;
2755 score_elf_scom_section.flags = SEC_IS_COMMON;
H A Dcoffcode.h549 if ((sec_flags & SEC_IS_COMMON) != 0)
H A Delf64-alpha.c1218 | SEC_IS_COMMON
H A Delf64-x86-64.c3468 | SEC_IS_COMMON
H A Delfxx-mips.c5163 mips_elf_scom_section.flags = SEC_IS_COMMON;
5793 (*secp)->flags |= SEC_IS_COMMON;
H A Delf32-ppc.c2842 flagword flags = SEC_IS_COMMON | SEC_LINKER_CREATED;
H A Delfxx-ia64.c1633 | SEC_IS_COMMON
H A Dxcofflink.c1593 csect->flags |= SEC_IS_COMMON;
H A Delf.c9220 SEC_IS_COMMON, NULL, "LARGE_COMMON", 0);
H A Delflink.c3868 | SEC_IS_COMMON
/freebsd-11-stable/gnu/usr.bin/binutils/libbfd/
H A Dbfd.h360 #define bfd_is_com_section(ptr) (((ptr)->flags & SEC_IS_COMMON) != 0)
1249 #define SEC_IS_COMMON 0x1000
1242 #define SEC_IS_COMMON macro
/freebsd-11-stable/contrib/binutils/gas/config/
H A Dtc-alpha.c3342 new_seg->flags |= SEC_IS_COMMON;
/freebsd-11-stable/contrib/binutils/ld/
H A Dldlang.c5258 section->flags &= ~SEC_IS_COMMON;

Completed in 688 milliseconds