Lines Matching refs:resolved_to_const
1984 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()
2290 if (resolved_to_const) in loongarch_elf_relocate_section()
2344 if (resolved_to_const) in loongarch_elf_relocate_section()
2493 if (!(defined_local || resolved_to_const)) in loongarch_elf_relocate_section()
2607 if (resolved_to_const && is_undefweak && h->dynindx != -1) in loongarch_elf_relocate_section()
2610 resolved_to_const = resolved_local = false; in loongarch_elf_relocate_section()
2614 if (resolved_to_const) in loongarch_elf_relocate_section()