Home
last modified time | relevance | path

Searched refs:section_size (Results 1 – 13 of 13) sorted by relevance

/illumos-gate/usr/src/cmd/ndmpd/tlm/
H A Dtlm_backup_reader.c716 int section_size; in tlm_output_xattr() local
743 while (section_size > 0) { in tlm_output_xattr()
761 tb_file_size = section_size; in tlm_output_xattr()
771 if ((actual_size < section_size) && in tlm_output_xattr()
774 buf = ndmp_malloc(section_size); in tlm_output_xattr()
778 actual_size = section_size; in tlm_output_xattr()
814 section_size -= actual_size; in tlm_output_xattr()
999 int section_size = llmin(file_size, in tlm_output_file() local
1008 while (section_size > 0) { in tlm_output_file()
1023 tb_file_size = section_size; in tlm_output_file()
[all …]
/illumos-gate/usr/src/lib/libdwarf/common/
H A Ddwarf_macro5.c912 Dwarf_Unsigned section_size, in read_operands_table() argument
936 if (cur_offset >= section_size) { in read_operands_table()
950 if (cur_offset >= section_size) { in read_operands_table()
968 if (cur_offset >= section_size) { in read_operands_table()
994 if (cur_offset >= section_size) { in read_operands_table()
1009 if (cur_offset >= section_size) { in read_operands_table()
1253 Dwarf_Unsigned section_size = 0; in _dwarf_internal_macro_context_by_offset() local
1275 if ((3+macro_offset) >= section_size) { in _dwarf_internal_macro_context_by_offset()
1282 section_end = section_base +section_size; in _dwarf_internal_macro_context_by_offset()
1338 if (cur_offset >= section_size) { in _dwarf_internal_macro_context_by_offset()
[all …]
H A Ddwarf_die_deliv.c408 Dwarf_Unsigned section_size, in read_info_area_length_and_check() argument
423 error,section_size,section_end_ptr); in read_info_area_length_and_check()
436 if(length > section_size) { in read_info_area_length_and_check()
440 if(max_cu_global_offset > section_size) { in read_info_area_length_and_check()
710 if (offset >= section_size) { in _dwarf_make_CU_Context()
714 if ((offset+4) > section_size) { in _dwarf_make_CU_Context()
718 section_end_ptr = dataptr+section_size; in _dwarf_make_CU_Context()
728 section_size, in _dwarf_make_CU_Context()
1487 Dwarf_Unsigned section_size = 0; in _dwarf_next_cu_header_internal() local
1572 section_size) { in _dwarf_next_cu_header_internal()
[all …]
H A Ddwarf_arange.c94 Dwarf_Unsigned section_size = 0; in dwarf_get_aranges_list() local
106 section_size = dbg->de_debug_aranges.dss_size; in dwarf_get_aranges_list()
107 arange_end_section = arange_ptr + section_size; in dwarf_get_aranges_list()
130 section_size,arange_end_section,error); in dwarf_get_aranges_list()
H A Ddwarf_dnames.c561 Dwarf_Unsigned section_size; in dwarf_debugnames_header() local
580 section_size = dbg->de_debug_names.dss_size; in dwarf_debugnames_header()
581 if(!section_size){ in dwarf_debugnames_header()
586 end_section = start_section + section_size; in dwarf_debugnames_header()
587 remaining = section_size; in dwarf_debugnames_header()
595 dn_header->dn_section_size = section_size; in dwarf_debugnames_header()
596 dn_header->dn_section_end = start_section + section_size; in dwarf_debugnames_header()
H A Ddwarf_init_finish.c2077 Dwarf_Unsigned *section_size, in dwarf_get_section_info_by_name() argument
2086 *section_size = 0; in dwarf_get_section_info_by_name()
2108 *section_size = doas.size; in dwarf_get_section_info_by_name()
2122 Dwarf_Unsigned *section_size, in dwarf_get_section_info_by_index() argument
2126 *section_size = 0; in dwarf_get_section_info_by_index()
2145 *section_size = doas.size; in dwarf_get_section_info_by_index()
H A Ddwarf_gdbindex.c137 Dwarf_Unsigned * section_size, in dwarf_gdbindex_header() argument
250 *section_size = indexptr->gi_section_length; in dwarf_gdbindex_header()
H A Ddwarf_rnglists.c307 Dwarf_Unsigned section_size = dbg->de_debug_rnglists.dss_size; in internal_load_rnglists_contexts() local
309 Dwarf_Small * end_data = data +section_size; in internal_load_rnglists_contexts()
333 section_size, in internal_load_rnglists_contexts()
H A Ddwarf_loclists.c408 Dwarf_Unsigned section_size = dbg->de_debug_loclists.dss_size; in internal_load_loclists_contexts() local
410 Dwarf_Small * end_data = data +section_size; in internal_load_loclists_contexts()
434 section_size, in internal_load_loclists_contexts()
H A Ddwarf_loc.c1061 Dwarf_Unsigned section_size = 0; in dwarf_loclist_from_expr_b() local
1067 &section_size,&section_end,error); in dwarf_loclist_from_expr_b()
1252 Dwarf_Unsigned section_size = 0; in _dwarf_fill_in_locdesc_op_c() local
1266 &section_size,&section_end,error); in _dwarf_fill_in_locdesc_op_c()
H A Dgenerated_libdwarf.h.in3438 Dwarf_Unsigned * /*section_size*/,
5307 Dwarf_Unsigned* /*section_size*/,
5315 Dwarf_Unsigned* /*section_size*/,
H A Dlibdwarf.h.in3438 Dwarf_Unsigned * /*section_size*/,
5307 Dwarf_Unsigned* /*section_size*/,
5315 Dwarf_Unsigned* /*section_size*/,
/illumos-gate/usr/src/cmd/sgs/dump/common/
H A Ddump.c214 size_t section_size; in print_static() local
223 section_size = 0; in print_static()
225 get_scndata(l_scns->p_sd, &section_size)) == NULL) { in print_static()
229 while (section_size != 0) { in print_static()
239 section_size -= (total*sizeof (long)); in print_static()
909 size_t section_size; in dump_string_table() local
930 section_size = 0; in dump_string_table()
932 get_scndata(s->p_sd, &section_size)) == NULL) { in dump_string_table()
936 if (section_size != 0) { in dump_string_table()
939 while (section_size--) { in dump_string_table()