Searched refs:fde_inst (Results 1 – 3 of 3) sorted by relevance
395 fde->fde_inst = ds->ds_data + *off; in _dwarf_frame_add_fde()1231 fde->fde_inst, fde->fde_instlen, cie->cie_caf, in _dwarf_frame_get_internal_table()1344 #define ds_data fde_inst in _dwarf_frame_fde_add_inst()1351 if (fde->fde_inst == NULL) { in _dwarf_frame_fde_add_inst()1354 if ((fde->fde_inst = malloc((size_t) fde->fde_instcap)) == in _dwarf_frame_fde_add_inst()1524 RCHECK(WRITE_BLOCK(fde->fde_inst, fde->fde_instlen)); in _dwarf_frame_gen_fde()1606 if (fde->fde_inst != NULL) in _dwarf_frame_pro_cleanup()1607 free(fde->fde_inst); in _dwarf_frame_pro_cleanup()
273 *ret_inst = fde->fde_inst; in dwarf_get_fde_instr_bytes()
253 uint8_t *fde_inst; /* Instructions. */ member