Home
last modified time | relevance | path

Searched refs:m32r_elf_scom_section (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/usr.bin/binutils-2.17/bfd/
H A Delf32-m32r.c1305 static asection m32r_elf_scom_section; variable
1319 if (m32r_elf_scom_section.name == NULL) in _bfd_m32r_elf_symbol_processing()
1322 m32r_elf_scom_section.name = ".scommon"; in _bfd_m32r_elf_symbol_processing()
1323 m32r_elf_scom_section.flags = SEC_IS_COMMON; in _bfd_m32r_elf_symbol_processing()
1324 m32r_elf_scom_section.output_section = &m32r_elf_scom_section; in _bfd_m32r_elf_symbol_processing()
1325 m32r_elf_scom_section.symbol = &m32r_elf_scom_symbol; in _bfd_m32r_elf_symbol_processing()
1326 m32r_elf_scom_section.symbol_ptr_ptr = &m32r_elf_scom_symbol_ptr; in _bfd_m32r_elf_symbol_processing()
1329 m32r_elf_scom_symbol.section = &m32r_elf_scom_section; in _bfd_m32r_elf_symbol_processing()
1332 asym->section = &m32r_elf_scom_section; in _bfd_m32r_elf_symbol_processing()
/openbsd-src/gnu/usr.bin/binutils/bfd/
H A Delf32-m32r.c1348 static asection m32r_elf_scom_section; variable
1366 if (m32r_elf_scom_section.name == NULL)
1369 m32r_elf_scom_section.name = ".scommon";
1370 m32r_elf_scom_section.flags = SEC_IS_COMMON;
1371 m32r_elf_scom_section.output_section = &m32r_elf_scom_section;
1372 m32r_elf_scom_section.symbol = &m32r_elf_scom_symbol;
1373 m32r_elf_scom_section.symbol_ptr_ptr = &m32r_elf_scom_symbol_ptr;
1376 m32r_elf_scom_symbol.section = &m32r_elf_scom_section;
1379 asym->section = &m32r_elf_scom_section;
4074 isec = &m32r_elf_scom_section;