Searched refs:fdep (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/tools/ctf/dwarf/common/
H A Ddwarf_frame3.c73 Dwarf_Fde fdep; local
173 fdep = fde_data[i];
174 off = fdep->fd_initial_loc_pos - dbg->de_debug_frame.dss_data;
175 addr = fdep->fd_initial_location;
200 instoff = fdep->fd_fde_instr_start - dbg->de_debug_frame.dss_data;
201 instructions_length = fdep->fd_length +
202 fdep->fd_length_size + fdep->fd_extension_size -
203 (fdep->fd_fde_instr_start - fdep
[all...]
/illumos-gate/usr/src/lib/libc/amd64/unwind/
H A Deh_frame.c215 uint64_t *codep, uint64_t *next_codep, void **fdep)
292 *fdep = fde;
213 get_table_ent_val(unsigned char *data, unsigned char *data_end, int enc, ptrdiff_t reloc, uintptr_t base, uint64_t *codep, uint64_t *next_codep, void **fdep) argument

Completed in 44 milliseconds