Home
last modified time | relevance | path

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

/freebsd/contrib/elftoolchain/libdwarf/
H A Dlibdwarf_frame.c392 fde->fde_inst = ds->ds_data + *off; in _dwarf_frame_add_fde()
1228 fde->fde_inst, fde->fde_instlen, cie->cie_caf, in _dwarf_frame_get_internal_table()
1341 #define ds_data fde_inst in _dwarf_frame_fde_add_inst()
1348 if (fde->fde_inst == NULL) { in _dwarf_frame_fde_add_inst()
1351 if ((fde->fde_inst = malloc((size_t) fde->fde_instcap)) == in _dwarf_frame_fde_add_inst()
1521 RCHECK(WRITE_BLOCK(fde->fde_inst, fde->fde_instlen)); in _dwarf_frame_gen_fde()
1603 if (fde->fde_inst != NULL) in _dwarf_frame_pro_cleanup()
1604 free(fde->fde_inst); in _dwarf_frame_pro_cleanup()
H A Ddwarf_frame.c270 *ret_inst = fde->fde_inst; in dwarf_get_fde_instr_bytes()
H A D_libdwarf.h245 uint8_t *fde_inst; /* Instructions. */ member
/freebsd/contrib/elftoolchain/readelf/
H A Dreadelf.c6213 Dwarf_Ptr fde_addr, fde_inst, cie_inst; in dump_dwarf_frame_section() local
6259 if (dwarf_get_fde_instr_bytes(fde, &fde_inst, &fde_instlen, in dump_dwarf_frame_section()
6317 dump_dwarf_frame_inst(re, cie, fde_inst, fde_instlen, in dump_dwarf_frame_section()