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

/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/common/
H A Dsim-profile.c44 # define PROFILE_PC_START(p) _profile_stub macro
415 PROFILE_PC_START (CPU_PROFILE_DATA (STATE_CPU (sd, cpu_nr))) = base;
535 i = (pc - PROFILE_PC_START (profile)) >> PROFILE_PC_SHIFT (profile);
563 PROFILE_PC_START (data) = STATE_TEXT_START (sd);
584 - PROFILE_PC_START (data)
600 - PROFILE_PC_START (data)
611 PROFILE_PC_END (data) = (PROFILE_PC_START (data)
663 (long) PROFILE_PC_START (profile),
679 (long) (PROFILE_PC_START (profile)
714 header[0] = PROFILE_PC_START (profil
[all...]
H A Dsim-profile.h206 #define PROFILE_PC_START(p) ((p)->profile_pc_start)
203 #define PROFILE_PC_START macro

Completed in 99 milliseconds