HomeSort by: relevance | last modified time | path
    Searched defs:pc_low (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc/dist/libgcc/
unwind-dw2-fde-dip.c 144 _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;
  /src/external/gpl3/gcc.old/dist/libgcc/
unwind-dw2-fde-dip.c 144 _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;
  /src/external/gpl3/gdb/dist/gdb/dwarf2/
read.c 20834 CORE_ADDR pc_low = per_objfile->relocate (unrel_low);
20836 if (!(pc_low <= pc && pc < pc_high))
20823 CORE_ADDR pc_low = per_objfile->relocate (unrel_low); local
  /src/external/gpl3/gdb.old/dist/gdb/dwarf2/
read.c 20465 CORE_ADDR pc_low = per_objfile->relocate (unrel_low);
20467 if (!(pc_low <= pc && pc < pc_high))
20454 CORE_ADDR pc_low = per_objfile->relocate (unrel_low); local

Completed in 55 milliseconds