Searched refs:v850_elf_zcom_section (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/bfd/
H A Delf32-v850.c2944 static asection v850_elf_zcom_section;
3043 if (v850_elf_zcom_section.name == NULL)
3046 v850_elf_zcom_section.name = ".zcommon";
3047 v850_elf_zcom_section.flags = SEC_IS_COMMON | SEC_SMALL_DATA;
3048 v850_elf_zcom_section.output_section = & v850_elf_zcom_section;
3049 v850_elf_zcom_section.symbol = & v850_elf_zcom_symbol;
3050 v850_elf_zcom_section.symbol_ptr_ptr = & v850_elf_zcom_symbol_ptr;
3053 v850_elf_zcom_symbol.section = & v850_elf_zcom_section;
3056 asym->section = & v850_elf_zcom_section;
2938 static asection v850_elf_zcom_section; variable
[all...]
/netbsd-current/external/gpl3/gdb/dist/bfd/
H A Delf32-v850.c2958 static asection v850_elf_zcom_section;
2960 GLOBAL_SYM_INIT (".zcommon", &v850_elf_zcom_section);
2961 static asection v850_elf_zcom_section =
2962 BFD_FAKE_SECTION (v850_elf_zcom_section, &v850_elf_zcom_symbol,
3034 asym->section = & v850_elf_zcom_section;
2952 static asection v850_elf_zcom_section; variable
2955 static asection v850_elf_zcom_section = variable
/netbsd-current/external/gpl3/binutils.old/dist/bfd/
H A Delf32-v850.c2958 static asection v850_elf_zcom_section;
2960 GLOBAL_SYM_INIT (".zcommon", &v850_elf_zcom_section);
2961 static asection v850_elf_zcom_section =
2962 BFD_FAKE_SECTION (v850_elf_zcom_section, &v850_elf_zcom_symbol,
3034 asym->section = & v850_elf_zcom_section;
2952 static asection v850_elf_zcom_section; variable
2955 static asection v850_elf_zcom_section = variable
/netbsd-current/external/gpl3/binutils/dist/bfd/
H A Delf32-v850.c2958 static asection v850_elf_zcom_section;
2960 GLOBAL_SYM_INIT (".zcommon", &v850_elf_zcom_section);
2961 static asection v850_elf_zcom_section =
2962 BFD_FAKE_SECTION (v850_elf_zcom_section, &v850_elf_zcom_symbol,
3034 asym->section = & v850_elf_zcom_section;
2952 static asection v850_elf_zcom_section; variable
2955 static asection v850_elf_zcom_section = variable

Completed in 259 milliseconds