Searched refs:jmp_reg_switch_base (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/binutils.old/dist/gprofng/libcollector/
H A Dunwind.c1960 unsigned char * jmp_reg_switch_base = NULL; // start pc for checking offsets local
2141 jmp_reg_switch_base = npc;
2166 if (jmp_reg_switch_base != NULL && cur->pc > jmp_reg_switch_base + max_switch_pc_offset)
/netbsd-current/external/gpl3/binutils/dist/gprofng/libcollector/
H A Dunwind.c1966 unsigned char * jmp_reg_switch_base = NULL; // start pc for checking offsets local
2147 jmp_reg_switch_base = npc;
2172 if (jmp_reg_switch_base != NULL && cur->pc > jmp_reg_switch_base + max_switch_pc_offset)

Completed in 162 milliseconds