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

/netbsd-current/external/gpl3/gdb.old/dist/bfd/
H A Delf32-v850.c2938 static asection v850_elf_scom_section;
3006 if (v850_elf_scom_section.name == NULL)
3009 v850_elf_scom_section.name = ".scommon";
3010 v850_elf_scom_section.flags
3012 v850_elf_scom_section.output_section = & v850_elf_scom_section;
3013 v850_elf_scom_section.symbol = & v850_elf_scom_symbol;
3014 v850_elf_scom_section.symbol_ptr_ptr = & v850_elf_scom_symbol_ptr;
3017 v850_elf_scom_symbol.section = & v850_elf_scom_section;
3020 asym->section = & v850_elf_scom_section;
2932 static asection v850_elf_scom_section; variable
[all...]
/netbsd-current/external/gpl3/gdb/dist/bfd/
H A Delf32-v850.c2942 static asection v850_elf_scom_section;
2944 GLOBAL_SYM_INIT (".scommon", &v850_elf_scom_section);
2945 static asection v850_elf_scom_section =
2946 BFD_FAKE_SECTION (v850_elf_scom_section, &v850_elf_scom_symbol,
3024 asym->section = & v850_elf_scom_section;
2936 static asection v850_elf_scom_section; variable
2939 static asection v850_elf_scom_section = variable
/netbsd-current/external/gpl3/binutils.old/dist/bfd/
H A Delf32-v850.c2942 static asection v850_elf_scom_section;
2944 GLOBAL_SYM_INIT (".scommon", &v850_elf_scom_section);
2945 static asection v850_elf_scom_section =
2946 BFD_FAKE_SECTION (v850_elf_scom_section, &v850_elf_scom_symbol,
3024 asym->section = & v850_elf_scom_section;
2936 static asection v850_elf_scom_section; variable
2939 static asection v850_elf_scom_section = variable
/netbsd-current/external/gpl3/binutils/dist/bfd/
H A Delf32-v850.c2942 static asection v850_elf_scom_section;
2944 GLOBAL_SYM_INIT (".scommon", &v850_elf_scom_section);
2945 static asection v850_elf_scom_section =
2946 BFD_FAKE_SECTION (v850_elf_scom_section, &v850_elf_scom_symbol,
3024 asym->section = & v850_elf_scom_section;
2936 static asection v850_elf_scom_section; variable
2939 static asection v850_elf_scom_section = variable

Completed in 303 milliseconds