Home | History | Annotate | Download | only in gold

Lines Matching defs:low_pc

833   off_t low_pc = die->address_attribute(elfcpp::DW_AT_low_pc, &shndx);
838 high_pc += low_pc;
841 if ((low_pc != 0 || high_pc != 0) && low_pc != -1)
845 gold_warning(_("%s: DWARF info may be corrupt; low_pc and high_pc "
853 ranges->add(shndx, low_pc, high_pc);