Home | History | Annotate | Download | only in bfd

Lines Matching defs:sdata

1313      address in the .sdata section, and returning the offset from
2497 { STRING_COMMA_LEN (".sdata"), -2, SHT_PROGBITS, SHF_ALLOC + SHF_WRITE },
3161 elf_linker_section_t sdata[2];
3281 ret->sdata[0].name = ".sdata";
3282 ret->sdata[0].sym_name = "_SDA_BASE_";
3283 ret->sdata[0].bss_name = ".sbss";
3285 ret->sdata[1].name = ".sdata2";
3286 ret->sdata[1].sym_name = "_SDA2_BASE_";
3287 ret->sdata[1].bss_name = ".sbss2";
3348 R_PPC_EMB_SDA2I16 pointers. These sections become part of .sdata
3420 &htab->sdata[0]))
3424 &htab->sdata[1]))
4074 /* Indirect .sdata relocation. */
4081 htab->sdata[0].sym->ref_regular = 1;
4082 if (!elf_allocate_pointer_linker_section (abfd, &htab->sdata[0],
4099 htab->sdata[1].sym->ref_regular = 1;
4100 if (!elf_allocate_pointer_linker_section (abfd, &htab->sdata[1],
4111 htab->sdata[0].sym->ref_regular = 1;
4144 htab->sdata[1].sym->ref_regular = 1;
6331 struct elf_link_hash_entry *sda = htab->sdata[0].sym;
6338 struct elf_link_hash_entry *sda = htab->sdata[0].sym;
6342 sda = htab->sdata[1].sym;
6442 else if (s == htab->sdata[0].section
6443 || s == htab->sdata[1].section)
6650 maybe_strip_sdasym (info->output_bfd, &htab->sdata[0]);
6651 maybe_strip_sdasym (info->output_bfd, &htab->sdata[1]);
8660 /* Indirect .sdata relocation. */
8662 BFD_ASSERT (htab->sdata[0].section != NULL);
8663 if (!is_static_defined (htab->sdata[0].sym))
8669 = elf_finish_pointer_linker_section (input_bfd, &htab->sdata[0],
8676 BFD_ASSERT (htab->sdata[1].section != NULL);
8677 if (!is_static_defined (htab->sdata[1].sym))
8683 = elf_finish_pointer_linker_section (input_bfd, &htab->sdata[1],
8744 struct elf_link_hash_entry *sda = htab->sdata[0].sym;
8756 if (!(strcmp (name, ".sdata") == 0
8774 struct elf_link_hash_entry *sda = htab->sdata[1].sym;
8854 if (strcmp (name, ".sdata") == 0
8858 sda = htab->sdata[0].sym;
8864 sda = htab->sdata[1].sym;
8953 if (strcmp (name, ".sdata") == 0
8957 sda = htab->sdata[0].sym;
8963 sda = htab->sdata[1].sym;