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

  /src/external/gpl3/gdb/dist/gdb/dwarf2/
frame.c 1597 bsearch_fde_cmp (const dwarf2_fde *fde, unrelocated_addr seek_pc)
1599 if (fde->end_addr () <= seek_pc)
1601 if (fde->initial_location <= seek_pc)
1660 unrelocated_addr seek_pc = (unrelocated_addr) (*pc - offset);
1661 if (seek_pc < (*fde_table)[0]->initial_location)
1665 seek_pc, bsearch_fde_cmp);
1651 unrelocated_addr seek_pc = (unrelocated_addr) (*pc - offset); local
frame.c 1597 bsearch_fde_cmp (const dwarf2_fde *fde, unrelocated_addr seek_pc)
1599 if (fde->end_addr () <= seek_pc)
1601 if (fde->initial_location <= seek_pc)
1660 unrelocated_addr seek_pc = (unrelocated_addr) (*pc - offset);
1661 if (seek_pc < (*fde_table)[0]->initial_location)
1665 seek_pc, bsearch_fde_cmp);
1651 unrelocated_addr seek_pc = (unrelocated_addr) (*pc - offset); local
  /src/external/gpl3/gdb.old/dist/gdb/dwarf2/
frame.c 1599 bsearch_fde_cmp (const dwarf2_fde *fde, unrelocated_addr seek_pc)
1601 if (fde->end_addr () <= seek_pc)
1603 if (fde->initial_location <= seek_pc)
1662 unrelocated_addr seek_pc = (unrelocated_addr) (*pc - offset);
1663 if (seek_pc < (*fde_table)[0]->initial_location)
1667 seek_pc, bsearch_fde_cmp);
1653 unrelocated_addr seek_pc = (unrelocated_addr) (*pc - offset); local
frame.c 1599 bsearch_fde_cmp (const dwarf2_fde *fde, unrelocated_addr seek_pc)
1601 if (fde->end_addr () <= seek_pc)
1603 if (fde->initial_location <= seek_pc)
1662 unrelocated_addr seek_pc = (unrelocated_addr) (*pc - offset);
1663 if (seek_pc < (*fde_table)[0]->initial_location)
1667 seek_pc, bsearch_fde_cmp);
1653 unrelocated_addr seek_pc = (unrelocated_addr) (*pc - offset); local

Completed in 47 milliseconds