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

/illumos-gate/usr/src/tools/ctf/dwarf/common/
H A Ddwarf_global.c158 Dwarf_Unsigned section_length,
279 if (pubnames_like_ptr > (section_data_ptr + section_length)) {
344 if (pubnames_like_ptr > (section_data_ptr + section_length)) {
364 } while (pubnames_like_ptr < (section_data_ptr + section_length));
156 _dwarf_internal_get_pubnames_like_data(Dwarf_Debug dbg, Dwarf_Small * section_data_ptr, Dwarf_Unsigned section_length, Dwarf_Global ** globals, Dwarf_Signed * return_count, Dwarf_Error * error, int context_code, int global_code, int length_err_num, int version_err_num) argument
H A Ddwarf_frame2.c70 Dwarf_Unsigned section_length,
231 Dwarf_Unsigned section_length,
237 Dwarf_Small *frame_ptr_end = section_ptr + section_length;
292 section_length, &prefix, error);
378 section_length,
1043 'section_length' - Length of the section, in bytes.
1051 Dwarf_Unsigned section_length,
1071 section_index, section_length,
225 _dwarf_get_fde_list_internal(Dwarf_Debug dbg, Dwarf_Cie ** cie_data, Dwarf_Signed * cie_element_count, Dwarf_Fde ** fde_data, Dwarf_Signed * fde_element_count, Dwarf_Small * section_ptr, Dwarf_Unsigned section_index, Dwarf_Unsigned section_length, Dwarf_Unsigned cie_id_value, int use_gnu_cie_calc, Dwarf_Error * error) argument
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 65 milliseconds