Lines Matching defs:Pc
2799 // at the Pc parameter. The immediate value the operand has is passed in
2806 static int SymbolizerGetOpInfo(void *DisInfo, uint64_t Pc, uint64_t Offset,
2831 // uint32_t seg_offset = (Pc + Offset);
2837 uint32_t sect_offset = (Pc + Offset) - sect_addr;
2911 uint64_t seg_offset = Pc + Offset;
2933 // The Value passed in will be adjusted by the Pc if the instruction
2934 // adds the Pc. But for x86_64 external relocation entries the Value
2937 op_info->Value -= Pc + InstSize;
2949 uint64_t sect_offset = (Pc + Offset) - sect_addr;
2971 // The Value passed in will be adjusted by the Pc if the instruction
2972 // adds the Pc. But for x86_64 external relocation entries the Value
2975 op_info->Value -= Pc + InstSize;
3009 // uint32_t seg_offset = (Pc + Offset);
3015 uint32_t sect_offset = (Pc + Offset) - sect_addr;
3146 // uint64_t seg_offset = (Pc + Offset);
3152 uint64_t sect_offset = (Pc + Offset) - sect_addr;