Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/bfd/
Delf32-sh.c3875 int seen_stt_datalabel = 0; in sh_elf_relocate_section() local
4027 seen_stt_datalabel |= h->type == STT_DATALABEL; in sh_elf_relocate_section()
4104 && ! seen_stt_datalabel)); in sh_elf_relocate_section()
4499 if (seen_stt_datalabel) in sh_elf_relocate_section()
4535 if (seen_stt_datalabel) in sh_elf_relocate_section()
5700 int seen_stt_datalabel = 0; in sh_elf_gc_sweep_hook() local
5715 seen_stt_datalabel |= h->type == STT_DATALABEL; in sh_elf_gc_sweep_hook()
5765 if (seen_stt_datalabel) in sh_elf_gc_sweep_hook()
5853 else if (seen_stt_datalabel) in sh_elf_gc_sweep_hook()
6018 int seen_stt_datalabel = 0; in sh_elf_check_relocs() local
[all …]
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()
1831 if (seen_stt_datalabel) in sh_elf64_relocate_section()
1865 if (seen_stt_datalabel) in sh_elf64_relocate_section()
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.