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

/illumos-gate/usr/src/tools/ctf/dwarf/common/
H A Ddwarf_frame2.c71 Dwarf_Small * frame_ptr_end,
237 Dwarf_Small *frame_ptr_end = section_ptr + section_length; local
282 while (frame_ptr < frame_ptr_end) {
300 if (frame_ptr >= frame_ptr_end) {
379 frame_ptr_end,
1044 'frame_ptr_end' - Points 1-past last byte of section data.
1052 Dwarf_Small * frame_ptr_end,
1063 if (frame_ptr < section_ptr || frame_ptr > frame_ptr_end) {
1047 dwarf_create_cie_from_start(Dwarf_Debug dbg, Dwarf_Small * cie_ptr_val, Dwarf_Small * section_ptr, Dwarf_Unsigned section_index, Dwarf_Unsigned section_length, Dwarf_Small * frame_ptr_end, Dwarf_Unsigned cie_id_value, Dwarf_Unsigned cie_count, int use_gnu_cie_calc, Dwarf_Cie * cie_ptr_to_use_out, Dwarf_Error * error) argument

Completed in 48 milliseconds