Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/bfd/
Delf32-tic6x.c147 static asection tic6x_elf_scom_section; variable
3053 if (tic6x_elf_scom_section.name == NULL) in elf32_tic6x_symbol_processing()
3056 tic6x_elf_scom_section.name = ".scommon"; in elf32_tic6x_symbol_processing()
3057 tic6x_elf_scom_section.flags = SEC_IS_COMMON; in elf32_tic6x_symbol_processing()
3058 tic6x_elf_scom_section.output_section = &tic6x_elf_scom_section; in elf32_tic6x_symbol_processing()
3059 tic6x_elf_scom_section.symbol = &tic6x_elf_scom_symbol; in elf32_tic6x_symbol_processing()
3060 tic6x_elf_scom_section.symbol_ptr_ptr = &tic6x_elf_scom_symbol_ptr; in elf32_tic6x_symbol_processing()
3063 tic6x_elf_scom_symbol.section = &tic6x_elf_scom_section; in elf32_tic6x_symbol_processing()
3066 asym->section = &tic6x_elf_scom_section; in elf32_tic6x_symbol_processing()
DChangeLog-20112781 (tic6x_elf_scom_section, tic6x_elf_scom_symbol,