Lines Matching defs:sdata

1289      address in the .sdata section, and returning the offset from
2013 { STRING_COMMA_LEN (".sdata"), -2, SHT_PROGBITS, SHF_ALLOC + SHF_WRITE },
2468 elf_linker_section_t sdata[2];
2575 ret->sdata[0].name = ".sdata";
2576 ret->sdata[0].sym_name = "_SDA_BASE_";
2577 ret->sdata[0].bss_name = ".sbss";
2579 ret->sdata[1].name = ".sdata2";
2580 ret->sdata[1].sym_name = "_SDA2_BASE_";
2581 ret->sdata[1].bss_name = ".sbss2";
3255 /* Indirect .sdata relocation. */
3262 if (htab->sdata[0].section == NULL
3264 &htab->sdata[0]))
3266 if (!elf_create_pointer_linker_section (abfd, &htab->sdata[0],
3283 if (htab->sdata[1].section == NULL
3285 &htab->sdata[1]))
3287 if (!elf_create_pointer_linker_section (abfd, &htab->sdata[1],
3303 if (htab->sdata[0].sym == NULL
3304 && !create_sdata_sym (htab, &htab->sdata[0]))
3319 if (htab->sdata[1].sym == NULL
3320 && !create_sdata_sym (htab, &htab->sdata[1]))
3336 if (htab->sdata[0].sym == NULL
3337 && !create_sdata_sym (htab, &htab->sdata[0]))
3339 if (htab->sdata[1].sym == NULL
3340 && !create_sdata_sym (htab, &htab->sdata[1]))
5144 else if (s == htab->sdata[0].section
5145 || s == htab->sdata[1].section)
6734 /* Indirect .sdata relocation. */
6736 BFD_ASSERT (htab->sdata[0].section != NULL);
6738 = elf_finish_pointer_linker_section (input_bfd, &htab->sdata[0],
6744 BFD_ASSERT (htab->sdata[1].section != NULL);
6746 = elf_finish_pointer_linker_section (input_bfd, &htab->sdata[1],
6799 if (! ((CONST_STRNEQ (name, ".sdata")
6812 sh = htab->sdata[0].sym;
6842 sh = htab->sdata[1].sym;
6859 if (((CONST_STRNEQ (name, ".sdata")
6865 sh = htab->sdata[0].sym;
6875 sh = htab->sdata[1].sym;