Lines Matching defs:Pc
2807 // at the Pc parameter. The immediate value the operand has is passed in
2814 static int SymbolizerGetOpInfo(void *DisInfo, uint64_t Pc, uint64_t Offset,
2839 // uint32_t seg_offset = (Pc + Offset);
2845 uint32_t sect_offset = (Pc + Offset) - sect_addr;
2919 uint64_t seg_offset = Pc + Offset;
2941 // The Value passed in will be adjusted by the Pc if the instruction
2942 // adds the Pc. But for x86_64 external relocation entries the Value
2945 op_info->Value -= Pc + InstSize;
2957 uint64_t sect_offset = (Pc + Offset) - sect_addr;
2979 // The Value passed in will be adjusted by the Pc if the instruction
2980 // adds the Pc. But for x86_64 external relocation entries the Value
2983 op_info->Value -= Pc + InstSize;
3017 // uint32_t seg_offset = (Pc + Offset);
3023 uint32_t sect_offset = (Pc + Offset) - sect_addr;
3154 // uint64_t seg_offset = (Pc + Offset);
3160 uint64_t sect_offset = (Pc + Offset) - sect_addr;