Searched refs:s_got (Results 1 – 2 of 2) sorted by relevance
/toolchain/binutils/binutils-2.27/bfd/ |
D | elf32-tilepro.c | 1231 asection *s, *s_got; in tilepro_elf_create_got_section() local 1253 s = s_got = bfd_make_section_with_flags (abfd, ".got", flags); in tilepro_elf_create_got_section() 1281 h = _bfd_elf_define_linkage_sym (abfd, info, s_got, in tilepro_elf_create_got_section()
|
D | elfxx-tilegx.c | 1436 asection *s, *s_got; in tilegx_elf_create_got_section() local 1458 s = s_got = bfd_make_section_anyway_with_flags (abfd, ".got", flags); in tilegx_elf_create_got_section() 1486 h = _bfd_elf_define_linkage_sym (abfd, info, s_got, in tilegx_elf_create_got_section()
|