/openbsd/gnu/usr.bin/binutils-2.17/bfd/ |
H A D | elf32-cr16c.c | 897 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 D | elf32-v850.c | 194 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 D | section.c | 709 STD_SECTION (bfd_com_section, SEC_IS_COMMON, bfd_com_symbol,
|
H A D | bfd-in.h | 326 #define bfd_is_com_section(ptr) (((ptr)->flags & SEC_IS_COMMON) != 0)
|
H A D | vms-gsd.c | 348 new_flags |= SEC_IS_COMMON; in _bfd_vms_slurp_gsd()
|
H A D | elf-hppa.h | 1092 (*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 D | mmo.c | 2304 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 D | bfd-in2.h | 333 #define bfd_is_com_section(ptr) (((ptr)->flags & SEC_IS_COMMON) != 0) 1170 #define SEC_IS_COMMON 0x1000 macro
|
H A D | elf32-m32r.c | 1323 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 D | ecoff.c | 775 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 D | maint.c | 266 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 D | elf32-v850.c | 787 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 D | section.c | 662 STD_SECTION (bfd_com_section, SEC_IS_COMMON, bfd_com_symbol,
|
H A D | bfd-in.h | 320 #define bfd_is_com_section(ptr) (((ptr)->flags & SEC_IS_COMMON) != 0)
|
H A D | vms-gsd.c | 367 new_flags |= SEC_IS_COMMON;
|
H A D | elf-hppa.h | 1084 (*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 D | mmo.c | 2410 if (flags & SEC_IS_COMMON) 2439 oflags |= SEC_IS_COMMON;
|
H A D | bfd-in2.h | 327 #define bfd_is_com_section(ptr) (((ptr)->flags & SEC_IS_COMMON) != 0) 1106 #define SEC_IS_COMMON 0x8000 macro
|
H A D | elf32-m32r.c | 1370 m32r_elf_scom_section.flags = SEC_IS_COMMON; 1451 (*secp)->flags |= SEC_IS_COMMON;
|
H A D | ecoff.c | 811 ecoff_scom_section.flags = SEC_IS_COMMON; 3967 ecoff_scom_section.flags = SEC_IS_COMMON;
|
H A D | som.c | 2046 subspace_asect->flags |= SEC_IS_COMMON; 2406 if (section->flags & SEC_IS_COMMON)
|
/openbsd/gnu/usr.bin/binutils-2.17/gas/config/ |
H A D | tc-v850.c | 128 | SEC_SMALL_DATA | SEC_IS_COMMON }, 131 | SEC_IS_COMMON }, 134 | SEC_IS_COMMON },
|
/openbsd/gnu/usr.bin/binutils/gas/config/ |
H A D | tc-v850.c | 124 | SEC_SMALL_DATA | SEC_IS_COMMON }, 127 | SEC_IS_COMMON }, 130 | SEC_IS_COMMON },
|
/openbsd/gnu/usr.bin/binutils/bfd/doc/ |
H A D | section.texi | 227 #define SEC_IS_COMMON 0x8000
|
/openbsd/gnu/usr.bin/binutils-2.17/bfd/doc/ |
H A D | section.texi | 196 #define SEC_IS_COMMON 0x1000
|