Home
last modified time | relevance | path

Searched refs:resolved_to_const (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Delfnn-loongarch.c1984 bool resolved_local, resolved_dynly, resolved_to_const; in loongarch_elf_relocate_section() local
2020 resolved_to_const = false; in loongarch_elf_relocate_section()
2043 resolved_to_const = (!is_dyn || h->dynindx == -1 in loongarch_elf_relocate_section()
2045 resolved_dynly = !resolved_local && !resolved_to_const; in loongarch_elf_relocate_section()
2062 resolved_to_const = !resolved_local; in loongarch_elf_relocate_section()
2071 resolved_to_const = !resolved_local && !resolved_dynly; in loongarch_elf_relocate_section()
2092 resolved_to_const = true; in loongarch_elf_relocate_section()
2101 resolved_to_const = false; in loongarch_elf_relocate_section()
2107 BFD_ASSERT (resolved_local + resolved_dynly + resolved_to_const == 1); in loongarch_elf_relocate_section()
2225 if (resolved_to_const) in loongarch_elf_relocate_section()
[all …]
/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Delfnn-loongarch.c2671 bool resolved_local, resolved_dynly, resolved_to_const; in loongarch_elf_relocate_section() local
2706 resolved_to_const = false; in loongarch_elf_relocate_section()
2732 resolved_to_const = (!is_dyn || h->dynindx == -1 in loongarch_elf_relocate_section()
2734 resolved_dynly = !resolved_local && !resolved_to_const; in loongarch_elf_relocate_section()
2751 resolved_to_const = !resolved_local; in loongarch_elf_relocate_section()
2760 resolved_to_const = !resolved_local && !resolved_dynly; in loongarch_elf_relocate_section()
2781 resolved_to_const = true; in loongarch_elf_relocate_section()
2790 resolved_to_const = false; in loongarch_elf_relocate_section()
2796 BFD_ASSERT (resolved_local + resolved_dynly + resolved_to_const == 1); in loongarch_elf_relocate_section()
2973 if (resolved_to_const) in loongarch_elf_relocate_section()
[all …]