Searched refs:pc_offset (Results 1 – 7 of 7) sorted by relevance
64 int pc_offset; member
4067 &tep->pc_size, &tep->pc_offset, in parse_common_pc()
44 size_t module_path_len,void **pc_offset), false);
1157 CodeComment(intptr_t pc_offset, const String &comment) in CodeComment() argument1158 : pc_offset_(pc_offset), comment_(comment) {} in CodeComment()1160 intptr_t pc_offset() const { return pc_offset_; } in pc_offset() function
186 Location(Offset immediate, Offset pc_offset) in Location() argument187 : immediate_(immediate), pc_offset_(pc_offset) {} in Location()
85 uintptr_t pc_offset = GetCursorAddress<uintptr_t>() >> element_shift; in LinkAndGetOffsetTo() local87 return label_offset - pc_offset; in LinkAndGetOffsetTo()
5407 size_t pc_offset = pc - buffer; in process_pattern() local5411 pc = buffer + pc_offset; in process_pattern()