Searched refs:row_pc (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/elftoolchain/libdwarf/ |
H A D | dwarf_frame.c | 282 Dwarf_Signed *register_num, Dwarf_Signed *offset, Dwarf_Addr *row_pc, in dwarf_get_fde_info_for_reg() argument 293 offset == NULL || row_pc == NULL) { in dwarf_get_fde_info_for_reg() 327 *row_pc = pc; in dwarf_get_fde_info_for_reg() 334 Dwarf_Regtable *reg_table, Dwarf_Addr *row_pc, Dwarf_Error *error) in dwarf_get_fde_info_for_all_regs() argument 344 if (fde == NULL || reg_table == NULL || row_pc == NULL) { in dwarf_get_fde_info_for_all_regs() 391 *row_pc = pc; in dwarf_get_fde_info_for_all_regs() 401 Dwarf_Addr *row_pc, Dwarf_Error *error) in dwarf_get_fde_info_for_reg3() argument 412 block_ptr == NULL || row_pc == NULL) { in dwarf_get_fde_info_for_reg3() 438 *row_pc = pc; in dwarf_get_fde_info_for_reg3() 447 Dwarf_Ptr *block_ptr, Dwarf_Addr *row_pc, Dwarf_Error *error) in dwarf_get_fde_info_for_cfa_reg3() argument [all …]
|
H A D | libdwarf_frame.c | 551 Dwarf_Addr pc, Dwarf_Addr pc_req, Dwarf_Addr *row_pc, Dwarf_Error *error) in _dwarf_frame_run_inst() argument 580 *row_pc = pc; in _dwarf_frame_run_inst() 618 *row_pc = pc; in _dwarf_frame_run_inst() 631 *row_pc = pc; in _dwarf_frame_run_inst() 683 *row_pc = pc; in _dwarf_frame_run_inst() 697 *row_pc = pc; in _dwarf_frame_run_inst() 707 *row_pc = pc; in _dwarf_frame_run_inst() 726 *row_pc = pc; in _dwarf_frame_run_inst() 744 *row_pc = pc; in _dwarf_frame_run_inst() 751 *row_pc = pc; in _dwarf_frame_run_inst() [all …]
|
/freebsd/contrib/elftoolchain/readelf/ |
H A D | readelf.c | 6119 Dwarf_Addr row_pc, end_pc, pre_pc, cur_pc; in dump_dwarf_frame_regtable() local 6137 if (dwarf_get_fde_info_for_all_regs(fde, cur_pc, &rt, &row_pc, in dump_dwarf_frame_regtable() 6144 if (row_pc == pre_pc) in dump_dwarf_frame_regtable() 6146 pre_pc = row_pc; in dump_dwarf_frame_regtable() 6169 if (dwarf_get_fde_info_for_all_regs(fde, cur_pc, &rt, &row_pc, in dump_dwarf_frame_regtable() 6176 if (row_pc == pre_pc) in dump_dwarf_frame_regtable() 6178 pre_pc = row_pc; in dump_dwarf_frame_regtable() 6179 printf("%08jx ", (uintmax_t) row_pc); in dump_dwarf_frame_regtable()
|