Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/elftoolchain/libdwarf/
H A Ddwarf_frame.c293 offset == NULL || row_pc == NULL) { in dwarf_get_fde_info_for_reg()
327 *row_pc = pc; in dwarf_get_fde_info_for_reg()
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()
458 block_ptr == NULL || row_pc == NULL) { in dwarf_get_fde_info_for_cfa_reg3()
479 *row_pc = pc; in dwarf_get_fde_info_for_cfa_reg3()
499 row_pc == NULL) { in dwarf_get_fde_info_for_all_regs3()
[all …]
H A Dlibdwarf_frame.c580 *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()
763 *row_pc = pc; in _dwarf_frame_run_inst()
777 *row_pc = pc; in _dwarf_frame_run_inst()
787 *row_pc = pc; in _dwarf_frame_run_inst()
[all …]
/freebsd-14.2/contrib/elftoolchain/readelf/
H A Dreadelf.c6119 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()