Lines Matching defs:pc
141 static bfd_vma pc;
165 if (pc < vma)
169 if (pc >= vma + size)
172 found = bfd_find_nearest_line_discriminator (abfd, section, syms, pc - vma,
191 if (pc >= size)
194 found = bfd_find_nearest_line_discriminator (abfd, section, syms, pc,
215 pc = bfd_scan_vma (addr_hex, NULL, 16);
222 pc = bfd_scan_vma (*addr++, NULL, 16);
230 pc &= (sign << 1) - 1;
232 pc = (pc ^ sign) - sign;
238 bfd_printf_vma (abfd, pc);