Home
last modified time | relevance | path

Searched refs:SEC_IS_COMMON (Results 1 – 25 of 59) sorted by relevance

123

/openbsd/gnu/usr.bin/binutils-2.17/bfd/
H A Delf32-cr16c.c897 cr16c_elf_fcom_section.flags = SEC_IS_COMMON | SEC_ALLOC; in elf32_cr16c_symbol_processing()
914 cr16c_elf_ncom_section.flags = SEC_IS_COMMON | SEC_ALLOC; in elf32_cr16c_symbol_processing()
947 (*secp)->flags |= SEC_IS_COMMON; in elf32_cr16c_add_symbol_hook()
952 (*secp)->flags |= SEC_IS_COMMON; in elf32_cr16c_add_symbol_hook()
H A Delf32-v850.c194 section->flags |= SEC_IS_COMMON; in v850_elf_check_relocs()
1983 v850_elf_scom_section.flags = SEC_IS_COMMON | SEC_ALLOC | SEC_DATA; in v850_elf_symbol_processing()
2001 v850_elf_tcom_section.flags = SEC_IS_COMMON; in v850_elf_symbol_processing()
2019 v850_elf_zcom_section.flags = SEC_IS_COMMON; in v850_elf_symbol_processing()
2077 (*secp)->flags |= SEC_IS_COMMON; in v850_elf_add_symbol_hook()
2083 (*secp)->flags |= SEC_IS_COMMON; in v850_elf_add_symbol_hook()
2089 (*secp)->flags |= SEC_IS_COMMON; in v850_elf_add_symbol_hook()
2142 | SEC_IS_COMMON))) in v850_elf_section_from_shdr()
H A Dsection.c709 STD_SECTION (bfd_com_section, SEC_IS_COMMON, bfd_com_symbol,
H A Dbfd-in.h326 #define bfd_is_com_section(ptr) (((ptr)->flags & SEC_IS_COMMON) != 0)
H A Dvms-gsd.c348 new_flags |= SEC_IS_COMMON; in _bfd_vms_slurp_gsd()
H A Delf-hppa.h1092 (*secp)->flags |= SEC_IS_COMMON; in elf_hppa_add_symbol_hook()
1098 (*secp)->flags |= SEC_IS_COMMON; in elf_hppa_add_symbol_hook()
H A Dmmo.c2304 if (flags & SEC_IS_COMMON) in mmo_sec_flags_from_bfd_flags()
2332 oflags |= SEC_IS_COMMON; in bfd_sec_flags_from_mmo_flags()
H A Dbfd-in2.h333 #define bfd_is_com_section(ptr) (((ptr)->flags & SEC_IS_COMMON) != 0)
1170 #define SEC_IS_COMMON 0x1000 macro
H A Delf32-m32r.c1323 m32r_elf_scom_section.flags = SEC_IS_COMMON; in _bfd_m32r_elf_symbol_processing()
1402 (*secp)->flags |= SEC_IS_COMMON; in m32r_elf_add_symbol_hook()
H A Decoff.c775 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()
/openbsd/gnu/usr.bin/binutils/gdb/
H A Dmaint.c266 if (flags & SEC_IS_COMMON) in match_bfd_flags()
298 if (flags & SEC_IS_COMMON) in print_bfd_flags()
/openbsd/gnu/usr.bin/binutils/bfd/
H A Delf32-v850.c787 section->flags |= SEC_IS_COMMON;
2069 v850_elf_scom_section.flags = SEC_IS_COMMON | SEC_ALLOC | SEC_DATA;
2087 v850_elf_tcom_section.flags = SEC_IS_COMMON;
2105 v850_elf_zcom_section.flags = SEC_IS_COMMON;
2164 (*secp)->flags |= SEC_IS_COMMON;
2170 (*secp)->flags |= SEC_IS_COMMON;
2176 (*secp)->flags |= SEC_IS_COMMON;
2230 | SEC_IS_COMMON)))
H A Dsection.c662 STD_SECTION (bfd_com_section, SEC_IS_COMMON, bfd_com_symbol,
H A Dbfd-in.h320 #define bfd_is_com_section(ptr) (((ptr)->flags & SEC_IS_COMMON) != 0)
H A Dvms-gsd.c367 new_flags |= SEC_IS_COMMON;
H A Delf-hppa.h1084 (*secp)->flags |= SEC_IS_COMMON; in elf_hppa_add_symbol_hook()
1090 (*secp)->flags |= SEC_IS_COMMON; in elf_hppa_add_symbol_hook()
H A Dmmo.c2410 if (flags & SEC_IS_COMMON)
2439 oflags |= SEC_IS_COMMON;
H A Dbfd-in2.h327 #define bfd_is_com_section(ptr) (((ptr)->flags & SEC_IS_COMMON) != 0)
1106 #define SEC_IS_COMMON 0x8000 macro
H A Delf32-m32r.c1370 m32r_elf_scom_section.flags = SEC_IS_COMMON;
1451 (*secp)->flags |= SEC_IS_COMMON;
H A Decoff.c811 ecoff_scom_section.flags = SEC_IS_COMMON;
3967 ecoff_scom_section.flags = SEC_IS_COMMON;
H A Dsom.c2046 subspace_asect->flags |= SEC_IS_COMMON;
2406 if (section->flags & SEC_IS_COMMON)
/openbsd/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-v850.c128 | SEC_SMALL_DATA | SEC_IS_COMMON },
131 | SEC_IS_COMMON },
134 | SEC_IS_COMMON },
/openbsd/gnu/usr.bin/binutils/gas/config/
H A Dtc-v850.c124 | SEC_SMALL_DATA | SEC_IS_COMMON },
127 | SEC_IS_COMMON },
130 | SEC_IS_COMMON },
/openbsd/gnu/usr.bin/binutils/bfd/doc/
H A Dsection.texi227 #define SEC_IS_COMMON 0x8000
/openbsd/gnu/usr.bin/binutils-2.17/bfd/doc/
H A Dsection.texi196 #define SEC_IS_COMMON 0x1000

123