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

/netbsd-current/external/gpl3/gcc.old/dist/libgcc/
H A Dunwind-dw2-fde-dip.c125 _Unwind_Ptr pc_low; member in struct:frame_hdr_cache_element
179 _Unwind_Ptr pc_low = 0, pc_high = 0; local
222 if (data->pc >= cache_entry->pc_low
241 if ((cache_entry->pc_low | cache_entry->pc_high) == 0)
256 frame_hdr_cache[i].pc_low = 0;
282 pc_low = vaddr;
316 frame_hdr_cache_head->pc_low = pc_low;
/netbsd-current/external/gpl3/gcc/dist/libgcc/
H A Dunwind-dw2-fde-dip.c144 _Unwind_Ptr pc_low; member in struct:frame_hdr_cache_element
199 _Unwind_Ptr pc_low = 0, pc_high = 0; local
242 if (data->pc >= cache_entry->pc_low
261 if ((cache_entry->pc_low | cache_entry->pc_high) == 0)
276 frame_hdr_cache[i].pc_low = 0;
302 pc_low = vaddr;
336 frame_hdr_cache_head->pc_low = pc_low;
/netbsd-current/external/gpl3/gdb.old/dist/gdb/dwarf2/
H A Dread.c23034 CORE_ADDR pc_low, pc_high;
23035 get_scope_pc_bounds (cand->parent, &pc_low, &pc_high, cu);
23036 if (pc_low == ((CORE_ADDR) -1))
23038 pc_low = gdbarch_adjust_dwarf2_addr (gdbarch, pc_low + baseaddr);
23040 if (!(pc_low <= pc && pc < pc_high))
/netbsd-current/external/gpl3/gdb/dist/gdb/dwarf2/
H A Dread.c22538 CORE_ADDR pc_low, pc_high;
22539 get_scope_pc_bounds (cand->parent, &pc_low, &pc_high, cu);
22540 if (pc_low == ((CORE_ADDR) -1))
22542 pc_low = gdbarch_adjust_dwarf2_addr (gdbarch, pc_low + baseaddr);
22544 if (!(pc_low <= pc && pc < pc_high))
22526 CORE_ADDR pc_low, pc_high; local

Completed in 320 milliseconds