Home
last modified time | relevance | path

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

/NextBSD/contrib/elftoolchain/libdwarf/
HDlibdwarf_frame.c390 fde->fde_inst = ds->ds_data + *off; in _dwarf_frame_add_fde()
1226 fde->fde_inst, fde->fde_instlen, cie->cie_caf, in _dwarf_frame_get_internal_table()
1339 #define ds_data fde_inst in _dwarf_frame_fde_add_inst()
1346 if (fde->fde_inst == NULL) { in _dwarf_frame_fde_add_inst()
1349 if ((fde->fde_inst = malloc((size_t) fde->fde_instcap)) == in _dwarf_frame_fde_add_inst()
1519 RCHECK(WRITE_BLOCK(fde->fde_inst, fde->fde_instlen)); in _dwarf_frame_gen_fde()
1601 if (fde->fde_inst != NULL) in _dwarf_frame_pro_cleanup()
1602 free(fde->fde_inst); in _dwarf_frame_pro_cleanup()
HDdwarf_frame.c270 *ret_inst = fde->fde_inst; in dwarf_get_fde_instr_bytes()
HD_libdwarf.h245 uint8_t *fde_inst; /* Instructions. */ member
/NextBSD/contrib/elftoolchain/readelf/
HDreadelf.c6062 Dwarf_Ptr fde_addr, fde_inst, cie_inst; in dump_dwarf_frame_section() local
6105 if (dwarf_get_fde_instr_bytes(fde, &fde_inst, &fde_instlen, in dump_dwarf_frame_section()
6163 dump_dwarf_frame_inst(re, cie, fde_inst, fde_instlen, in dump_dwarf_frame_section()