Searched refs:m32r_elf_scom_section (Results 1 - 3 of 3) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/bfd/
H A Delf32-m32r.c1325 static asection m32r_elf_scom_section;
1339 if (m32r_elf_scom_section.name == NULL)
1342 m32r_elf_scom_section.name = ".scommon";
1343 m32r_elf_scom_section.flags = SEC_IS_COMMON;
1344 m32r_elf_scom_section.output_section = &m32r_elf_scom_section;
1345 m32r_elf_scom_section.symbol = &m32r_elf_scom_symbol;
1346 m32r_elf_scom_section.symbol_ptr_ptr = &m32r_elf_scom_symbol_ptr;
1349 m32r_elf_scom_symbol.section = &m32r_elf_scom_section;
1352 asym->section = &m32r_elf_scom_section;
1322 static asection m32r_elf_scom_section; variable
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/bfd/
H A Delf32-m32r.c1325 static asection m32r_elf_scom_section;
1339 if (m32r_elf_scom_section.name == NULL)
1342 m32r_elf_scom_section.name = ".scommon";
1343 m32r_elf_scom_section.flags = SEC_IS_COMMON;
1344 m32r_elf_scom_section.output_section = &m32r_elf_scom_section;
1345 m32r_elf_scom_section.symbol = &m32r_elf_scom_symbol;
1346 m32r_elf_scom_section.symbol_ptr_ptr = &m32r_elf_scom_symbol_ptr;
1349 m32r_elf_scom_symbol.section = &m32r_elf_scom_section;
1352 asym->section = &m32r_elf_scom_section;
1322 static asection m32r_elf_scom_section; variable
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/bfd/
H A Delf32-m32r.c1325 static asection m32r_elf_scom_section;
1339 if (m32r_elf_scom_section.name == NULL)
1342 m32r_elf_scom_section.name = ".scommon";
1343 m32r_elf_scom_section.flags = SEC_IS_COMMON;
1344 m32r_elf_scom_section.output_section = &m32r_elf_scom_section;
1345 m32r_elf_scom_section.symbol = &m32r_elf_scom_symbol;
1346 m32r_elf_scom_section.symbol_ptr_ptr = &m32r_elf_scom_symbol_ptr;
1349 m32r_elf_scom_symbol.section = &m32r_elf_scom_section;
1352 asym->section = &m32r_elf_scom_section;
1322 static asection m32r_elf_scom_section; variable
[all...]

Completed in 184 milliseconds