Home
last modified time | relevance | path

Searched refs:seen_stt_datalabel (Results 1 – 3 of 3) sorted by relevance

/toolchain/binutils/binutils-2.27/bfd/
Delf64-sh64.c1466 int seen_stt_datalabel = 0; in sh_elf64_relocate_section() local
1570 seen_stt_datalabel |= h->type == STT_DATALABEL; in sh_elf64_relocate_section()
1631 && ! seen_stt_datalabel)); in sh_elf64_relocate_section()
1828 if (seen_stt_datalabel) in sh_elf64_relocate_section()
1862 if (seen_stt_datalabel) in sh_elf64_relocate_section()
Delf32-sh.c3890 int seen_stt_datalabel = 0; in sh_elf_relocate_section() local
4042 seen_stt_datalabel |= h->type == STT_DATALABEL; in sh_elf_relocate_section()
4121 && ! seen_stt_datalabel)); in sh_elf_relocate_section()
4513 if (seen_stt_datalabel) in sh_elf_relocate_section()
4551 if (seen_stt_datalabel) in sh_elf_relocate_section()
5715 int seen_stt_datalabel = 0;
5730 seen_stt_datalabel |= h->type == STT_DATALABEL;
5780 if (seen_stt_datalabel)
5868 else if (seen_stt_datalabel)
6034 int seen_stt_datalabel = 0; in sh_elf_check_relocs() local
[all …]
DChangeLog-02036134 h and eh out of switch statement. Declare seen_stt_datalabel.
6136 got relocs when seen_stt_datalabel is true.
6140 (sh_elf_check_relocs): Declare seen_stt_datalabel.
6141 Initialize it. When seen_stt_datalabel is true, increment
10367 seen_stt_datalabel. Introduce GOTPLT support. Extend GOTPC, PLT,
10387 seen_stt_datalabel. Support new PIC relocs.