Lines Matching refs:fde

55 #define FDE_NULL_CHECKS_AND_SET_DBG(fde,dbg )          \  argument
57 if ((fde) == NULL) { \
61 (dbg)= (fde)->fd_dbg; \
1075 dwarf_get_cie_of_fde(Dwarf_Fde fde, in dwarf_get_cie_of_fde() argument
1078 if (fde == NULL) { in dwarf_get_cie_of_fde()
1083 *cie_returned = fde->fd_cie; in dwarf_get_cie_of_fde()
1313 dwarf_get_fde_range(Dwarf_Fde fde, in dwarf_get_fde_range() argument
1324 if (fde == NULL) { in dwarf_get_fde_range()
1329 dbg = fde->fd_dbg; in dwarf_get_fde_range()
1342 *low_pc = fde->fd_initial_location; in dwarf_get_fde_range()
1344 *func_length = fde->fd_address_range; in dwarf_get_fde_range()
1346 *fde_bytes = fde->fd_fde_start; in dwarf_get_fde_range()
1348 *fde_byte_length = fde->fd_length; in dwarf_get_fde_range()
1350 *cie_offset = fde->fd_cie_offset; in dwarf_get_fde_range()
1352 *cie_index = fde->fd_cie_index; in dwarf_get_fde_range()
1354 *fde_offset = fde->fd_fde_start - fde->fd_section_ptr; in dwarf_get_fde_range()
1363 dwarf_get_fde_exception_info(Dwarf_Fde fde, in dwarf_get_fde_exception_info() argument
1370 dbg = fde->fd_dbg; in dwarf_get_fde_exception_info()
1376 fde->fd_offset_into_exception_tables; in dwarf_get_fde_exception_info()
1437 _dwarf_get_fde_info_for_a_pc_row(Dwarf_Fde fde, in _dwarf_get_fde_info_for_a_pc_row() argument
1449 if (fde == NULL) { in _dwarf_get_fde_info_for_a_pc_row()
1454 dbg = fde->fd_dbg; in _dwarf_get_fde_info_for_a_pc_row()
1460 if (pc_requested < fde->fd_initial_location || in _dwarf_get_fde_info_for_a_pc_row()
1462 fde->fd_initial_location + fde->fd_address_range) { in _dwarf_get_fde_info_for_a_pc_row()
1467 cie = fde->fd_cie; in _dwarf_get_fde_info_for_a_pc_row()
1503 Dwarf_Small *instr_end = fde->fd_fde_instr_start + in _dwarf_get_fde_info_for_a_pc_row()
1504 fde->fd_length + in _dwarf_get_fde_info_for_a_pc_row()
1505 fde->fd_length_size + in _dwarf_get_fde_info_for_a_pc_row()
1506 fde->fd_extension_size - (fde->fd_fde_instr_start - in _dwarf_get_fde_info_for_a_pc_row()
1507 fde->fd_fde_start); in _dwarf_get_fde_info_for_a_pc_row()
1513 fde->fd_initial_location, in _dwarf_get_fde_info_for_a_pc_row()
1514 fde->fd_fde_instr_start, in _dwarf_get_fde_info_for_a_pc_row()
1551 dwarf_get_fde_info_for_all_regs(Dwarf_Fde fde, in dwarf_get_fde_info_for_all_regs() argument
1569 FDE_NULL_CHECKS_AND_SET_DBG(fde, dbg); in dwarf_get_fde_info_for_all_regs()
1579 res = _dwarf_get_fde_info_for_a_pc_row(fde, pc_requested, in dwarf_get_fde_info_for_all_regs()
1630 dwarf_get_fde_info_for_all_regs3(Dwarf_Fde fde, in dwarf_get_fde_info_for_all_regs3() argument
1645 FDE_NULL_CHECKS_AND_SET_DBG(fde, dbg); in dwarf_get_fde_info_for_all_regs3()
1657 res = _dwarf_get_fde_info_for_a_pc_row(fde, pc_requested, in dwarf_get_fde_info_for_all_regs3()
1709 dwarf_get_fde_info_for_reg(Dwarf_Fde fde, in dwarf_get_fde_info_for_reg() argument
1722 FDE_NULL_CHECKS_AND_SET_DBG(fde, dbg); in dwarf_get_fde_info_for_reg()
1740 _dwarf_get_fde_info_for_a_pc_row(fde, pc_requested, &fde_table, in dwarf_get_fde_info_for_reg()
1789 dwarf_get_fde_info_for_reg3(Dwarf_Fde fde, in dwarf_get_fde_info_for_reg3() argument
1806 FDE_NULL_CHECKS_AND_SET_DBG(fde, dbg); in dwarf_get_fde_info_for_reg3()
1820 res = _dwarf_get_fde_info_for_a_pc_row(fde, pc_requested, &fde_table, in dwarf_get_fde_info_for_reg3()
1859 dwarf_get_fde_info_for_cfa_reg3(Dwarf_Fde fde, in dwarf_get_fde_info_for_cfa_reg3() argument
1875 FDE_NULL_CHECKS_AND_SET_DBG(fde, dbg); in dwarf_get_fde_info_for_cfa_reg3()
1882 res = _dwarf_get_fde_info_for_a_pc_row(fde, pc_requested, &fde_table, in dwarf_get_fde_info_for_cfa_reg3()
1984 Dwarf_Fde fde = NULL; in dwarf_get_fde_at_pc() local
2021 fde = fde_data[middle]; in dwarf_get_fde_at_pc()
2027 if (fde) { in dwarf_get_fde_at_pc()
2029 *lopc = fde->fd_initial_location; in dwarf_get_fde_at_pc()
2032 fde->fd_initial_location + fde->fd_address_range - 1; in dwarf_get_fde_at_pc()
2033 *returned_fde = fde; in dwarf_get_fde_at_pc()
2220 dwarf_get_fde_augmentation_data(Dwarf_Fde fde, in dwarf_get_fde_augmentation_data() argument
2227 if (fde == NULL) { in dwarf_get_fde_augmentation_data()
2231 cie = fde->fd_cie; in dwarf_get_fde_augmentation_data()
2239 *augdata = (Dwarf_Small *) fde->fd_gnu_eh_augmentation_bytes; in dwarf_get_fde_augmentation_data()
2240 *augdata_len = fde->fd_gnu_eh_augmentation_len; in dwarf_get_fde_augmentation_data()