Home
last modified time | relevance | path

Searched refs:pc_req (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/elftoolchain/libdwarf/
H A Dlibdwarf_frame.c551 Dwarf_Addr pc, Dwarf_Addr pc_req, Dwarf_Addr *row_pc, Dwarf_Error *error) in _dwarf_frame_run_inst() argument
591 printf("p=%p pe=%p pc=%#jx pc_req=%#jx\n", p, pe, pc, pc_req); in _dwarf_frame_run_inst()
614 if (pc_req < pc) in _dwarf_frame_run_inst()
655 if (pc_req < pc) in _dwarf_frame_run_inst()
663 if (pc_req < pc) in _dwarf_frame_run_inst()
671 if (pc_req < pc) in _dwarf_frame_run_inst()
679 if (pc_req < pc) in _dwarf_frame_run_inst()
1191 _dwarf_frame_get_internal_table(Dwarf_Fde fde, Dwarf_Addr pc_req, in _dwarf_frame_get_internal_table() argument
1226 if (pc_req >= fde->fde_initloc) { in _dwarf_frame_get_internal_table()
1229 cie->cie_daf, fde->fde_initloc, pc_req, &row_pc, error); in _dwarf_frame_get_internal_table()