Lines Matching defs:sdata

1261      address in the .sdata section, and returning the offset from
1983 { STRING_COMMA_LEN (".sdata"), -2, SHT_PROGBITS, SHF_ALLOC + SHF_WRITE },
2420 elf_linker_section_t sdata[2];
2527 ret->sdata[0].name = ".sdata";
2528 ret->sdata[0].sym_name = "_SDA_BASE_";
2529 ret->sdata[0].bss_name = ".sbss";
2531 ret->sdata[1].name = ".sdata2";
2532 ret->sdata[1].sym_name = "_SDA2_BASE_";
2533 ret->sdata[1].bss_name = ".sbss2";
3170 /* Indirect .sdata relocation. */
3177 if (htab->sdata[0].section == NULL
3179 &htab->sdata[0]))
3181 if (!elf_create_pointer_linker_section (abfd, &htab->sdata[0],
3198 if (htab->sdata[1].section == NULL
3200 &htab->sdata[1]))
3202 if (!elf_create_pointer_linker_section (abfd, &htab->sdata[1],
3218 if (htab->sdata[0].sym == NULL
3219 && !create_sdata_sym (htab, &htab->sdata[0]))
3234 if (htab->sdata[1].sym == NULL
3235 && !create_sdata_sym (htab, &htab->sdata[1]))
3251 if (htab->sdata[0].sym == NULL
3252 && !create_sdata_sym (htab, &htab->sdata[0]))
3254 if (htab->sdata[1].sym == NULL
3255 && !create_sdata_sym (htab, &htab->sdata[1]))
5008 else if (s == htab->sdata[0].section
5009 || s == htab->sdata[1].section)
6536 /* Indirect .sdata relocation. */
6538 BFD_ASSERT (htab->sdata[0].section != NULL);
6540 = elf_finish_pointer_linker_section (input_bfd, &htab->sdata[0],
6546 BFD_ASSERT (htab->sdata[1].section != NULL);
6548 = elf_finish_pointer_linker_section (input_bfd, &htab->sdata[1],
6601 if (! ((CONST_STRNEQ (name, ".sdata")
6614 sh = htab->sdata[0].sym;
6644 sh = htab->sdata[1].sym;
6661 if (((CONST_STRNEQ (name, ".sdata")
6667 sh = htab->sdata[0].sym;
6677 sh = htab->sdata[1].sym;