• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.9.5/cxxfilt-11/cxxfilt/bfd/

Lines Matching refs:sdata

1261      address in the .sdata section, and returning the offset from
1952 { STRING_COMMA_LEN (".sdata"), -2, SHT_PROGBITS, SHF_ALLOC + SHF_WRITE },
2396 elf_linker_section_t sdata[2];
2503 ret->sdata[0].name = ".sdata";
2504 ret->sdata[0].sym_name = "_SDA_BASE_";
2505 ret->sdata[0].bss_name = ".sbss";
2507 ret->sdata[1].name = ".sdata2";
2508 ret->sdata[1].sym_name = "_SDA2_BASE_";
2509 ret->sdata[1].bss_name = ".sbss2";
3148 /* Indirect .sdata relocation. */
3155 if (htab->sdata[0].section == NULL
3157 &htab->sdata[0]))
3159 if (!elf_create_pointer_linker_section (abfd, &htab->sdata[0],
3176 if (htab->sdata[1].section == NULL
3178 &htab->sdata[1]))
3180 if (!elf_create_pointer_linker_section (abfd, &htab->sdata[1],
3196 if (htab->sdata[0].sym == NULL
3197 && !create_sdata_sym (htab, &htab->sdata[0]))
3212 if (htab->sdata[1].sym == NULL
3213 && !create_sdata_sym (htab, &htab->sdata[1]))
3229 if (htab->sdata[0].sym == NULL
3230 && !create_sdata_sym (htab, &htab->sdata[0]))
3232 if (htab->sdata[1].sym == NULL
3233 && !create_sdata_sym (htab, &htab->sdata[1]))
4904 else if (s == htab->sdata[0].section
4905 || s == htab->sdata[1].section)
6438 /* Indirect .sdata relocation. */
6440 BFD_ASSERT (htab->sdata[0].section != NULL);
6442 = elf_finish_pointer_linker_section (input_bfd, &htab->sdata[0],
6448 BFD_ASSERT (htab->sdata[1].section != NULL);
6450 = elf_finish_pointer_linker_section (input_bfd, &htab->sdata[1],
6503 if (! ((CONST_STRNEQ (name, ".sdata")
6516 sh = htab->sdata[0].sym;
6546 sh = htab->sdata[1].sym;
6563 if (((CONST_STRNEQ (name, ".sdata")
6569 sh = htab->sdata[0].sym;
6579 sh = htab->sdata[1].sym;