Searched refs:fde_inst (Results 1 – 4 of 4) sorted by relevance
| /NextBSD/contrib/elftoolchain/libdwarf/ |
| HD | libdwarf_frame.c | 390 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()
|
| HD | dwarf_frame.c | 270 *ret_inst = fde->fde_inst; in dwarf_get_fde_instr_bytes()
|
| HD | _libdwarf.h | 245 uint8_t *fde_inst; /* Instructions. */ member
|
| /NextBSD/contrib/elftoolchain/readelf/ |
| HD | readelf.c | 6062 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()
|