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

/freebsd-9.3-release/contrib/gcc/
H A Dunwind-dw2-fde-glibc.c92 _Unwind_Ptr pc_high; member in struct:frame_hdr_cache_element
184 && data->pc < cache_entry->pc_high)
202 if ((cache_entry->pc_low | cache_entry->pc_high) == 0)
218 frame_hdr_cache[i].pc_high = 0;
232 _Unwind_Ptr pc_low = 0, pc_high = 0;
246 pc_high = vaddr + phdr->p_memsz;
274 frame_hdr_cache_head->pc_high = pc_high;

Completed in 62 milliseconds