Home | History | Annotate | Download | only in lto-plugin

Lines Matching refs:resolution

319   entry->resolution = LDPR_UNKNOWN;
412 resolution. */
468 /* Dump SYMTAB to resolution file F. */
478 unsigned int resolution = symtab->syms[j].resolution;
480 assert (resolution != LDPR_UNKNOWN);
484 lto_resolution_str[resolution],
489 /* Finish the conflicts' resolution information after the linker resolved
503 char resolution = LDPR_UNKNOWN;
512 resolution = LDPR_RESOLVED_IR;
515 resolution = LDPR_PREEMPTED_IR;
519 resolution = symtab->syms[i].resolution;
525 assert (resolution != LDPR_UNKNOWN);
530 conflicts->syms[j].resolution = resolution;
553 check (resolution_file, LDPL_FATAL, "resolution file not specified");
565 /* Version 2 of API supports IRONLY_EXP resolution that is
955 resolution for the duplicated based on the results for the
958 Then when writing out the resolution file readd the dropped symbols.