Searched defs:frame_ptr (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/tools/ctf/dwarf/common/
H A Ddwarf_frame2.c83 Dwarf_Small * frame_ptr,
236 Dwarf_Small *frame_ptr = section_ptr; local
274 if (frame_ptr == 0) {
282 while (frame_ptr < frame_ptr_end) {
290 frame_ptr, section_ptr,
299 frame_ptr = prefix.cf_addr_after_prefix;
300 if (frame_ptr >= frame_ptr_end) {
324 frame_ptr,
346 frame_ptr = cie_ptr_to_use->ci_cie_start +
405 frame_ptr,
501 dwarf_create_cie_from_after_start(Dwarf_Debug dbg, struct cie_fde_prefix_s *prefix, Dwarf_Small * section_pointer, Dwarf_Small * frame_ptr, Dwarf_Unsigned cie_count, int use_gnu_cie_calc, Dwarf_Cie * cie_ptr_out, Dwarf_Error * error) argument
732 dwarf_create_fde_from_after_start(Dwarf_Debug dbg, struct cie_fde_prefix_s *prefix, Dwarf_Small * section_pointer, Dwarf_Small * frame_ptr, int use_gnu_cie_calc, Dwarf_Cie cie_ptr_in, Dwarf_Fde * fde_ptr_out, Dwarf_Error * error) argument
946 Dwarf_Small *frame_ptr = frame_ptr_in; local
1061 Dwarf_Small *frame_ptr = cie_ptr_val; local
1447 get_gcc_eh_augmentation(Dwarf_Debug dbg, Dwarf_Small * frame_ptr, unsigned long *size_of_augmentation_data, enum Dwarf_augmentation_type augtype, Dwarf_Small * section_pointer, Dwarf_Small * fde_eh_encoding_out, char *augmentation) argument
[all...]
H A Ddwarf_frame.c1055 _dwarf_get_return_address_reg(Dwarf_Small * frame_ptr, argument
1063 uvalue = *(unsigned char *) frame_ptr;
1066 uvalue = _dwarf_decode_u_leb128(frame_ptr, &leb128_length);
/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A Delfdump.c149 uint64_t frame_ptr; /* Value of FramePtr field from first */ member in struct:__anon142
562 uint64_t ndx, frame_ptr, fde_cnt, tabndx; local
607 &frame_ptr, frame_ptr_enc, ehdr->e_ident, B_TRUE,
622 eh_state->frame_ptr = frame_ptr;
627 EC_XWORD(frame_ptr));
716 * compare the header frame_ptr to the address of the actual frame
725 (eh_state->frame_ptr != eh_state->frame_base))
729 EC_XWORD(eh_state->frame_ptr),

Completed in 61 milliseconds